Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r506a9e3db1a20bda1685e38c5e9041005c9a4a4f -r8f83b92860a33498ea7856e63afef0a10ee11923 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 506a9e3db1a20bda1685e38c5e9041005c9a4a4f) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 8f83b92860a33498ea7856e63afef0a10ee11923) @@ -73,11 +73,11 @@ onClicked : alarmMaximize() } - // TODO : Later need to create a base Notification dialog class - // and inherit NotificationDialog and AlarmListDialog from that - // Beter be the NotificationDialog defined as parent - // and two separate dialogs by the names of AlarmDialog , AlarmListDlialog creatd. - // Same for the Notification Bar + // TODO : Later need to create a base Notification dialog class + // and inherit NotificationDialog and AlarmListDialog from that + // Beter be the NotificationDialog defined as parent + // and two separate dialogs by the names of AlarmDialog , AlarmListDlialog creatd. + // Same for the Notification Bar NotificationDialog { id : _alarmDialog // this will change later to the actual message text // and the instruction would be in the dialog content @@ -91,6 +91,7 @@ rinsebackVisible : ! vAlarmStatus.alarm_Flag_noRinseback endVisible : ! vAlarmStatus.alarm_Flag_noEndTreatment minVisible : ! vAlarmStatus.alarm_Flag_noMinimize + titleFading : vHDOperationMode.fault onMuteClicked : vAlarmStatus.doSilence () onResumeClicked : vAlarmStatus.doUserActionResume () @@ -111,6 +112,7 @@ timeout : vAlarmStatus.alarm_MuteTimeout onMuteClicked : vAlarmStatus.doSilence() onMinimizeClicked : alarmMinimize() + titleFading : vHDOperationMode.fault } Connections { target: vAlarmStatus