Index: shared/scripts/names.py =================================================================== diff -u -rf9b1549b9531b5a3b244c47d72bf7178cc1165e4 -r932d63fb26cda19a65375d592e454836f8b2522e --- shared/scripts/names.py (.../names.py) (revision f9b1549b9531b5a3b244c47d72bf7178cc1165e4) +++ shared/scripts/names.py (.../names.py) (revision 932d63fb26cda19a65375d592e454836f8b2522e) @@ -117,6 +117,7 @@ o_poweroff_notification = {"container": o_Overlay , "id": "_titleText" , "type": "TitleText" , "unnamed": 1, "visible": True, "type": "Text", "text": "System is shutting down"} o_poweroff_rejection = {"container": o_Overlay , "id": "_titleText" , "type": "TitleText" , "unnamed": 1, "visible": True, "type": "Text"} o_settings_end_treatment = {"container": o_QQuickView , "objectName": "_endTreatmentButton", "type": "TouchRect"} +o_settings_clear_alarm_condition = {"container": o_QQuickView , "objectName": "_clearAlarmCondition", "type": "TouchRect"} # Main Treatment Screen o_treatmentStart_TreatmentStart = {"container": o_QQuickView, "id": "_treatmentStart", "type": "TreatmentStart", "unnamed": 1, "visible": True} @@ -161,7 +162,12 @@ o_qquickview_alarm = {"type": "QQuickView", "unnamed": 1, "visible": True} o_alarm_dialog = {"container": o_Overlay, "id": "_backgroundRect", "type": "Rectangle", "unnamed": 1, "visible": True} o_okay_alarm = {"container": o_Overlay, "objectName": "_alarmOK", "type": "TouchRect"} +o_alarm_resume = {"container": o_Overlay, "objectName": "_alarmResume", "type": "TouchRect"} +o_alarm_rinseback = {"container": o_Overlay, "objectName": "_alarmRinseback", "type": "TouchRect"} +o_alarm_end = {"container": o_Overlay, "objectName": "_alarmEnd", "type": "TouchRect"} o_alarm_bar = {"container": o_qquickview_alarm, "objectName": "NotificationBar", "type": "NotificationBar"} +o_alarm_mute_button = {"container": o_Overlay, "objectName": "_alarmMuteButton", "type": "MuteButton"} +o_alarm_silence_expires = {"container": o_Overlay, "objectName": "_TimeText", "type": "TimeText"} o_treatmentStart_heparinTouchArea_TreatmentFluid = {"container": o_treatmentStart_TreatmentStart, "id": "_heparinTouchArea", "type": "TreatmentFluid", "unnamed": 1, "visible": True} o_treatmentStart_TimeText_TimeText = {"container": o_treatmentStart_TreatmentStart, "objectName": "_TimeText", "type": "TimeText", "visible": True} o_treatmentStart_TimeText_hour_Text = {"container": o_treatmentStart_TreatmentStart, "objectName": "_TimeText_hour", "type": "Text", "visible": True}