SVN commit 739452 by spstarr:
GUI: Add new spinbox widget. Adjust strings in dialog. These
should be the final ones now.
M +40 -4 weatherConfig.ui
---
trunk/playground/base/plasma/applets/weather/weatherConfig.u
i #739451:739452
 -5,8
+5,8 
<rect>
<x>0</x>
<y>0</y>
- <width>470</width>
- <height>355</height>
+ <width>489</width>
+ <height>311</height>
</rect>
</property>
<property name="sizePolicy" >
 -95,7
+95,7 
<item>
<widget class="QPushButton"
name="validateButton" >
<property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed"
hsizetype="Expanding" >
+ <sizepolicy vsizetype="Minimum"
hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
 -162,7
+162,7 
<item>
<widget class="QPushButton"
name="removeButton" >
<property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed"
hsizetype="Expanding" >
+ <sizepolicy vsizetype="Minimum"
hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
 -173,6
+173,42 
</widget>
</item>
<item>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QLabel"
name="label_3" >
+ <property name="text" >
+ <string>Update Weather Information
every</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox"
name="weatherUpdateSpin" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed"
hsizetype="MinimumExpanding" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="suffix" >
+ <string> minutes</string>
+ </property>
+ <property name="prefix" >
+ <string/>
+ </property>
+ <property name="minimum" >
+ <number>30</number>
+ </property>
+ <property name="maximum" >
+ <number>100</number>
+ </property>
+ <property name="singleStep" >
+ <number>5</number>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
<widget class="QCheckBox"
name="windFormatToggle" >
<property name="text" >
<string>&Wind speed in meters per
second</string>
_______________________________________________
kde-docbook mailing list
kde-docbook kde.org
htt
ps://mail.kde.org/mailman/listinfo/kde-docbook
|