diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 10:29:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 10:29:54 +0900 |
commit | f6ca198c8157ee32fc24d816aefd8feaaf20b6ef (patch) | |
tree | 54871bd4395cb44419982c8d7f7e9577ca09d9de /languages/python/app_templates/pyqt | |
parent | 0094503b4a9e2468ac8dd0ddbe5632173dfeb76e (diff) | |
download | tdevelop-r14.0.x.tar.gz tdevelop-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0ba031d9dfc995a1dfb3a0d770501acd2d2990cc)
Diffstat (limited to 'languages/python/app_templates/pyqt')
-rw-r--r-- | languages/python/app_templates/pyqt/templates-ui-mainwin | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/languages/python/app_templates/pyqt/templates-ui-mainwin b/languages/python/app_templates/pyqt/templates-ui-mainwin index fd24b2f5..d8eff427 100644 --- a/languages/python/app_templates/pyqt/templates-ui-mainwin +++ b/languages/python/app_templates/pyqt/templates-ui-mainwin @@ -111,9 +111,6 @@ <property name="menuText"> <string>Save &As...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -142,9 +139,6 @@ <property name="menuText"> <string>E&xit</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -258,9 +252,6 @@ <property name="menuText"> <string>&Contents...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -272,9 +263,6 @@ <property name="menuText"> <string>&Index...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -286,9 +274,6 @@ <property name="menuText"> <string>&About</string> </property> - <property name="accel"> - <string></string> - </property> </action> </actions> <images> |