not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / applets / webbrowser / webbrowserconfig.ui
blobfa284399cb13f837d558ee2a04299dc1f807f023
1 <ui version="4.0" >
2  <class>WebBrowserConfig</class>
3  <widget class="QWidget" name="WebBrowserConfig" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>289</width>
9     <height>72</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QFormLayout" name="formLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>Auto refresh:</string>
20      </property>
21      <property name="buddy" >
22       <cstring>autoRefresh</cstring>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="1" >
27     <widget class="QCheckBox" name="autoRefresh" >
28      <property name="text" >
29       <string/>
30      </property>
31     </widget>
32    </item>
33    <item row="1" column="1" >
34     <widget class="QWidget" native="1" name="intervalGroup" >
35      <property name="enabled" >
36       <bool>false</bool>
37      </property>
38      <layout class="QHBoxLayout" name="horizontalLayout" >
39       <property name="spacing" >
40        <number>0</number>
41       </property>
42       <property name="margin" >
43        <number>0</number>
44       </property>
45       <item>
46        <widget class="QLabel" name="label_2" >
47         <property name="text" >
48          <string>Interval:</string>
49         </property>
50        </widget>
51       </item>
52       <item>
53        <widget class="QSpinBox" name="autoRefreshInterval" >
54         <property name="suffix" >
55          <string>minutes</string>
56         </property>
57         <property name="minimum" >
58          <number>2</number>
59         </property>
60         <property name="value" >
61          <number>5</number>
62         </property>
63        </widget>
64       </item>
65       <item>
66        <spacer name="horizontalSpacer" >
67         <property name="orientation" >
68          <enum>Qt::Horizontal</enum>
69         </property>
70         <property name="sizeHint" stdset="0" >
71          <size>
72           <width>82</width>
73           <height>20</height>
74          </size>
75         </property>
76        </spacer>
77       </item>
78      </layout>
79     </widget>
80    </item>
81   </layout>
82  </widget>
83  <resources/>
84  <connections>
85   <connection>
86    <sender>autoRefresh</sender>
87    <signal>toggled(bool)</signal>
88    <receiver>intervalGroup</receiver>
89    <slot>setEnabled(bool)</slot>
90    <hints>
91     <hint type="sourcelabel" >
92      <x>238</x>
93      <y>11</y>
94     </hint>
95     <hint type="destinationlabel" >
96      <x>238</x>
97      <y>39</y>
98     </hint>
99    </hints>
100   </connection>
101  </connections>
102 </ui>