Index: sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml =================================================================== diff -u -rcd7de5f6d239a11615ba8c6c03339a10996486ca -r634824d6fce314971aa236e508024bd154562c9d --- sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision cd7de5f6d239a11615ba8c6c03339a10996486ca) +++ sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision 634824d6fce314971aa236e508024bd154562c9d) @@ -39,6 +39,14 @@ orientation : TouchArea.Orientation.Vertical title : qsTr("ULTRAFILTRATION VOLUME") + " " + qsTr("(mL)") + Connections { target: vTreatmentAdjustmentsResponse + onAdjustmentDurationTriggered: { } + onUltrafiltrationChanged: { + // As a reminder for later use + console.debug("@",vTreatmentAdjustmentsResponse.ultrafiltration) + } + } + ProgressBarEx { id: _progressbarex y : 75 width : parent.width