Index: sources/gui/qml/pages/treatment/TreatmentPrime.qml =================================================================== diff -u -r0401b9a1fb6f89f0ec83571f2f868956c7500a0f -rb62ab443e75b76a91e35aca6ba2efd84e7199602 --- sources/gui/qml/pages/treatment/TreatmentPrime.qml (.../TreatmentPrime.qml) (revision 0401b9a1fb6f89f0ec83571f2f868956c7500a0f) +++ sources/gui/qml/pages/treatment/TreatmentPrime.qml (.../TreatmentPrime.qml) (revision b62ab443e75b76a91e35aca6ba2efd84e7199602) @@ -27,6 +27,7 @@ * which is the default screen in the "Manager" stack */ ScreenItem { id: _root + objectName: "_treatmentPrime" backgroundRect.color: Colors.backgroundMainMenu signal clickedBack() @@ -45,6 +46,7 @@ Flickable { id: _flickable + objectName: "_treatmentPrimeFlickable" anchors.top: _topMenuBar.bottom anchors.left: parent.left anchors.bottom: parent.bottom @@ -125,6 +127,7 @@ } TouchRect { id : _continueRect + objectName: "_treatmentPrimeContinueButton" anchors.horizontalCenter: parent.horizontalCenter text.text: vPriming.continueBtnText enabled: vPriming.continueEnabled