Index: sources/gui/qml/main.qml =================================================================== diff -u -rd949be21f2a9badd0978dddaaf436f6805de28dc -r7fe4da5003605202da8bd782f1827deb3dac0e32 --- sources/gui/qml/main.qml (.../main.qml) (revision d949be21f2a9badd0978dddaaf436f6805de28dc) +++ sources/gui/qml/main.qml (.../main.qml) (revision 7fe4da5003605202da8bd782f1827deb3dac0e32) @@ -334,7 +334,23 @@ font.pixelSize: 14 } + Text { // TEST : The treatment vital dialog countdown time + color : Colors.textMain + anchors { + top : parent.top + right : _testDateTime.left + rightMargin : 50 + } + horizontalAlignment : Text.Alignleft + verticalAlignment : Text.AlignBottom + + height : 15 + text : "Vital Timer: " + vTreatmentVitals.debug_min_left + " : " + vTreatmentVitals.debug_sec_left + font.pixelSize: 14 + } + Text { // TEST : Current Date/Time + id: _testDateTime color : Colors.textMain anchors { top : parent.top