Index: shared/scripts/names.py =================================================================== diff -u -r9fc49dcb5999a8def502d0a0984b35b9e67a8092 -r2dc140932c71c9b21e2c60410ec0ca58e04d9771 --- shared/scripts/names.py (.../names.py) (revision 9fc49dcb5999a8def502d0a0984b35b9e67a8092) +++ shared/scripts/names.py (.../names.py) (revision 2dc140932c71c9b21e2c60410ec0ca58e04d9771) @@ -26,6 +26,7 @@ o_treatmentHome_startTreatment = {"container": o_treatmentHome, "id": "_startTreatmentRect" , "type": "TouchRect" , "unnamed": 1, "visible": True} o_treatmentHome_createTreatment = {"container": o_treatmentHome, "id": "_createTreatmentRect", "type": "TouchRect" , "unnamed": 1, "visible": True} + # Main Menu o_mainMenu = {"container": o_QQuickView, "id": "_mainMenu" , "type": "MainMenu" , "unnamed": 1 , "visible": True} o_mainMenu_treatment = {"container": o_mainMenu , "id": "_touchRect", "type": "TouchRect", "objectName": "_touchRect0", "visible": True}