Index: leahi.pro =================================================================== diff -u -ra471fb4ea8141e82e46344e00ec790410b09fceb -r128121958d87699685bd88261e39bb968a0de204 --- leahi.pro (.../leahi.pro) (revision a471fb4ea8141e82e46344e00ec790410b09fceb) +++ leahi.pro (.../leahi.pro) (revision 128121958d87699685bd88261e39bb968a0de204) @@ -63,6 +63,7 @@ sources/model/td/alarm \ sources/model/td/adjustment \ sources/model/td/adjustment/settings \ + sources/model/td/adjustment/treatment \ sources/model/dd \ sources/model/dd/data \ sources/model/dd/adjustment \ @@ -75,6 +76,7 @@ sources/view/td \ sources/view/td/data \ sources/view/td/data/treatment \ + sources/view/td/adjustment/treatment \ sources/view/dd \ sources/view/dd/data \ sources/view/confirm \ @@ -226,6 +228,10 @@ sources/view/td/data/VTDBatteryData.h \ sources/view/td/data/VTDEjectorData.h \ sources/view/td/data/VTDOpModeData.h \ + \ # ---------- Views - TD - Adjustment - In-Treatment + sources/view/td/adjustment/treatment/VTreatmentAdjustmentSaline.h \ + \ # ---------- Models - TD - Adjustment - In-Treatment + sources/model/td/adjustment/treatment/MTreatmentAdjustSalineResponse.h \ \ # ---------- Models - confirm sources/model/confirm/MDuetConfirmHDi.h \ \ # ---------- Models - POST @@ -277,7 +283,6 @@ sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationStateResponse.h \ sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.h \ sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.h \ - sources/model/hd/adjustment/treatment/MTreatmentAdjustSalineResponse.h \ sources/model/hd/adjustment/treatment/MTreatmentAdjustHeparinResponse.h \ sources/model/hd/adjustment/treatment/MTreatmentAdjustPressuresLimitsResponse.h \ \ # ---------- Models - HD - Adjustment - End-Treatment @@ -395,7 +400,6 @@ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationState.h \ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationEdit.h \ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h \ - sources/view/hd/adjustment/treatment/VTreatmentAdjustmentSaline.h \ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentHeparin.h \ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentPressuresLimits.h \ \ # ---------- Views - HD - Adjustment - End-Treatment @@ -567,6 +571,8 @@ \ # ---------- Models - Data - States sources/model/hd/data/pretreatment/MPreTreatmentStatesData.cpp \ sources/model/hd/data/posttreatment/MPostTreatmentStatesData.cpp \ + \ # ---------- Models - TD - Adjustment - In-Treatment + sources/model/td/adjustment/treatment/MTreatmentAdjustSalineResponse.cpp \ \ # ---------- Models - HD - Adjustment sources/model/hd/adjustment/MAdjustPowerOff.cpp \ \ # ---------- Models - HD - Adjustment - Settings @@ -588,7 +594,6 @@ sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationStateResponse.cpp \ sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.cpp \ sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.cpp \ - sources/model/hd/adjustment/treatment/MTreatmentAdjustSalineResponse.cpp \ sources/model/hd/adjustment/treatment/MTreatmentAdjustHeparinResponse.cpp \ sources/model/hd/adjustment/treatment/MTreatmentAdjustPressuresLimitsResponse.cpp \ \ # ---------- Models - HD - Adjustment - End-Treatment @@ -666,6 +671,8 @@ sources/view/td/data/VTDBatteryData.cpp \ sources/view/td/data/VTDEjectorData.cpp \ sources/view/td/data/VTDOpModeData.cpp \ + \ # ---------- Views - TD - Adjustment - In-Treatment + sources/view/td/adjustment/treatment/VTreatmentAdjustmentSaline.cpp \ \ # ---------- Views - CONFIRM sources/view/confirm/VConfirm.cpp \ \ # ---------- Views - POST @@ -707,7 +714,6 @@ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationState.cpp \ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationEdit.cpp \ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.cpp \ - sources/view/hd/adjustment/treatment/VTreatmentAdjustmentSaline.cpp \ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentHeparin.cpp \ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentPressuresLimits.cpp \ \ # ---------- Views - HD - Adjustment - End-Treatment Index: leahi.qrc =================================================================== diff -u -ra471fb4ea8141e82e46344e00ec790410b09fceb -r128121958d87699685bd88261e39bb968a0de204 --- leahi.qrc (.../leahi.qrc) (revision a471fb4ea8141e82e46344e00ec790410b09fceb) +++ leahi.qrc (.../leahi.qrc) (revision 128121958d87699685bd88261e39bb968a0de204) @@ -44,10 +44,10 @@ sources/gui/qml/dialogs/diagnostics/DiagnosticsFP.qml - sources/gui/qml/dialogs/headerbar/WiFiDialog.qml - sources/gui/qml/dialogs/headerbar/StorageDialog.qml - sources/gui/qml/dialogs/headerbar/SettingsDialog.qml - sources/gui/qml/dialogs/headerbar/InformationDialog.qml + sources/gui/qml/dialogs/headerbar/HeaderbarWiFi.qml + sources/gui/qml/dialogs/headerbar/HeaderbarStorage.qml + sources/gui/qml/dialogs/headerbar/HeaderbarSettings.qml + sources/gui/qml/dialogs/headerbar/HeaderbarInformation.qml resources/images/Logo d.png Index: sources/gui/GuiGlobals.h =================================================================== diff -u -rb80f8f84f21f86ad4c962a2c690447c572498e0b -r128121958d87699685bd88261e39bb968a0de204 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision b80f8f84f21f86ad4c962a2c690447c572498e0b) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 128121958d87699685bd88261e39bb968a0de204) @@ -165,7 +165,7 @@ ID_DGFilterFlushData = 0x600F, // ?? //// ----- @CRAPIZED: had to change to avoid duplication ID_AdjustWaterSampleReq = 0x5D00, // 93 ID_AdjustWaterSampleRsp = 0x5E00, // 94 - ID_AdjustWaterSampleResultReq = 0x5F00, // 95 // there is no specific response message for this request and changing of the state in Pre_Treatment_States is used as the response + ID_AdjustWaterSampleResultReq = 0x5F0F, // 95 //// ----- @CRAPIZED: had to change to avoid duplication // Pre-Treatment Consumables Installation Confirm ID_AdjustConsumablesConfirmReq = 0x6800, // 104 // there is no specific response message for this request and changing of the state in Pre_Treatment_States is used as the response // Pre-Treatment SelfTest NoCartridge Progress Data @@ -245,8 +245,8 @@ ID_AdjustPressuresLimitsReq = 0x4600, // 70 ID_AdjustPressuresLimitsRsp = 0x4700, // 71 - ID_AdjustSalineReq = 0x1200, // 18 - ID_AdjustSalineRsp = 0x1400, // 20 + ID_AdjustSalineReq = 0x5F00, // 95 + ID_AdjustSalineRsp = 0x6000, // 96 ID_AdjustHeparinReq = 0x4B00, // 75 ID_AdjustHeparinRsp = 0x4C00, // 76 Index: sources/gui/qml/main.qml =================================================================== diff -u -ra471fb4ea8141e82e46344e00ec790410b09fceb -r128121958d87699685bd88261e39bb968a0de204 --- sources/gui/qml/main.qml (.../main.qml) (revision a471fb4ea8141e82e46344e00ec790410b09fceb) +++ sources/gui/qml/main.qml (.../main.qml) (revision 128121958d87699685bd88261e39bb968a0de204) @@ -342,18 +342,23 @@ anchors.top: parent.top } + GuiView { id: _GuiView + // Component.onCompleted: { + // console.debug("GuiView - complete") + // } + } // keyboard should always be before AlarmItem to not to covet it. - KeyboardItem { id: _keyboard } + KeyboardItem { id: _keyboard } - WiFiDialog { id: _wifiDialog } - StorageDialog { id: _storageDialog } - SettingsDialog { id: _settingsDialog } - InformationDialog { id: _informationDialog } - LockDialog { id: _lockDialog } - AlarmItem { id: _alarmItem ; z: 996 } - PowerItem { id: _powerItem ; z: 997 } - ConfirmDialog { id: _confirmDialog ; z: 998 } - DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } + HeaderbarWiFi { id: _headerbarWifi } + HeaderbarStorage { id: _headerbarStorage } + HeaderbarSettings { id: _headerbarSettings } + HeaderbarInformation { id: _headerbarInformation } + LockDialog { id: _lockDialog } + AlarmItem { id: _alarmItem ; z: 996 } + PowerItem { id: _powerItem ; z: 997 } + ConfirmDialog { id: _confirmDialog ; z: 998 } + DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem // then cannot be anchored.