Index: sources/gui/qml/pages/TreatmentStart.qml =================================================================== diff -u -r2fdeb1c461dde1b7b8bffcc5b814736190f98988 -r8c5f54b53a19dd29a3b9731d8ec1bf3d1ba3be62 --- sources/gui/qml/pages/TreatmentStart.qml (.../TreatmentStart.qml) (revision 2fdeb1c461dde1b7b8bffcc5b814736190f98988) +++ sources/gui/qml/pages/TreatmentStart.qml (.../TreatmentStart.qml) (revision 8c5f54b53a19dd29a3b9731d8ec1bf3d1ba3be62) @@ -47,7 +47,7 @@ topPadding: 100 leftPadding: 10 Text { - id: _U32 + id: _S32 text: qsTr("") width: 250 horizontalAlignment: Text.AlignRight @@ -110,7 +110,7 @@ switch(vAction) { case GuiActions.BloodFlow: //console.debug(vData) - _U32 .text = vData[GuiActions.BloodFlow_FlowSetPoint ]; + _S32 .text = vData[GuiActions.BloodFlow_FlowSetPoint ]; _F32_1.text = vData[GuiActions.BloodFlow_MeasuredFlow ].toFixed(2); _F32_2.text = vData[GuiActions.BloodFlow_RotorSpeed ].toFixed(2); _F32_3.text = vData[GuiActions.BloodFlow_MotorSpeed ].toFixed(2);