Index: sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -rac23b968f565c2beeb153ca2d554b8f868634512 --- sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision ac23b968f565c2beeb153ca2d554b8f868634512) @@ -26,9 +26,6 @@ * \brief Treatment Screen Flows section */ TouchArea { id: _root - property alias bloodFlowSetPoint : _bloodFlow.label - property alias dialysateFlowSetPoint : _dialysateInletFlow.label - x : 0 y : 0 title : qsTr("FLOWS") @@ -40,15 +37,15 @@ anchors.topMargin: 40 TextRect { id: _bloodFlow title : qsTr("Blood") - label : vTreatmentBloodFlow.bloodFlow_FlowSetPoint + label : Variables.notSetVariable(vTreatmentBloodFlow.bloodFlow_FlowSetPoint) extra : Variables.unitTextFlowRate labelFont.weight: Font.ExtraLight width : 180 height: 200 } TextRect { id: _dialysateInletFlow title: qsTr("Dialysate") - label: vTreatmentDialysateFlow.dialysateFlow_FlowSetPoint + label: Variables.notSetVariable(vTreatmentDialysateFlow.dialysateFlow_FlowSetPoint) extra: Variables.unitTextFlowRate labelFont.weight: Font.ExtraLight width: 180