Index: sources/gui/qml/main.qml =================================================================== diff -u -rd949be21f2a9badd0978dddaaf436f6805de28dc -re1c454bcf26e1f4dd9aaffe05daeca138eb743b3 --- sources/gui/qml/main.qml (.../main.qml) (revision d949be21f2a9badd0978dddaaf436f6805de28dc) +++ sources/gui/qml/main.qml (.../main.qml) (revision e1c454bcf26e1f4dd9aaffe05daeca138eb743b3) @@ -334,6 +334,21 @@ font.pixelSize: 14 } + Text { // TEST : The treatment vital dialog countdown time + color : Colors.textMain + anchors { + top : parent.top + left : parent.left + leftMargin : 900 + } + horizontalAlignment : Text.Alignleft + verticalAlignment : Text.AlignBottom + + height : 15 + text : "Vital Timer: " + vTreatmentVitals.min_left + " : " + vTreatmentVitals.sec_left + font.pixelSize: 14 + } + Text { // TEST : Current Date/Time color : Colors.textMain anchors {