Index: sources/gui/qml/pages/treatment/TreatmentStack.qml =================================================================== diff -u -rcc1e9d6d55c816f3fcd626dc6948cca24da283b3 -rc1474e48907082e10a2eb03adf40f0acd4af9a63 --- sources/gui/qml/pages/treatment/TreatmentStack.qml (.../TreatmentStack.qml) (revision cc1e9d6d55c816f3fcd626dc6948cca24da283b3) +++ sources/gui/qml/pages/treatment/TreatmentStack.qml (.../TreatmentStack.qml) (revision c1474e48907082e10a2eb03adf40f0acd4af9a63) @@ -93,7 +93,7 @@ // no page yet } onSectionPressuresClicked: { - _treatmentAdjustmentPressures.open() + _treatmentAdjustmentPressuresLimits.open() } onSectionTimeClicked : { _treatmentAdjustmentDuration.durationValue = vTreatmentTime.time_Total / 60 // minutes => hours @@ -134,7 +134,7 @@ onConfirmClicked : vTreatmentAdjustmentFlows.doAdjustment(bloodFlowRateValue, dialysateFlowRateValue) } - TreatmentAdjustmentPressures{ id: _treatmentAdjustmentPressures + TreatmentAdjustmentPressuresLimits { id: _treatmentAdjustmentPressuresLimits onCloseClicked : close() //onConfirmClicked : vTreatmentAdjustmentFlows.doAdjustment(bloodFlowRateValue, dialysateFlowRateValue) // TODO : TEST : values are real regarding PRS but has to be populated my Model.