Index: sources/gui/qml/pages/pretreatment/PreTreatmentStack.qml =================================================================== diff -u -r8a9a7d5cb3e54aa73e499ddec62653893e7d5ca7 -ra7aab61ca63538c37b6931c60252680fc2ec2416 --- sources/gui/qml/pages/pretreatment/PreTreatmentStack.qml (.../PreTreatmentStack.qml) (revision 8a9a7d5cb3e54aa73e499ddec62653893e7d5ca7) +++ sources/gui/qml/pages/pretreatment/PreTreatmentStack.qml (.../PreTreatmentStack.qml) (revision a7aab61ca63538c37b6931c60252680fc2ec2416) @@ -340,4 +340,16 @@ } } } + + // TODO - update in future story. Keep for now + // Connections { target: vPreTreatmentStates + // function onWaterSampleChanged ( vValue ) { page( _preTreatmentWaterSampleStack , vValue )} + // function onSelfTestConsumablesChanged ( vValue ) { page( _preTreatmentConsumablesStack , vValue )} + // function onSelfTestNoCartridgeChanged ( vValue ) { page( _preTreatmentDisposablesStack , vValue )} + // function onInstallationChanged ( vValue ) { page( _preTreatmentDisposablesStack , vValue )} // DEBUG: Experimental : console.debug("vinstallation " + // function onSelfTestDryChanged ( vValue ) { page( _pretreatmentPrimeStack , vValue )} + // function onPrimeChanged ( vValue ) { page( _pretreatmentPrimeStack , vValue )} // DEBUG: Experimental : console.debug("vprime " + // function onRecirculateChanged ( vValue ) { page( _pretreatmentPrimeStack , vValue )} // DEBUG: Experimental : console.debug("vrecirculate " + // function onPatientConnectionChanged ( vValue ) { page( _pretreatmentConnectionStack , vValue )} + // } }