Index: sources/gui/qml/main.qml =================================================================== diff -u -r9a61db88ccc5454001d4759e6ee5402695fda993 -re1c454bcf26e1f4dd9aaffe05daeca138eb743b3 --- sources/gui/qml/main.qml (.../main.qml) (revision 9a61db88ccc5454001d4759e6ee5402695fda993) +++ sources/gui/qml/main.qml (.../main.qml) (revision e1c454bcf26e1f4dd9aaffe05daeca138eb743b3) @@ -7,7 +7,7 @@ * * \file main.qml * \author (last) Behrouz NematiPour - * \date (last) 10-Feb-2023 + * \date (last) 03-Apr-2023 * \author (original) Behrouz NematiPour * \date (original) 24-Sep-2019 * @@ -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 {