Index: sources/gui/qml/pages/treatment/sections/TreatmentPressures.qml =================================================================== diff -u -re8df7fe7fe6274c416f176369250b9581e07d2a5 -rc953b3fb94b4fe7347c0ca48d85ca99ddc7e9027 --- sources/gui/qml/pages/treatment/sections/TreatmentPressures.qml (.../TreatmentPressures.qml) (revision e8df7fe7fe6274c416f176369250b9581e07d2a5) +++ sources/gui/qml/pages/treatment/sections/TreatmentPressures.qml (.../TreatmentPressures.qml) (revision c953b3fb94b4fe7347c0ca48d85ca99ddc7e9027) @@ -49,20 +49,6 @@ isTouchable: true title: qsTr("PRESSURE") + " " + qsTr("(mmHg)") - /* - Since this Component cannot be bound to the properties since it has to make sure the request has been accepted. - Because the pressure response regardless of the accepted/rejected the FW Software message will pass what is preferred. - */ - function setBounds(vArterialLimitLow , - vArterialLimitHigh , - vVenousLimitLow , - vVenousLimitHigh ) { - _root.arterialLowerBound = vArterialLimitLow - _root.arterialUpperBound = vArterialLimitHigh - _root.venousLowerBound = vVenousLimitLow - _root.venousUpperBound = vVenousLimitHigh - } - RangeBar { id: _arterialRangeBar x: 0 y: 80