diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-22 10:32:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-22 10:33:17 +0900 |
commit | 98756287c431b77aa6c9534928f627a4ea1e8970 (patch) | |
tree | dac5f94ace2dc811bc779b89cfe30839dd1f3cda /examples/toplevel | |
parent | 658e4aa51732679777ec105452fdef9872504e8f (diff) | |
download | tqt3-98756287c431b77aa6c9534928f627a4ea1e8970.tar.gz tqt3-98756287c431b77aa6c9534928f627a4ea1e8970.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 044c03f28ec609b5151e7ab4106a0f0eb86db094)
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> |