Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationStart.qml =================================================================== diff -u -r135c320c850b09365c04e03d95195412c12fba72 -r71bb1dea18ee4340d90d894a7ab8e147b5977bb4 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationStart.qml (.../TreatmentAdjustmentUltrafiltrationStart.qml) (revision 135c320c850b09365c04e03d95195412c12fba72) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationStart.qml (.../TreatmentAdjustmentUltrafiltrationStart.qml) (revision 71bb1dea18ee4340d90d894a7ab8e147b5977bb4) @@ -28,9 +28,10 @@ * To adjust the treatment ultrafiltration */ Item { id: _root - objectName: "TreatmentAdjustmentUltrafiltrationStart" // SquishQt testability + objectName: "_TreatmentAdjustmentUltrafiltrationStart" // SquishQt testability QtObject { id: _private + objectName: "_private" readonly property real minimum : vTreatmentRanges.treatmentRanges_Ultrafiltration_Volume_Min readonly property real maximum : vTreatmentRanges.treatmentRanges_Ultrafiltration_Volume_Max property real setVolume : vTreatmentUltrafiltration.setVolume @@ -43,6 +44,7 @@ signal resumeClicked() TreatmentAdjustmentUltrafiltrationMetrics { id: _ufMetrics + objectName: "_ufMetrics" anchors { top : parent.top topMargin : Variables.defaultMargin @@ -53,6 +55,7 @@ } Item { id: _contentArea + objectName: "_contentArea" anchors { top : _ufMetrics.bottom bottom : _buttonArea.top @@ -61,6 +64,7 @@ } ProgressBarEx { id: _progressBarEx + objectName: "_progressBarEx" anchors { centerIn : parent } @@ -106,6 +110,7 @@ } Row { id: _buttonArea + objectName: "_buttonArea" anchors { bottom : parent.bottom bottomMargin : Variables.defaultMargin @@ -114,6 +119,7 @@ spacing : Variables.defaultMargin TouchRect { id: _pauseResumeButton + objectName : "_pauseResumeButton" width : Variables.defaultButtonWidth height : Variables.defaultButtonHeight text { @@ -125,6 +131,7 @@ } TouchRect { id: _editButton + objectName : "_editButton" width : Variables.defaultButtonWidth height : Variables.defaultButtonHeight text { @@ -136,6 +143,7 @@ } TouchRect { id: _isolatedUfButton + objectName : "_isolatedUfButton" width : Variables.defaultButtonWidth height : Variables.defaultButtonHeight text {