Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -rc0d9893f44e051049320208fef519339f1e78ecb -r983e8b520c640ea009604729253d867de7e2f3b4 --- suite_leahi/shared/scripts/names.py (.../names.py) (revision c0d9893f44e051049320208fef519339f1e78ecb) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision 983e8b520c640ea009604729253d867de7e2f3b4) @@ -2,7 +2,12 @@ from objectmaphelper import * +# Top Parents +o_QQuickView = { "type": "QQuickView" } +o_Overlay = {"container": o_QQuickView, "type": "Overlay" } o_Gui_MainView = { "type": "Gui::MainView", "unnamed": 1 } + +#Solution Infusion 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 } @@ -12,3 +17,8 @@ currentBolusVolume = {"container": mainTreatmentScreen, "type": "Label", "unnamed": 1 } treatmentSaline = {"container": mainTreatmentScreen, "objectName": "treatmentSaline", "type": "TreatmentSaline" } salineProgressBar = {"container": mainTreatmentScreen, "id": "_fluidProgressBar", "type": "ProgressBar", "unnamed": 1 } + +#HeaderBar Information Pop up +o_InformationIconButton = {"container": o_Gui_MainView, "id": "_informationButton", "type": "IconButton", "unnamed": 1 } +o_InformationParameters = {"container": o_Overlay, "type": "Text", "unnamed": 1 } +o_VersionColumn = {"container": o_Overlay, "id": "_versionColumn", "type": "Column", "unnamed": 1 }