summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/lightsettingsbase.ui
Unidiff
Diffstat (limited to 'core/settings/light-and-power/lightsettingsbase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/lightsettingsbase.ui471
1 files changed, 471 insertions, 0 deletions
diff --git a/core/settings/light-and-power/lightsettingsbase.ui b/core/settings/light-and-power/lightsettingsbase.ui
new file mode 100644
index 0000000..47775f7
--- a/dev/null
+++ b/core/settings/light-and-power/lightsettingsbase.ui
@@ -0,0 +1,471 @@
1<!DOCTYPE UI><UI>
2<class>LightSettingsBase</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>LightSettingsBase</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>256</width>
15 <height>316</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Light Settings</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <vbox>
26 <property stdset="1">
27 <name>margin</name>
28 <number>7</number>
29 </property>
30 <property stdset="1">
31 <name>spacing</name>
32 <number>6</number>
33 </property>
34 <widget>
35 <class>QCheckBox</class>
36 <property stdset="1">
37 <name>name</name>
38 <cstring>auto_brightness</cstring>
39 </property>
40 <property stdset="1">
41 <name>text</name>
42 <string>Adjust to environment</string>
43 </property>
44 <property>
45 <name>whatsThis</name>
46 <string>By sensing the ambient light where you are using your device, the screen light can be adjusted automatically. The brightness setting still affects the average brightness.</string>
47 </property>
48 </widget>
49 <widget>
50 <class>QGroupBox</class>
51 <property stdset="1">
52 <name>name</name>
53 <cstring>GroupBox3</cstring>
54 </property>
55 <property stdset="1">
56 <name>title</name>
57 <string>Power saving</string>
58 </property>
59 <property>
60 <name>layoutMargin</name>
61 </property>
62 <property>
63 <name>layoutSpacing</name>
64 </property>
65 <grid>
66 <property stdset="1">
67 <name>margin</name>
68 <number>6</number>
69 </property>
70 <property stdset="1">
71 <name>spacing</name>
72 <number>3</number>
73 </property>
74 <widget row="1" column="1" >
75 <class>QSpinBox</class>
76 <property stdset="1">
77 <name>name</name>
78 <cstring>interval_lightoff</cstring>
79 </property>
80 <property stdset="1">
81 <name>suffix</name>
82 <string> seconds</string>
83 </property>
84 <property stdset="1">
85 <name>buttonSymbols</name>
86 <enum>PlusMinus</enum>
87 </property>
88 <property stdset="1">
89 <name>maxValue</name>
90 <number>3600</number>
91 </property>
92 <property stdset="1">
93 <name>minValue</name>
94 <number>10</number>
95 </property>
96 <property stdset="1">
97 <name>lineStep</name>
98 <number>15</number>
99 </property>
100 </widget>
101 <widget row="2" column="1" >
102 <class>QSpinBox</class>
103 <property stdset="1">
104 <name>name</name>
105 <cstring>interval_suspend</cstring>
106 </property>
107 <property stdset="1">
108 <name>suffix</name>
109 <string> seconds</string>
110 </property>
111 <property stdset="1">
112 <name>buttonSymbols</name>
113 <enum>PlusMinus</enum>
114 </property>
115 <property stdset="1">
116 <name>maxValue</name>
117 <number>3600</number>
118 </property>
119 <property stdset="1">
120 <name>minValue</name>
121 <number>10</number>
122 </property>
123 <property stdset="1">
124 <name>lineStep</name>
125 <number>15</number>
126 </property>
127 </widget>
128 <widget row="1" column="0" >
129 <class>QCheckBox</class>
130 <property stdset="1">
131 <name>name</name>
132 <cstring>screensaver_lightoff</cstring>
133 </property>
134 <property stdset="1">
135 <name>sizePolicy</name>
136 <sizepolicy>
137 <hsizetype>1</hsizetype>
138 <vsizetype>0</vsizetype>
139 </sizepolicy>
140 </property>
141 <property stdset="1">
142 <name>text</name>
143 <string>Light off after</string>
144 </property>
145 <property stdset="1">
146 <name>checked</name>
147 <bool>true</bool>
148 </property>
149 </widget>
150 <widget row="0" column="0" >
151 <class>QCheckBox</class>
152 <property stdset="1">
153 <name>name</name>
154 <cstring>screensaver_dim</cstring>
155 </property>
156 <property stdset="1">
157 <name>sizePolicy</name>
158 <sizepolicy>
159 <hsizetype>1</hsizetype>
160 <vsizetype>0</vsizetype>
161 </sizepolicy>
162 </property>
163 <property stdset="1">
164 <name>text</name>
165 <string>Dim light after</string>
166 </property>
167 <property stdset="1">
168 <name>checked</name>
169 <bool>true</bool>
170 </property>
171 </widget>
172 <widget row="0" column="1" >
173 <class>QSpinBox</class>
174 <property stdset="1">
175 <name>name</name>
176 <cstring>interval_dim</cstring>
177 </property>
178 <property stdset="1">
179 <name>suffix</name>
180 <string> seconds</string>
181 </property>
182 <property stdset="1">
183 <name>buttonSymbols</name>
184 <enum>PlusMinus</enum>
185 </property>
186 <property stdset="1">
187 <name>maxValue</name>
188 <number>3600</number>
189 </property>
190 <property stdset="1">
191 <name>minValue</name>
192 <number>10</number>
193 </property>
194 <property stdset="1">
195 <name>lineStep</name>
196 <number>15</number>
197 </property>
198 </widget>
199 <widget row="2" column="0" >
200 <class>QLabel</class>
201 <property stdset="1">
202 <name>name</name>
203 <cstring>TextLabel1_2</cstring>
204 </property>
205 <property stdset="1">
206 <name>text</name>
207 <string>Suspend after</string>
208 </property>
209 </widget>
210 </grid>
211 </widget>
212 <widget>
213 <class>QLayoutWidget</class>
214 <property stdset="1">
215 <name>name</name>
216 <cstring>Layout18</cstring>
217 </property>
218 <property>
219 <name>layoutMargin</name>
220 </property>
221 <hbox>
222 <property stdset="1">
223 <name>margin</name>
224 <number>0</number>
225 </property>
226 <property stdset="1">
227 <name>spacing</name>
228 <number>6</number>
229 </property>
230 <widget>
231 <class>QSlider</class>
232 <property stdset="1">
233 <name>name</name>
234 <cstring>brightness</cstring>
235 </property>
236 <property stdset="1">
237 <name>maxValue</name>
238 <number>255</number>
239 </property>
240 <property stdset="1">
241 <name>lineStep</name>
242 <number>16</number>
243 </property>
244 <property stdset="1">
245 <name>pageStep</name>
246 <number>16</number>
247 </property>
248 <property stdset="1">
249 <name>orientation</name>
250 <enum>Vertical</enum>
251 </property>
252 <property stdset="1">
253 <name>tickmarks</name>
254 <enum>Right</enum>
255 </property>
256 <property stdset="1">
257 <name>tickInterval</name>
258 <number>32</number>
259 </property>
260 </widget>
261 <widget>
262 <class>QLayoutWidget</class>
263 <property stdset="1">
264 <name>name</name>
265 <cstring>Layout16</cstring>
266 </property>
267 <property>
268 <name>layoutSpacing</name>
269 </property>
270 <vbox>
271 <property stdset="1">
272 <name>margin</name>
273 <number>0</number>
274 </property>
275 <property stdset="1">
276 <name>spacing</name>
277 <number>0</number>
278 </property>
279 <widget>
280 <class>QLayoutWidget</class>
281 <property stdset="1">
282 <name>name</name>
283 <cstring>Layout10</cstring>
284 </property>
285 <hbox>
286 <property stdset="1">
287 <name>margin</name>
288 <number>0</number>
289 </property>
290 <property stdset="1">
291 <name>spacing</name>
292 <number>6</number>
293 </property>
294 <widget>
295 <class>QLabel</class>
296 <property stdset="1">
297 <name>name</name>
298 <cstring>PixmapLabel1</cstring>
299 </property>
300 <property stdset="1">
301 <name>pixmap</name>
302 <pixmap>image0</pixmap>
303 </property>
304 <property stdset="1">
305 <name>scaledContents</name>
306 <bool>false</bool>
307 </property>
308 </widget>
309 <widget>
310 <class>QLabel</class>
311 <property stdset="1">
312 <name>name</name>
313 <cstring>TextLabel1</cstring>
314 </property>
315 <property stdset="1">
316 <name>text</name>
317 <string>Bright</string>
318 </property>
319 </widget>
320 <spacer>
321 <property>
322 <name>name</name>
323 <cstring>Spacer3</cstring>
324 </property>
325 <property stdset="1">
326 <name>orientation</name>
327 <enum>Horizontal</enum>
328 </property>
329 <property stdset="1">
330 <name>sizeType</name>
331 <enum>Expanding</enum>
332 </property>
333 <property>
334 <name>sizeHint</name>
335 <size>
336 <width>20</width>
337 <height>20</height>
338 </size>
339 </property>
340 </spacer>
341 </hbox>
342 </widget>
343 <widget>
344 <class>QLabel</class>
345 <property stdset="1">
346 <name>name</name>
347 <cstring>TextLabel3</cstring>
348 </property>
349 <property stdset="1">
350 <name>sizePolicy</name>
351 <sizepolicy>
352 <hsizetype>5</hsizetype>
353 <vsizetype>7</vsizetype>
354 </sizepolicy>
355 </property>
356 <property stdset="1">
357 <name>text</name>
358 <string>&lt;blockquote&gt;The brighter the screen light, the more battery power is used.&lt;/blockquote&gt;</string>
359 </property>
360 </widget>
361 <widget>
362 <class>QLayoutWidget</class>
363 <property stdset="1">
364 <name>name</name>
365 <cstring>Layout9</cstring>
366 </property>
367 <hbox>
368 <property stdset="1">
369 <name>margin</name>
370 <number>0</number>
371 </property>
372 <property stdset="1">
373 <name>spacing</name>
374 <number>6</number>
375 </property>
376 <widget>
377 <class>QLabel</class>
378 <property stdset="1">
379 <name>name</name>
380 <cstring>PixmapLabel2</cstring>
381 </property>
382 <property stdset="1">
383 <name>pixmap</name>
384 <pixmap>image1</pixmap>
385 </property>
386 <property stdset="1">
387 <name>scaledContents</name>
388 <bool>false</bool>
389 </property>
390 </widget>
391 <widget>
392 <class>QLabel</class>
393 <property stdset="1">
394 <name>name</name>
395 <cstring>TextLabel2</cstring>
396 </property>
397 <property stdset="1">
398 <name>text</name>
399 <string>Off</string>
400 </property>
401 <property stdset="1">
402 <name>alignment</name>
403 <set>AlignVCenter|AlignLeft</set>
404 </property>
405 <property>
406 <name>vAlign</name>
407 </property>
408 </widget>
409 <spacer>
410 <property>
411 <name>name</name>
412 <cstring>Spacer2</cstring>
413 </property>
414 <property stdset="1">
415 <name>orientation</name>
416 <enum>Horizontal</enum>
417 </property>
418 <property stdset="1">
419 <name>sizeType</name>
420 <enum>Expanding</enum>
421 </property>
422 <property>
423 <name>sizeHint</name>
424 <size>
425 <width>20</width>
426 <height>20</height>
427 </size>
428 </property>
429 </spacer>
430 </hbox>
431 </widget>
432 </vbox>
433 </widget>
434 </hbox>
435 </widget>
436 </vbox>
437</widget>
438<images>
439 <image>
440 <name>image0</name>
441 <data format="XPM.GZ" length="439">789c6d8ec10ac2300c86ef7b8ad0ff36a4730777111f41f1288887b4b3e8610a3a0f22bebb6dd3d54d0ca5cdffe54f9aaaa4dd764d6555dc7beecf96ec896f54b68fae7bee0fab57a1ea86fc5950ad6685d2646973bd1c43ce3ec73c46903648e79a5624443a27d20cd2b9382704747e124382f11a7c5e30b364b957b331866331b3800c38f70282121c7c628367c098c1e0eb03121ccd4b46fcb0f80b26bb4833987f76b6d6f274de5fe6a1a031d30969f55e161fe4715f7b</data>
442 </image>
443 <image>
444 <name>image1</name>
445 <data format="XPM.GZ" length="424">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022130543251d2e253d856405bffcbc54105b19c856360003103711c4354b344b314b04719340dcb434b31488ac1e1a2020a6acac8c2ea60cc54862606ea232b218541b5810452c3111432c510f550c22886a1e482c115d0c2c88e6168818babaa4a42462c48082cae8e68102011a06b5d65c0041d3518e</data>
446 </image>
447</images>
448<connections>
449 <connection>
450 <sender>screensaver_dim</sender>
451 <signal>toggled(bool)</signal>
452 <receiver>interval_dim</receiver>
453 <slot>setEnabled(bool)</slot>
454 </connection>
455 <connection>
456 <sender>screensaver_lightoff</sender>
457 <signal>toggled(bool)</signal>
458 <receiver>interval_lightoff</receiver>
459 <slot>setEnabled(bool)</slot>
460 </connection>
461</connections>
462<tabstops>
463 <tabstop>auto_brightness</tabstop>
464 <tabstop>screensaver_dim</tabstop>
465 <tabstop>interval_dim</tabstop>
466 <tabstop>screensaver_lightoff</tabstop>
467 <tabstop>interval_lightoff</tabstop>
468 <tabstop>interval_suspend</tabstop>
469 <tabstop>brightness</tabstop>
470</tabstops>
471</UI>