Index: sources/gui/qml/pages/treatment/TreatmentStack.qml =================================================================== diff -u -rec7f919fdb70ff29a8de627937e4ad7008e59c1c -rbc4640ca4b36ca52a91bc943984aa69548f46b3d --- sources/gui/qml/pages/treatment/TreatmentStack.qml (.../TreatmentStack.qml) (revision ec7f919fdb70ff29a8de627937e4ad7008e59c1c) +++ sources/gui/qml/pages/treatment/TreatmentStack.qml (.../TreatmentStack.qml) (revision bc4640ca4b36ca52a91bc943984aa69548f46b3d) @@ -56,11 +56,13 @@ partitionWidth : 100 // Todo Important : max width should be the width for all bottons hasRightText : true hasLogo : true + /* ----- TEST: Under the test code, for the plotting of the items ----- onCurrentIndexChanged: { console.debug(currentIndex) if (currentIndex == 1) push(_treatmentTrending) if (currentIndex == 0) pop() } + */ } TreatmentBloodPrime { id: _treatmentBloodPrime }