Index: sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml =================================================================== diff -u -rdb6925e589ca85f2272af31d5f90f41452b342a7 -r68757118f0b5dc5d831f8330ff3fec40dc461aa9 --- sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision db6925e589ca85f2272af31d5f90f41452b342a7) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 68757118f0b5dc5d831f8330ff3fec40dc461aa9) @@ -42,7 +42,7 @@ TreatmentFlowsComponent { id: _bloodFlow objectName : "bloodFlowComponent" title : qsTr("Blood Flow") - height : contentItem.height // 2 + height : contentItem.height width : _row.cellWidth value : "320"//Variables.notSetVariable(vTreatmentBloodFlow.bloodFlow_PresFlow) unitText : Variables.unitTextFlowRate @@ -55,11 +55,12 @@ TreatmentFlowsComponent { id: _dialysateFlow objectName : "dialysateFlowComponent" title : qsTr("Dialysate Flow") - height : contentItem.height // 2 + height : contentItem.height width : _row.cellWidth value : Variables.notSetVariable(vTreatmentBloodFlow.dialysateFlow_PresFlow) unitText : Variables.unitTextFlowRate - buttonsEnabled : editEnabled + buttonsEnabled : editEnabled // TODO + extraText : "OFF" // TODO onIncrement : print(" increment dial flow") onDecrement : print(" decrement dial flow") @@ -68,11 +69,11 @@ TreatmentFlowsComponent { id: _dialysateTemp objectName : "dialysateTempComponent" title : qsTr("Dialysat Temp.") - height : contentItem.height // 2 + height : contentItem.height width : _row.cellWidth value : Variables.notSetVariable(vTreatmentBloodFlow.bloodFlow_PresFlow) unitText : Variables.unitTextTemperature - buttonsEnabled : editEnabled + buttonsEnabled : editEnabled // TODO onIncrement : print(" increment dial temp") onDecrement : print(" decrement dial temp") @@ -81,7 +82,7 @@ TreatmentFlowsComponent { id: _dialysateCond objectName : "dialysateCondComponent" title : qsTr("Dialysate Cond.") - height : contentItem.height // 2 + height : contentItem.height width : _row.cellWidth value : Variables.notSetVariable(vTreatmentBloodFlow.bloodFlow_PresFlow) unitText : Variables.unitTextDialCond