not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / shells / screensaver / BackgroundDialog.ui
blob134d9acf294c0ba2682fd92087ec2a635ef9ad25
1 <ui version="4.0" >
2  <class>BackgroundDialog</class>
3  <widget class="QWidget" name="BackgroundDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>519</width>
9     <height>173</height>
10    </rect>
11   </property>
12   <property name="baseSize" >
13    <size>
14     <width>200</width>
15     <height>700</height>
16    </size>
17   </property>
18   <layout class="QGridLayout" name="gridLayout_2" >
19    <item row="0" column="0" >
20     <layout class="QGridLayout" name="gridLayout" >
21      <item row="0" column="0" colspan="2" >
22       <widget class="QLabel" name="m_wallpaperLabel_2" >
23        <property name="sizePolicy" >
24         <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
25          <horstretch>0</horstretch>
26          <verstretch>0</verstretch>
27         </sizepolicy>
28        </property>
29        <property name="font" >
30         <font>
31          <weight>75</weight>
32          <bold>true</bold>
33         </font>
34        </property>
35        <property name="text" >
36         <string>Widget Translucency</string>
37        </property>
38       </widget>
39      </item>
40      <item row="1" column="0" >
41       <spacer name="horizontalSpacer_2" >
42        <property name="orientation" >
43         <enum>Qt::Horizontal</enum>
44        </property>
45        <property name="sizeType" >
46         <enum>QSizePolicy::Fixed</enum>
47        </property>
48        <property name="sizeHint" stdset="0" >
49         <size>
50          <width>13</width>
51          <height>17</height>
52         </size>
53        </property>
54       </spacer>
55      </item>
56      <item row="1" column="1" >
57       <widget class="QLabel" name="label" >
58        <property name="text" >
59         <string>User Activity:</string>
60        </property>
61        <property name="alignment" >
62         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
63        </property>
64       </widget>
65      </item>
66      <item row="1" column="2" >
67       <widget class="QSlider" name="m_activeSlider" >
68        <property name="minimum" >
69         <number>1</number>
70        </property>
71        <property name="maximum" >
72         <number>10</number>
73        </property>
74        <property name="pageStep" >
75         <number>1</number>
76        </property>
77        <property name="orientation" >
78         <enum>Qt::Horizontal</enum>
79        </property>
80       </widget>
81      </item>
82      <item row="2" column="1" >
83       <widget class="QLabel" name="label_3" >
84        <property name="text" >
85         <string>While Idle:</string>
86        </property>
87        <property name="alignment" >
88         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
89        </property>
90       </widget>
91      </item>
92      <item row="2" column="2" >
93       <widget class="QSlider" name="m_idleSlider" >
94        <property name="maximum" >
95         <number>10</number>
96        </property>
97        <property name="pageStep" >
98         <number>1</number>
99        </property>
100        <property name="orientation" >
101         <enum>Qt::Horizontal</enum>
102        </property>
103       </widget>
104      </item>
105      <item row="3" column="1" >
106       <spacer name="verticalSpacer_3" >
107        <property name="orientation" >
108         <enum>Qt::Vertical</enum>
109        </property>
110        <property name="sizeType" >
111         <enum>QSizePolicy::Fixed</enum>
112        </property>
113        <property name="sizeHint" stdset="0" >
114         <size>
115          <width>17</width>
116          <height>13</height>
117         </size>
118        </property>
119       </spacer>
120      </item>
121      <item row="4" column="0" colspan="2" >
122       <widget class="QLabel" name="m_wallpaperLabel" >
123        <property name="sizePolicy" >
124         <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
125          <horstretch>0</horstretch>
126          <verstretch>0</verstretch>
127         </sizepolicy>
128        </property>
129        <property name="font" >
130         <font>
131          <weight>75</weight>
132          <bold>true</bold>
133         </font>
134        </property>
135        <property name="text" >
136         <string>Wallpaper</string>
137        </property>
138       </widget>
139      </item>
140      <item row="5" column="0" >
141       <spacer name="horizontalSpacer" >
142        <property name="orientation" >
143         <enum>Qt::Horizontal</enum>
144        </property>
145        <property name="sizeType" >
146         <enum>QSizePolicy::Fixed</enum>
147        </property>
148        <property name="sizeHint" stdset="0" >
149         <size>
150          <width>13</width>
151          <height>17</height>
152         </size>
153        </property>
154       </spacer>
155      </item>
156      <item row="5" column="1" >
157       <widget class="QLabel" name="m_wallpaperTypeLabel" >
158        <property name="text" >
159         <string>Type:</string>
160        </property>
161        <property name="alignment" >
162         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
163        </property>
164        <property name="buddy" >
165         <cstring>m_wallpaperMode</cstring>
166        </property>
167       </widget>
168      </item>
169      <item row="5" column="2" >
170       <widget class="QComboBox" name="m_wallpaperMode" >
171        <property name="sizePolicy" >
172         <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
173          <horstretch>1</horstretch>
174          <verstretch>0</verstretch>
175         </sizepolicy>
176        </property>
177        <property name="minimumSize" >
178         <size>
179          <width>150</width>
180          <height>0</height>
181         </size>
182        </property>
183       </widget>
184      </item>
185     </layout>
186    </item>
187    <item rowspan="3" row="0" column="1" >
188     <layout class="QVBoxLayout" name="verticalLayout_2" >
189      <item>
190       <widget class="QLabel" name="m_monitor" >
191        <property name="sizePolicy" >
192         <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
193          <horstretch>0</horstretch>
194          <verstretch>0</verstretch>
195         </sizepolicy>
196        </property>
197        <property name="text" >
198         <string>Monitor</string>
199        </property>
200        <property name="alignment" >
201         <set>Qt::AlignCenter</set>
202        </property>
203       </widget>
204      </item>
205      <item>
206       <spacer name="verticalSpacer_2" >
207        <property name="orientation" >
208         <enum>Qt::Vertical</enum>
209        </property>
210        <property name="sizeHint" stdset="0" >
211         <size>
212          <width>20</width>
213          <height>40</height>
214         </size>
215        </property>
216       </spacer>
217      </item>
218     </layout>
219    </item>
220    <item row="1" column="0" >
221     <widget class="QWidget" native="1" name="m_wallpaperConfig" >
222      <property name="sizePolicy" >
223       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
224        <horstretch>0</horstretch>
225        <verstretch>0</verstretch>
226       </sizepolicy>
227      </property>
228     </widget>
229    </item>
230    <item row="2" column="0" >
231     <spacer name="verticalSpacer" >
232      <property name="orientation" >
233       <enum>Qt::Vertical</enum>
234      </property>
235      <property name="sizeHint" stdset="0" >
236       <size>
237        <width>143</width>
238        <height>6</height>
239       </size>
240      </property>
241     </spacer>
242    </item>
243   </layout>
244  </widget>
245  <resources/>
246  <connections/>
247 </ui>