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 /tools/designer/templates/Configuration_Dialog.ui | |
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 'tools/designer/templates/Configuration_Dialog.ui')
-rw-r--r-- | tools/designer/templates/Configuration_Dialog.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/designer/templates/Configuration_Dialog.ui b/tools/designer/templates/Configuration_Dialog.ui index 12a0b2917..3617d6cf2 100644 --- a/tools/designer/templates/Configuration_Dialog.ui +++ b/tools/designer/templates/Configuration_Dialog.ui @@ -86,9 +86,6 @@ <property name="text"> <string>&Help</string> </property> - <property name="accel"> - <number>4144</number> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -117,9 +114,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <number>0</number> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -134,9 +128,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <number>0</number> - </property> <property name="autoDefault"> <bool>true</bool> </property> |