Index: sources/gui/qml/main.qml =================================================================== diff -u -r6d76149dca70e879f33bf6ed44203d0d06bc523a -r67e258b3ee2020a07507009b7207c14dc2d03f2e --- sources/gui/qml/main.qml (.../main.qml) (revision 6d76149dca70e879f33bf6ed44203d0d06bc523a) +++ sources/gui/qml/main.qml (.../main.qml) (revision 67e258b3ee2020a07507009b7207c14dc2d03f2e) @@ -336,6 +336,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 {