Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rd4b7643b0a19278ea948a75553ff777e4e436c22 -rafd1d028227b4f58f864aa814fc4d4e286cb873b --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision d4b7643b0a19278ea948a75553ff777e4e436c22) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision afd1d028227b4f58f864aa814fc4d4e286cb873b) @@ -314,6 +314,8 @@ readonly property string unitTextDispensingRate : qsTr("mL/hr") readonly property string unitTextRate : qsTr("L/h") readonly property string unitTextDialCond : qsTr("mS/cm") + // - Pressures + readonly property string unitPressure : qsTr("mmHg") // - Vitals readonly property string unitTextBloodPressure : qsTr("mmHg") readonly property string unitTextHeartBeat : qsTr("BPM" )