Index: sources/gui/qml/pages/pretreatment/PreTreatmentSelfTests.qml =================================================================== diff -u -r1286d74bd015276aab604808be2766136091c125 -rdaef2046553a6a04e817a9cff843de0d8769d63c --- sources/gui/qml/pages/pretreatment/PreTreatmentSelfTests.qml (.../PreTreatmentSelfTests.qml) (revision 1286d74bd015276aab604808be2766136091c125) +++ sources/gui/qml/pages/pretreatment/PreTreatmentSelfTests.qml (.../PreTreatmentSelfTests.qml) (revision daef2046553a6a04e817a9cff843de0d8769d63c) @@ -26,15 +26,15 @@ * \brief the pre-treatment self tests screen */ PreTreatmentBase { id: _root - isComplete : timeCircleProgressValue >= timeCircleMaximum //vPreTreatmentStates.selfTestConsumables_complete + isComplete : vPreTreatmentSelfTestDry.complete completeText : qsTr("Self Test Complete!") // time circle hasTimeCircle : true timeCircleMinimum : 0 - timeCircleMaximum : 30 - timeCircleProgressValue : 0 - timeCircleTimeTextValue : timeCircleProgressValue * 60 + timeCircleMaximum : vPreTreatmentSelfTestDry.total + timeCircleProgressValue : vPreTreatmentSelfTestDry.elapsed + timeCircleTimeTextValue : vPreTreatmentSelfTestDry.countDown * 60 // check List hasCheckList : true