diff options
author | Michele Calgaro <[email protected]> | 2022-09-22 10:32:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-22 10:32:51 +0900 |
commit | 044c03f28ec609b5151e7ab4106a0f0eb86db094 (patch) | |
tree | 20789ea723500001d54fdd4c287eb2a1ee685985 /examples/toplevel | |
parent | ec04b50a44be8fc3b6d81c1bc2000f7027272c14 (diff) | |
download | tqt3-044c03f28ec609b5151e7ab4106a0f0eb86db094.tar.gz tqt3-044c03f28ec609b5151e7ab4106a0f0eb86db094.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/toplevel')
-rw-r--r-- | examples/toplevel/options.ui | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/examples/toplevel/options.ui b/examples/toplevel/options.ui index 5f8779808..d496ba15a 100644 --- a/examples/toplevel/options.ui +++ b/examples/toplevel/options.ui @@ -62,9 +62,6 @@ <property name="text"> <string>&Normal</string> </property> - <property name="accel"> - <string>Alt+N</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -82,9 +79,6 @@ <property name="text"> <string>&Dialog</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> <property name="toolTip" stdset="0"> <string>A thin dialog border</string> </property> @@ -121,9 +115,6 @@ <property name="text"> <string>S&ystem Menu</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -141,9 +132,6 @@ <property name="text"> <string>Minimi&ze</string> </property> - <property name="accel"> - <string>Alt+Z</string> - </property> <property name="toolTip" stdset="0"> <string>A minimize button</string> </property> @@ -158,9 +146,6 @@ <property name="text"> <string>Ma&ximize</string> </property> - <property name="accel"> - <string>Alt+X</string> - </property> <property name="toolTip" stdset="0"> <string>A maximize button</string> </property> @@ -175,9 +160,6 @@ <property name="text"> <string>&What's This</string> </property> - <property name="accel"> - <string>Alt+W</string> - </property> <property name="toolTip" stdset="0"> <string>A context help button</string> </property> @@ -221,9 +203,6 @@ <property name="text"> <string>Taskbar &Entry</string> </property> - <property name="accel"> - <string>Alt+E</string> - </property> <property name="toolTip" stdset="0"> <string>Entry in the taskbar</string> </property> @@ -238,9 +217,6 @@ <property name="text"> <string>Stays on T&op</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> <property name="toolTip" stdset="0"> <string>Stay on top of the desktop</string> </property> @@ -258,9 +234,6 @@ <property name="text"> <string>&Popup</string> </property> - <property name="accel"> - <string>Alt+P</string> - </property> <property name="toolTip" stdset="0"> <string>A popup window</string> </property> @@ -275,9 +248,6 @@ <property name="text"> <string>Too&l</string> </property> - <property name="accel"> - <string>Alt+L</string> - </property> <property name="toolTip" stdset="0"> <string>A tool window</string> </property> @@ -292,9 +262,6 @@ <property name="text"> <string>&Modal</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="toolTip" stdset="0"> <string>Show modal</string> </property> @@ -487,9 +454,6 @@ Note that this attribute is not supported on many windowing systems and will hav <property name="text"> <string>Apply</string> </property> - <property name="accel"> - <string></string> - </property> <property name="default"> <bool>true</bool> </property> @@ -504,9 +468,6 @@ Note that this attribute is not supported on many windowing systems and will hav <property name="text"> <string>Close</string> </property> - <property name="accel"> - <string></string> - </property> <property name="whatsThis" stdset="0"> <string>Closes this dialog and exits the application.</string> </property> |