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/helpdemo | |
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/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> |