Preference dialog fixes.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/18/head
Mavridis Philippe 2 years ago
parent 6668b34bc5
commit 2eeaa5f49b
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -70,7 +70,7 @@
<cstring>TextLabel1_4_2_2</cstring>
</property>
<property name="text">
<string>Lo&amp;cation:</string>
<string>&amp;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&amp;y</string>
</property>
<property name="accel">
<string>Alt+Y</string>
<string>&amp;Show icon only</string>
</property>
<property name="buttonGroupId">
<number>1</number>
@ -177,9 +174,6 @@
<property name="text">
<string>Show &amp;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 &amp;and pressure information</string>
<string>Show icon, temperature, &amp;wind and pressure information</string>
</property>
<property name="checked">
<bool>true</bool>
@ -298,9 +292,6 @@
<property name="text">
<string>&amp;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 &amp;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"/>

Loading…
Cancel
Save