diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-20 11:44:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-20 11:44:19 +0900 |
commit | 9c3f52d55dab80ad5868acfc29c90228755f12c7 (patch) | |
tree | 8f6ba9d3b25d0df465625bc60b80b7ca0348f166 /qtruby/rubylib/designer/examples | |
parent | 37c8286f0c03c860167e6c5f34807a9d13e36a6a (diff) | |
download | tdebindings-9c3f52d55dab80ad5868acfc29c90228755f12c7.tar.gz tdebindings-9c3f52d55dab80ad5868acfc29c90228755f12c7.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtruby/rubylib/designer/examples')
-rw-r--r-- | qtruby/rubylib/designer/examples/colortool/mainform.ui | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/qtruby/rubylib/designer/examples/colortool/mainform.ui b/qtruby/rubylib/designer/examples/colortool/mainform.ui index f4081882..340b6c31 100644 --- a/qtruby/rubylib/designer/examples/colortool/mainform.ui +++ b/qtruby/rubylib/designer/examples/colortool/mainform.ui @@ -215,9 +215,6 @@ <property name="menuText"> <string>Save &As...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -229,9 +226,6 @@ <property name="menuText"> <string>E&xit</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -294,9 +288,6 @@ <property name="menuText"> <string>&Contents...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -308,9 +299,6 @@ <property name="menuText"> <string>&Index...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -322,9 +310,6 @@ <property name="menuText"> <string>&About</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> |