# encoding: UTF-8 from objectmaphelper import * o_Gui_MainView = { "type": "Gui::MainView", "unnamed": 1 } standByScreen_MainHome = {"container": o_Gui_MainView, "type": "MainHome" } treatmentStack = {"container": o_Gui_MainView, "type": "TreatmentStack" } startTreatmentButton = {"container": standByScreen_MainHome, "id": "_startTreatmentRect", "type": "TouchRect", "unnamed": 1 } mainTreatmentScreen = {"container": treatmentStack, "id": "_treatmentHome", "type": "TreatmentHome", "unnamed": 1 } startFluidButton = {"container": mainTreatmentScreen, "id": "_startFluidButton", "type": "TouchRect", "unnamed": 1 } salineDeliveredText = {"container": mainTreatmentScreen, "objectName": "salineDescriptionText", "type": "Text" } currentBolusVolume = {"container": mainTreatmentScreen, "type": "Label", "unnamed": 1 } treatmentSaline = {"container": mainTreatmentScreen, "objectName": "treatmentSaline", "type": "TreatmentSaline" } salineProgressBar = {"container": mainTreatmentScreen, "id": "_fluidProgressBar", "type": "ProgressBar", "unnamed": 1 } # settings_service_export_logs o_QQuickView = { "type": "QQuickView"} o_Overlay = {"container": o_QQuickView, "type": "Overlay"} o_SettingsHome_SettingsHome = {"container": o_Gui_MainView, "objectName": "_SettingsHome", "type": "SettingsHome", "visible": True} o_SettingsHome_touchItem_ExportsLogs = {"container": o_SettingsHome_SettingsHome, "id": "_touchItem", "occurrence": 7, "type": "TouchRect", "unnamed": 1, "visible": True} o_SettingsBase_SettingsExportLogs = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsExportLogs", "visible": True} o_SettingsBase_Export_Logs_Text = {"container": o_SettingsBase_SettingsExportLogs, "text": "Export Logs", "type": "Text", "unnamed": 1, "visible": True} o_SettingsBase_logTypeCombo_ComboBox = {"container": o_SettingsBase_SettingsExportLogs, "id": "_logTypeCombo", "type": "ComboBox", "unnamed": 1, "visible": True} o_SettingsHome_Service_Text = {"container": o_SettingsHome_SettingsHome, "type": "Text", "unnamed": 1, "visible": True} o_SettingsBase_SettingsInformation = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsBase", "visible": True} o_service_home_text_obj = {"container": o_SettingsHome_SettingsHome, "type": "Text", "unnamed": 1, "visible": True} o_SettingsBase_usbEjectButton_USBButton = {"container": o_SettingsBase_SettingsExportLogs, "id": "_usbEjectButton", "type": "USBButton", "unnamed": 1, "visible": True} o_export_logs_text = {"container": o_SettingsBase_SettingsInformation, "text": "Export Logs", "type": "Text", "unnamed": 1, "visible": True} o_combo_box = {"container": o_SettingsBase_SettingsInformation, "id": "_logTypeCombo", "type": "ComboBox", "unnamed": 1, "visible": True} o_option_combo_box = {"container": o_Overlay, "type": "Text", "unnamed": 1, "visible": True} o_SettingsBase_logTypeExportButton_ExportButton = {"container": o_SettingsBase_SettingsExportLogs, "id": "_logTypeExportButton", "type": "ExportButton", "unnamed": 1, "visible": True} o_SettingsBase_progressRect_ProgressRect = {"container": o_SettingsBase_SettingsExportLogs, "id": "_progressRect", "type": "ProgressRect", "unnamed": 1, "visible": True}