Index: sources/gui/qml/pages/posttreatment/PostTreatmentDrainConsumables.qml =================================================================== diff -u -r627062628b60e4d512ee8830c2dbc23eef02fe28 -r9c0335bc7f5a2b591a9c6241b00ebb9510ea611a --- sources/gui/qml/pages/posttreatment/PostTreatmentDrainConsumables.qml (.../PostTreatmentDrainConsumables.qml) (revision 627062628b60e4d512ee8830c2dbc23eef02fe28) +++ sources/gui/qml/pages/posttreatment/PostTreatmentDrainConsumables.qml (.../PostTreatmentDrainConsumables.qml) (revision 9c0335bc7f5a2b591a9c6241b00ebb9510ea611a) @@ -59,19 +59,10 @@ anchors.horizontalCenter: parent.horizontalCenter } - ProcessStatusView { id: _drainBicarbCartridge + DryBicartDisconnect { id: _drainBicarbCartridge anchors.left : _line.right width : parent.width / 3 height : parent.height - title : qsTr("Bicarb Cartridge Options") - leftButtonText : qsTr("Cancel Drain") - rightButtonText : qsTr("Depressurize") - progressText : qsTr("Draining Bicart...") - - // TODO update with messaging - minimum : 0 - maximum : 100 - value : 25 } } }