add more spacing
[personal-kdebase.git] / workspace / plasma / scriptengines / python / examples / applets / pyclock / contents / ui / timezonesConfig.ui
blob38e3f69515c999e125e53adf1d040587954a3094
1 <ui version="4.0" >
2  <class>timezonesConfig</class>
3  <widget class="QWidget" name="timezonesConfig" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>308</width>
9     <height>227</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QCheckBox" name="localTimeZone" >
15      <property name="text" >
16       <string>Use &amp;local time zone</string>
17      </property>
18     </widget>
19    </item>
20    <item>
21     <widget class="KTimeZoneWidget" name="timeZones" >
22      <property name="minimumSize" >
23       <size>
24        <width>300</width>
25        <height>150</height>
26       </size>
27      </property>
28      <column>
29       <property name="text" >
30        <string>Area</string>
31       </property>
32      </column>
33      <column>
34       <property name="text" >
35        <string>Region</string>
36       </property>
37      </column>
38      <column>
39       <property name="text" >
40        <string>Comment</string>
41       </property>
42      </column>
43     </widget>
44    </item>
45   </layout>
46  </widget>
47  <customwidgets>
48   <customwidget>
49    <class>KTimeZoneWidget</class>
50    <extends>QTreeWidget</extends>
51    <header>ktimezonewidget.h</header>
52   </customwidget>
53  </customwidgets>
54  <resources/>
55  <connections>
56   <connection>
57    <sender>localTimeZone</sender>
58    <signal>toggled(bool)</signal>
59    <receiver>timeZones</receiver>
60    <slot>setDisabled(bool)</slot>
61    <hints>
62     <hint type="sourcelabel" >
63      <x>209</x>
64      <y>53</y>
65     </hint>
66     <hint type="destinationlabel" >
67      <x>209</x>
68      <y>239</y>
69     </hint>
70    </hints>
71   </connection>
72  </connections>
73 </ui>