Index: sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml =================================================================== diff -u -r2771c23ec64c858b67b2c33bd2c0e5f1c04fad4b -reea63d68fc0fb269f8dec64d99f488bcad117220 --- sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 2771c23ec64c858b67b2c33bd2c0e5f1c04fad4b) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision eea63d68fc0fb269f8dec64d99f488bcad117220) @@ -25,7 +25,10 @@ * \brief Treatment Screen Flows section */ TouchArea { id: _root - property string unit : qsTr("mL/min") + property string unit : qsTr("mL/min") + property alias bloodFlowSetPoint : _bloodFlow.label + property alias dialysateFlowSetPoint : _dialysateInletFlow.label + x : 0 y : 0 title : qsTr("FLOWS")