summaryrefslogtreecommitdiffstats
path: root/examples/toplevel
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-09-22 10:32:51 +0900
committerMichele Calgaro <[email protected]>2022-09-22 10:32:51 +0900
commit044c03f28ec609b5151e7ab4106a0f0eb86db094 (patch)
tree20789ea723500001d54fdd4c287eb2a1ee685985 /examples/toplevel
parentec04b50a44be8fc3b6d81c1bc2000f7027272c14 (diff)
downloadtqt3-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.ui39
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>&amp;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>&amp;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&amp;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&amp;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&amp;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>&amp;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 &amp;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&amp;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>&amp;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&amp;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>&amp;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>