Index: sources/gui/qml/components/VitalsButton.qml =================================================================== diff -u -rc843f1d6a805119ecadfa2c24f309f77e7637830 -r9bd436782039b50ac45eb38f561a36706517271b --- sources/gui/qml/components/VitalsButton.qml (.../VitalsButton.qml) (revision c843f1d6a805119ecadfa2c24f309f77e7637830) +++ sources/gui/qml/components/VitalsButton.qml (.../VitalsButton.qml) (revision 9bd436782039b50ac45eb38f561a36706517271b) @@ -28,6 +28,23 @@ } } + Text { id: _vitalCountdown + objectName: "vitalCountdown" + + color : "gray" + anchors { + top : _root.bottom + topMargin : 5 * -1 + horizontalCenter: _root.horizontalCenter + } + horizontalAlignment : Text.AlignHCenter + verticalAlignment : Text.AlignVCenter + height : 15 + width : 50 + text : vTreatmentVitals.interval ? vTreatmentVitals.countdown : "" + font.pixelSize : 16 + } + SequentialAnimation { id: _pulseAnimation loops : 2 running : false