diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-13 12:37:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-13 12:38:02 +0900 |
commit | 2680086b21ba25837d4c6e1c0392af79466aba3a (patch) | |
tree | cba9162e217d296e16944f50b4c980a5df5eb05f | |
parent | 0f429c2ce0094f6129a5d1032276afd7f3d0824f (diff) | |
download | tdepowersave-2680086b21ba25837d4c6e1c0392af79466aba3a.tar.gz tdepowersave-2680086b21ba25837d4c6e1c0392af79466aba3a.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ec629888ba83dee4f188c5f30402cc874bbf4a9)
-rw-r--r-- | src/blacklistedit_Dialog.ui | 9 | ||||
-rw-r--r-- | src/configure_Dialog.ui | 15 | ||||
-rw-r--r-- | src/countdown_Dialog.ui | 3 | ||||
-rw-r--r-- | src/detailed_Dialog.ui | 3 | ||||
-rw-r--r-- | src/info_Dialog.ui | 6 |
5 files changed, 0 insertions, 36 deletions
diff --git a/src/blacklistedit_Dialog.ui b/src/blacklistedit_Dialog.ui index 375a450..049b952 100644 --- a/src/blacklistedit_Dialog.ui +++ b/src/blacklistedit_Dialog.ui @@ -37,9 +37,6 @@ <property name="text"> <string>OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -62,9 +59,6 @@ <property name="text"> <string>Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -127,9 +121,6 @@ <property name="text"> <string>Remove</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQListBox" row="0" column="3" rowspan="3" colspan="1"> <property name="name"> diff --git a/src/configure_Dialog.ui b/src/configure_Dialog.ui index 956721a..7363bb6 100644 --- a/src/configure_Dialog.ui +++ b/src/configure_Dialog.ui @@ -48,9 +48,6 @@ <property name="text"> <string>Apply</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQPushButton" row="0" column="0"> <property name="name"> @@ -59,9 +56,6 @@ <property name="text"> <string>Help</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -84,9 +78,6 @@ <property name="text"> <string>Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -115,9 +106,6 @@ <property name="text"> <string>OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -522,9 +510,6 @@ <property name="text"> <string>Enable scheme specific Brightness settings</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQLabel" row="0" column="0"> <property name="name"> diff --git a/src/countdown_Dialog.ui b/src/countdown_Dialog.ui index 1a978a3..6874b9a 100644 --- a/src/countdown_Dialog.ui +++ b/src/countdown_Dialog.ui @@ -54,9 +54,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> </widget> <spacer row="1" column="0"> <property name="name"> diff --git a/src/detailed_Dialog.ui b/src/detailed_Dialog.ui index dd9dc6a..a9e5bc3 100644 --- a/src/detailed_Dialog.ui +++ b/src/detailed_Dialog.ui @@ -630,9 +630,6 @@ <property name="text"> <string>OK</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </grid> </widget> diff --git a/src/info_Dialog.ui b/src/info_Dialog.ui index 1b95e5e..f018148 100644 --- a/src/info_Dialog.ui +++ b/src/info_Dialog.ui @@ -32,9 +32,6 @@ <property name="text"> <string>OK</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <spacer row="3" column="5" rowspan="1" colspan="2"> <property name="name"> @@ -174,9 +171,6 @@ <property name="text"> <string></string> </property> - <property name="accel"> - <string></string> - </property> </widget> <spacer row="2" column="6"> <property name="name"> |