Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -r0e7de4782caa04625d499efc5b8f913e6f352d80 -rc0d9893f44e051049320208fef519339f1e78ecb --- suite_leahi/shared/scripts/names.py (.../names.py) (revision 0e7de4782caa04625d499efc5b8f913e6f352d80) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision c0d9893f44e051049320208fef519339f1e78ecb) @@ -2,13 +2,13 @@ from objectmaphelper import * -o_Gui_MainView = { "type": "Gui::MainView", "unnamed": 1, "visible": True} -standByScreen_MainHome = {"container": o_Gui_MainView, "type": "MainHome", "visible": True} -treatmentStack = {"container": o_Gui_MainView, "type": "TreatmentStack", "visible": True} -startTreatmentButton = {"container": standByScreen_MainHome, "id": "_startTreatmentRect", "type": "TouchRect", "unnamed": 1, "visible": True} -mainTreatmentScreen = {"container": treatmentStack, "id": "_treatmentHome", "type": "TreatmentHome", "unnamed": 1, "visible": True} -startFluidButton = {"container": mainTreatmentScreen, "id": "_startFluidButton", "type": "TouchRect", "unnamed": 1, "visible": True} -salineDeliveredText = {"container": mainTreatmentScreen, "objectName": "salineDescriptionText", "type": "Text", "visible": True} -currentBolusVolume = {"container": mainTreatmentScreen, "type": "Label", "unnamed": 1, "visible": True} -treatmentSaline = {"container": mainTreatmentScreen, "objectName": "treatmentSaline", "type": "TreatmentSaline", "visible": True} -salineProgressBar = {"container": mainTreatmentScreen, "id": "_fluidProgressBar", "type": "ProgressBar", "unnamed": 1, "visible": True} +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 }