Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -rfa61b0cdde91637d83d171032332a524ac6d83be -rb28e8ef041ad2c1be9509e404d89587567ff26b7 --- suite_leahi/shared/scripts/names.py (.../names.py) (revision fa61b0cdde91637d83d171032332a524ac6d83be) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision b28e8ef041ad2c1be9509e404d89587567ff26b7) @@ -17,7 +17,6 @@ o_QQuickView = { "type": "QQuickView" } o_Overlay = {"container": o_QQuickView, "type": "Overlay" } settingsHome = {"container": o_Gui_MainView, "objectName": "_SettingsHome", "type": "SettingsHome" } -exportsLogs = {"container": settingsHome, "id": "_touchItem", "occurrence": 7, "type": "TouchRect", "unnamed": 1 } settingsExportLogs = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsExportLogs" } serviceText = {"container": settingsHome, "type": "Text", "unnamed": 1 } settingsInformation = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsBase" } @@ -27,7 +26,11 @@ optionComboBox = {"container": o_Overlay, "type": "Text", "unnamed": 1 } exportButton = {"container": settingsExportLogs, "id": "_logTypeExportButton", "type": "ExportButton", "unnamed": 1 } progressRect = {"container": settingsExportLogs, "id": "_progressRect", "type": "ProgressRect", "unnamed": 1 } -settingsHomeExportLogs = {"container": settingsHome, "text": "Export Logs", "type": "Text", "unnamed": 1, } +settingsHomeExportLogs = {"container": settingsHome, "text": "Export Logs", "type": "Text", "unnamed": 1, } notificationBar = {"container": settingsExportLogs, "objectName": "NotificationBar", "type": "NotificationBarSmall", } +#Information popup +informationIconButton = {"container": o_Gui_MainView, "id": "_informationButton", "type": "IconButton", "unnamed": 1 } +informationParameters = {"container": o_Overlay, "type": "Text", "unnamed": 1 } +