Index: shared/scripts/names.py =================================================================== diff -u -r3037246670bc9f00dff0acc09f82b5aca6cd2bb8 -r212a0fd3028f7369dca1ec6daa8e5880b2ff3d3f --- shared/scripts/names.py (.../names.py) (revision 3037246670bc9f00dff0acc09f82b5aca6cd2bb8) +++ shared/scripts/names.py (.../names.py) (revision 212a0fd3028f7369dca1ec6daa8e5880b2ff3d3f) @@ -96,5 +96,9 @@ o_SettingsBase_usbFolderRectangle_Rectangle = {"container": o_SettingsBase_SettingsBase, "gradient": 0, "id": "_usbFolderRectangle", "type": "Rectangle", "unnamed": 1, "visible": True} o_SettingsBase_progressCircle_ProgressCircle_2 = {"container": o_SettingsBase_SettingsBase, "id": "_progressCircle", "occurrence": 2, "type": "ProgressCircle", "unnamed": 1, "visible": True} o_SettingsBase_image_Image = {"container": o_SettingsBase_SettingsBase, "id": "_image", "source": "qrc:/images/iEject", "type": "Image", "unnamed": 1, "visible": True} - - +o_settings_text = {"container": o_Gui_MainView, "text": "Settings", "type": "Text", "unnamed": 1, "visible": True} +o_service_text = {"container": o_Gui_MainView, "text": "Service", "type": "Text", "unnamed": 1, "visible": True} +userConfirmation_UserConfirmation = {"container": o_Gui_MainView, "objectName": "UserConfirmation", "type": "UserConfirmation", "visible": True} +o_input_password = {"container": userConfirmation_UserConfirmation, "echoMode": 2, "id": "_input", "passwordCharacter": "123", "type": "TextInput", "unnamed": 1, "visible": True} +o_service_confirm_btn = {"container": userConfirmation_UserConfirmation, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} +o_service_back_btn = {"container": o_Gui_MainView, "type": "Text", "unnamed": 1, "visible": True}