Index: sources/gui/qml/pages/treatment/TreatmentBegin.qml =================================================================== diff -u -r0401b9a1fb6f89f0ec83571f2f868956c7500a0f -rb62ab443e75b76a91e35aca6ba2efd84e7199602 --- sources/gui/qml/pages/treatment/TreatmentBegin.qml (.../TreatmentBegin.qml) (revision 0401b9a1fb6f89f0ec83571f2f868956c7500a0f) +++ sources/gui/qml/pages/treatment/TreatmentBegin.qml (.../TreatmentBegin.qml) (revision b62ab443e75b76a91e35aca6ba2efd84e7199602) @@ -28,9 +28,11 @@ * which is the default screen in the "Manager" stack */ ScreenItem { id: _root + objectName: "_treatmentBegin" + backgroundRect.color: Colors.backgroundMainMenu + signal clickedBack() signal clickedStart() - backgroundRect.color: Colors.backgroundMainMenu TopMenuBarCreateTreatment { id: _topMenuBar anchors.top: parent.top @@ -45,6 +47,7 @@ Flickable { id: _flickable + objectName: "_treatmentBeginFlickable" anchors.top: _topMenuBar.bottom anchors.left: parent.left anchors.bottom: parent.bottom @@ -102,6 +105,7 @@ } TouchRect { id : _continueRect + objectName: "_treatmentBeginStart" anchors.horizontalCenter: parent.horizontalCenter text.text: qsTr("START") button.onClicked: {