diff options
author | Mavridis Philippe <[email protected]> | 2021-12-14 11:25:09 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2022-01-14 12:39:09 +0200 |
commit | 2eeaa5f49bd6a2489366f479e5056458d4d6fca2 (patch) | |
tree | 95324c51112ad10388d8d259f58008f49dd33527 /kweather | |
parent | 6668b34bc5deb36e73aa45e0457ed6740f828efd (diff) | |
download | tdetoys-2eeaa5f49bd6a2489366f479e5056458d4d6fca2.tar.gz tdetoys-2eeaa5f49bd6a2489366f479e5056458d4d6fca2.zip |
Preference dialog fixes.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kweather')
-rw-r--r-- | kweather/prefdialogdata.ui | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/kweather/prefdialogdata.ui b/kweather/prefdialogdata.ui index 8fa70b1..fc8dab2 100644 --- a/kweather/prefdialogdata.ui +++ b/kweather/prefdialogdata.ui @@ -70,7 +70,7 @@ <cstring>TextLabel1_4_2_2</cstring> </property> <property name="text"> - <string>Lo&cation:</string> + <string>&Location:</string> </property> <property name="buddy" stdset="0"> <cstring>m_reportLocation</cstring> @@ -155,10 +155,7 @@ </sizepolicy> </property> <property name="text"> - <string>Show icon onl&y</string> - </property> - <property name="accel"> - <string>Alt+Y</string> + <string>&Show icon only</string> </property> <property name="buttonGroupId"> <number>1</number> @@ -177,9 +174,6 @@ <property name="text"> <string>Show &icon and temperature</string> </property> - <property name="accel"> - <string>Alt+I</string> - </property> <property name="buttonGroupId"> <number>2</number> </property> @@ -189,7 +183,7 @@ <cstring>CheckBox10</cstring> </property> <property name="text"> - <string>Show icon, temperature, wind &and pressure information</string> + <string>Show icon, temperature, &wind and pressure information</string> </property> <property name="checked"> <bool>true</bool> @@ -298,9 +292,6 @@ <property name="text"> <string>&Use system icon theme</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -312,9 +303,6 @@ <property name="text"> <string>Use &KWeather theme</string> </property> - <property name="accel"> - <string>Alt+K</string> - </property> </widget> </vbox> </widget> @@ -397,6 +385,8 @@ <include location="global" impldecl="in implementation">klineedit.h</include> <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> </includes> <layoutdefaults spacing="3" margin="6"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> |