Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rcc1e9d6d55c816f3fcd626dc6948cca24da283b3 -rff8553ddbd24f3b7e4727e78bc74c13e8eb7eeb5 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision cc1e9d6d55c816f3fcd626dc6948cca24da283b3) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision ff8553ddbd24f3b7e4727e78bc74c13e8eb7eeb5) @@ -104,10 +104,12 @@ // Min/Max readonly property int bloodFlowMin : 100 readonly property int bloodFlowMax : 500 + // Resolutions readonly property int bloodFlowResolution : 25 readonly property int dialysateFlowResolution : 50 readonly property int durationResolution : 15 // PRS346 + // Units // - Ultrafiltration readonly property string unitTextUltrafiltrationVolume : qsTr("(L)")