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:32:51 +0900 |
commit | 044c03f28ec609b5151e7ab4106a0f0eb86db094 (patch) | |
tree | 20789ea723500001d54fdd4c287eb2a1ee685985 /examples/helpdemo | |
parent | ec04b50a44be8fc3b6d81c1bc2000f7027272c14 (diff) | |
download | tqt3-044c03f28ec609b5151e7ab4106a0f0eb86db094.tar.gz tqt3-044c03f28ec609b5151e7ab4106a0f0eb86db094.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/helpdemo')
-rw-r--r-- | examples/helpdemo/helpdemobase.ui | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/helpdemo/helpdemobase.ui b/examples/helpdemo/helpdemobase.ui index 75e4b7237..3eba96eb2 100644 --- a/examples/helpdemo/helpdemobase.ui +++ b/examples/helpdemo/helpdemobase.ui @@ -51,9 +51,6 @@ <property name="text"> <string>&Close</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -81,9 +78,6 @@ <property name="text"> <string>&Open Assistant</string> </property> - <property name="accel"> - <string>Alt+L</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -95,9 +89,6 @@ <property name="text"> <string>&Display</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -109,9 +100,6 @@ <property name="text"> <string>&Hide Sidebar when Opening</string> </property> - <property name="accel"> - <string>Alt+H</string> - </property> </widget> <widget class="TQPushButton" row="1" column="2" rowspan="1" colspan="2"> <property name="name"> @@ -120,9 +108,6 @@ <property name="text"> <string>C&lose Assistant</string> </property> - <property name="accel"> - <string>Alt+L</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -150,9 +135,6 @@ <property name="text"> <string>Run TQt Assistant customized for HelpDemo</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </grid> </widget> |