Index: sources/gui/qml/main.qml =================================================================== diff -u -rc70815ad2b3beadf61832f2e4d12eb90d476e020 -r2624ed8acc30847fb38816fb4ae6073518b091f9 --- sources/gui/qml/main.qml (.../main.qml) (revision c70815ad2b3beadf61832f2e4d12eb90d476e020) +++ sources/gui/qml/main.qml (.../main.qml) (revision 2624ed8acc30847fb38816fb4ae6073518b091f9) @@ -134,6 +134,7 @@ import VTreatmentAdjustmentDurationEdit 0.1 import VTreatmentAdjustmentDurationConfirm 0.1 import VTreatmentAdjustmentSetPoints 0.1 +import VTreatmentAdjustmentVitalsAlarmLimits 0.1 import VTreatmentAdjustmentBloodFlowRate 0.1 import VTreatmentAdjustmentDialysateFlowRate 0.1 import VTreatmentAdjustmentDialysateTemperature 0.1 @@ -303,6 +304,7 @@ VTreatmentAdjustmentDurationEdit { id: vTreatmentAdjustmentDurationEdit } VTreatmentAdjustmentDurationConfirm { id: vTreatmentAdjustmentDurationConfirm } VTreatmentAdjustmentSetPoints { id: vTreatmentAdjustmentSetPoints } + VTreatmentAdjustmentVitalsAlarmLimits { id: vTreatmentAdjustmentVitalsAlarmLimits } VTreatmentAdjustmentBloodFlowRate { id: vTreatmentAdjustmentBloodFlowRate } VTreatmentAdjustmentDialysateFlowRate { id: vTreatmentAdjustmentDialysateFlowRate } VTreatmentAdjustmentDialysateTemperature { id: vTreatmentAdjustmentDialysateTemperature } @@ -342,7 +344,7 @@ readonly property color modeBackgroundColor : vSettings.darkMode ? Colors.panelBackground : Colors.offWhite readonly property color modeBackgroundDialogColor : vSettings.darkMode ? Colors.darkModeBackground : Colors.offWhite readonly property color modeSelctedColor : vSettings.darkMode ? Colors.darkModeSelect : Colors.lightModeSelect - readonly property color modeAutoStepColor : vSettings.darkMode ? Colors.statusTextPaused : Colors.lightModeAutoStep + readonly property color modeAutoStepColor : vSettings.darkMode ? Colors.darkModeAutoStep : Colors.lightModeAutoStep readonly property color modeAutoStepProgressColor : vSettings.darkMode ? Colors.borderButton : Colors.statusTextPaused readonly property color modeTextColor : vSettings.darkMode ? Colors.offWhite : Colors.backgroundMainMenu readonly property color modeButtonColor : vSettings.darkMode ? Colors.borderButton : Colors.backgroundMainMenu @@ -434,6 +436,7 @@ AlarmItem { id: _alarmItem ; z: 996 } PowerItem { id: _powerItem ; z: 997 } ConfirmDialog { id: _confirmDialog ; z: 998 } + DryDemoDialog { id: _dryDemoDialog; z: 999 } DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem