diff options
author | Michele Calgaro <[email protected]> | 2022-09-20 11:44:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-20 11:44:19 +0900 |
commit | 9c3f52d55dab80ad5868acfc29c90228755f12c7 (patch) | |
tree | 8f6ba9d3b25d0df465625bc60b80b7ca0348f166 /qtsharp | |
parent | 37c8286f0c03c860167e6c5f34807a9d13e36a6a (diff) | |
download | tdebindings-9c3f52d55dab80ad5868acfc29c90228755f12c7.tar.gz tdebindings-9c3f52d55dab80ad5868acfc29c90228755f12c7.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtsharp')
-rw-r--r-- | qtsharp/src/uicsharp/tests/form5.ui | 15 | ||||
-rw-r--r-- | qtsharp/src/uicsharp/tests/form6.ui | 6 | ||||
-rw-r--r-- | qtsharp/src/uicsharp/tests/form9.ui | 6 |
3 files changed, 0 insertions, 27 deletions
diff --git a/qtsharp/src/uicsharp/tests/form5.ui b/qtsharp/src/uicsharp/tests/form5.ui index bb998334..46308250 100644 --- a/qtsharp/src/uicsharp/tests/form5.ui +++ b/qtsharp/src/uicsharp/tests/form5.ui @@ -125,9 +125,6 @@ <property name="menuText"> <string>Save &As...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -156,9 +153,6 @@ <property name="menuText"> <string>E&xit</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -272,9 +266,6 @@ <property name="menuText"> <string>&Contents...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -286,9 +277,6 @@ <property name="menuText"> <string>&Index...</string> </property> - <property name="accel"> - <string></string> - </property> </action> <action> <property name="name"> @@ -300,9 +288,6 @@ <property name="menuText"> <string>&About</string> </property> - <property name="accel"> - <string></string> - </property> </action> </actions> <images> diff --git a/qtsharp/src/uicsharp/tests/form6.ui b/qtsharp/src/uicsharp/tests/form6.ui index bcc04572..f97aa87e 100644 --- a/qtsharp/src/uicsharp/tests/form6.ui +++ b/qtsharp/src/uicsharp/tests/form6.ui @@ -85,9 +85,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -102,9 +99,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/qtsharp/src/uicsharp/tests/form9.ui b/qtsharp/src/uicsharp/tests/form9.ui index 3ba562c7..33c6e5f3 100644 --- a/qtsharp/src/uicsharp/tests/form9.ui +++ b/qtsharp/src/uicsharp/tests/form9.ui @@ -165,9 +165,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -182,9 +179,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |