Index: sources/gui/qml/pages/treatment/TreatmentBloodPrime.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rd9c6feb7af414d2e332fb2849d2dc8d4edb0278e --- sources/gui/qml/pages/treatment/TreatmentBloodPrime.qml (.../TreatmentBloodPrime.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/pages/treatment/TreatmentBloodPrime.qml (.../TreatmentBloodPrime.qml) (revision d9c6feb7af414d2e332fb2849d2dc8d4edb0278e) @@ -52,7 +52,17 @@ text: vTreatmentBloodPrime.current.toFixed(0) + " " + qsTr(Variables.unitTextFluid) font.pixelSize: 76 font.weight: Font.ExtraLight + } + Text { id: _labelRate + anchors { + top: parent.bottom + topMargin: 20 + horizontalCenter: parent.horizontalCenter + } + color: Colors.textMain + text: vTreatmentBloodFlow.bloodFlow_FlowSetPoint.toFixed(0) + " " + qsTr(Variables.unitTextFlowRate) + font.pixelSize: 23 } }