Index: sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml =================================================================== diff -u -r8f6f7c11390e3ed6d918f1717d8e8b7ae5b7e5c6 -reea63d68fc0fb269f8dec64d99f488bcad117220 --- sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml (.../TreatmentPressure.qml) (revision 8f6f7c11390e3ed6d918f1717d8e8b7ae5b7e5c6) +++ sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml (.../TreatmentPressure.qml) (revision eea63d68fc0fb269f8dec64d99f488bcad117220) @@ -26,15 +26,17 @@ * \brief Treatment Screen Pressure section */ TouchArea { id: _root - property int arterialMinimum : -400 - property int arterialLowerBound : -300 - property int arterialUpperBound : 100 - property int arterialMaximum : 400 + property int arterialMinimum : -400 + property int arterialLowerBound : -300 + property int arterialUpperBound : 100 + property int arterialMaximum : 400 + property alias arterilPressure : _arterialRangeBar.value - property int venousMinimum : -100 - property int venousLowerBound : -100 - property int venousUpperBound : 500 - property int venousMaximum : 800 + property int venousMinimum : -100 + property int venousLowerBound : -100 + property int venousUpperBound : 500 + property int venousMaximum : 800 + property alias venusPressure : _venousRangeBar.value clip: false