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/Dialog_with_Buttons_(Bottom).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/Dialog_with_Buttons_(Bottom).ui')
-rw-r--r-- | tools/designer/templates/Dialog_with_Buttons_(Bottom).ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui b/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui index 0d153bdea..4a1c1c865 100644 --- a/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui +++ b/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui @@ -47,9 +47,6 @@ <property name="text"> <string>&Help</string> </property> - <property name="accel"> - <number>4144</number> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -78,9 +75,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <number>0</number> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -95,9 +89,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <number>0</number> - </property> <property name="autoDefault"> <bool>true</bool> </property> |