|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <comment>********************************************************************* |
|
4 ** |
|
5 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
6 ** All rights reserved. |
|
7 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
8 ** |
|
9 ** This file is part of the tools applications of the Qt Toolkit. |
|
10 ** |
|
11 ** $QT_BEGIN_LICENSE:LGPL$ |
|
12 ** No Commercial Usage |
|
13 ** This file contains pre-release code and may not be distributed. |
|
14 ** You may use this file in accordance with the terms and conditions |
|
15 ** contained in the Technology Preview License Agreement accompanying |
|
16 ** this package. |
|
17 ** |
|
18 ** GNU Lesser General Public License Usage |
|
19 ** Alternatively, this file may be used under the terms of the GNU Lesser |
|
20 ** General Public License version 2.1 as published by the Free Software |
|
21 ** Foundation and appearing in the file LICENSE.LGPL included in the |
|
22 ** packaging of this file. Please review the following information to |
|
23 ** ensure the GNU Lesser General Public License version 2.1 requirements |
|
24 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
25 ** |
|
26 ** In addition, as a special exception, Nokia gives you certain additional |
|
27 ** rights. These rights are described in the Nokia Qt LGPL Exception |
|
28 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
29 ** |
|
30 ** If you have questions regarding the use of this file, please contact |
|
31 ** Nokia at qt-info@nokia.com. |
|
32 ** |
|
33 ** |
|
34 ** |
|
35 ** |
|
36 ** |
|
37 ** |
|
38 ** |
|
39 ** |
|
40 ** $QT_END_LICENSE$ |
|
41 ** |
|
42 *********************************************************************</comment> |
|
43 <class>Config</class> |
|
44 <widget class="QDialog" name="Config"> |
|
45 <property name="geometry"> |
|
46 <rect> |
|
47 <x>0</x> |
|
48 <y>0</y> |
|
49 <width>600</width> |
|
50 <height>665</height> |
|
51 </rect> |
|
52 </property> |
|
53 <property name="windowTitle"> |
|
54 <string>Configure</string> |
|
55 </property> |
|
56 <property name="sizeGripEnabled"> |
|
57 <bool>true</bool> |
|
58 </property> |
|
59 <layout class="QVBoxLayout"> |
|
60 <property name="spacing"> |
|
61 <number>6</number> |
|
62 </property> |
|
63 <property name="margin"> |
|
64 <number>8</number> |
|
65 </property> |
|
66 <item> |
|
67 <layout class="QHBoxLayout"> |
|
68 <property name="spacing"> |
|
69 <number>6</number> |
|
70 </property> |
|
71 <property name="margin"> |
|
72 <number>0</number> |
|
73 </property> |
|
74 <item> |
|
75 <widget class="QGroupBox" name="ButtonGroup1"> |
|
76 <property name="sizePolicy"> |
|
77 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
78 <horstretch>0</horstretch> |
|
79 <verstretch>0</verstretch> |
|
80 </sizepolicy> |
|
81 </property> |
|
82 <property name="title"> |
|
83 <string>Size</string> |
|
84 </property> |
|
85 <layout class="QVBoxLayout"> |
|
86 <property name="spacing"> |
|
87 <number>6</number> |
|
88 </property> |
|
89 <property name="margin"> |
|
90 <number>11</number> |
|
91 </property> |
|
92 <item> |
|
93 <widget class="QRadioButton" name="size_176_220"> |
|
94 <property name="text"> |
|
95 <string>176x220 "SmartPhone"</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QRadioButton" name="size_240_320"> |
|
101 <property name="text"> |
|
102 <string>240x320 "PDA"</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item> |
|
107 <widget class="QRadioButton" name="size_320_240"> |
|
108 <property name="text"> |
|
109 <string>320x240 "TV" / "QVGA"</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item> |
|
114 <widget class="QRadioButton" name="size_640_480"> |
|
115 <property name="text"> |
|
116 <string>640x480 "VGA"</string> |
|
117 </property> |
|
118 </widget> |
|
119 </item> |
|
120 <item> |
|
121 <widget class="QRadioButton" name="size_800_600"> |
|
122 <property name="text"> |
|
123 <string>800x600</string> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 <item> |
|
128 <widget class="QRadioButton" name="size_1024_768"> |
|
129 <property name="text"> |
|
130 <string>1024x768</string> |
|
131 </property> |
|
132 </widget> |
|
133 </item> |
|
134 <item> |
|
135 <layout class="QHBoxLayout"> |
|
136 <property name="spacing"> |
|
137 <number>6</number> |
|
138 </property> |
|
139 <property name="margin"> |
|
140 <number>0</number> |
|
141 </property> |
|
142 <item> |
|
143 <widget class="QRadioButton" name="size_custom"> |
|
144 <property name="sizePolicy"> |
|
145 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
146 <horstretch>0</horstretch> |
|
147 <verstretch>0</verstretch> |
|
148 </sizepolicy> |
|
149 </property> |
|
150 <property name="text"> |
|
151 <string>Custom</string> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 <item> |
|
156 <widget class="QSpinBox" name="size_width"> |
|
157 <property name="minimum"> |
|
158 <number>1</number> |
|
159 </property> |
|
160 <property name="maximum"> |
|
161 <number>1280</number> |
|
162 </property> |
|
163 <property name="singleStep"> |
|
164 <number>16</number> |
|
165 </property> |
|
166 <property name="value"> |
|
167 <number>400</number> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item> |
|
172 <widget class="QSpinBox" name="size_height"> |
|
173 <property name="minimum"> |
|
174 <number>1</number> |
|
175 </property> |
|
176 <property name="maximum"> |
|
177 <number>1024</number> |
|
178 </property> |
|
179 <property name="singleStep"> |
|
180 <number>16</number> |
|
181 </property> |
|
182 <property name="value"> |
|
183 <number>300</number> |
|
184 </property> |
|
185 </widget> |
|
186 </item> |
|
187 </layout> |
|
188 </item> |
|
189 </layout> |
|
190 </widget> |
|
191 </item> |
|
192 <item> |
|
193 <widget class="QGroupBox" name="ButtonGroup2"> |
|
194 <property name="title"> |
|
195 <string>Depth</string> |
|
196 </property> |
|
197 <layout class="QVBoxLayout" name="verticalLayout"> |
|
198 <item> |
|
199 <widget class="QRadioButton" name="depth_1"> |
|
200 <property name="text"> |
|
201 <string>1 bit monochrome</string> |
|
202 </property> |
|
203 </widget> |
|
204 </item> |
|
205 <item> |
|
206 <widget class="QRadioButton" name="depth_2gray"> |
|
207 <property name="text"> |
|
208 <string>2 bit grayscale</string> |
|
209 </property> |
|
210 </widget> |
|
211 </item> |
|
212 <item> |
|
213 <widget class="QRadioButton" name="depth_4gray"> |
|
214 <property name="text"> |
|
215 <string>4 bit grayscale</string> |
|
216 </property> |
|
217 </widget> |
|
218 </item> |
|
219 <item> |
|
220 <widget class="QRadioButton" name="depth_8"> |
|
221 <property name="text"> |
|
222 <string>8 bit</string> |
|
223 </property> |
|
224 </widget> |
|
225 </item> |
|
226 <item> |
|
227 <widget class="QRadioButton" name="depth_12"> |
|
228 <property name="text"> |
|
229 <string>12 (16) bit</string> |
|
230 </property> |
|
231 </widget> |
|
232 </item> |
|
233 <item> |
|
234 <widget class="QRadioButton" name="depth_15"> |
|
235 <property name="text"> |
|
236 <string>15 bit</string> |
|
237 </property> |
|
238 </widget> |
|
239 </item> |
|
240 <item> |
|
241 <widget class="QRadioButton" name="depth_16"> |
|
242 <property name="text"> |
|
243 <string>16 bit</string> |
|
244 </property> |
|
245 </widget> |
|
246 </item> |
|
247 <item> |
|
248 <widget class="QRadioButton" name="depth_18"> |
|
249 <property name="text"> |
|
250 <string>18 bit</string> |
|
251 </property> |
|
252 </widget> |
|
253 </item> |
|
254 <item> |
|
255 <widget class="QRadioButton" name="depth_24"> |
|
256 <property name="text"> |
|
257 <string>24 bit</string> |
|
258 </property> |
|
259 </widget> |
|
260 </item> |
|
261 <item> |
|
262 <widget class="QRadioButton" name="depth_32"> |
|
263 <property name="text"> |
|
264 <string>32 bit</string> |
|
265 </property> |
|
266 </widget> |
|
267 </item> |
|
268 <item> |
|
269 <widget class="QRadioButton" name="depth_32_argb"> |
|
270 <property name="text"> |
|
271 <string>32 bit ARGB</string> |
|
272 </property> |
|
273 </widget> |
|
274 </item> |
|
275 <item> |
|
276 <widget class="QCheckBox" name="rgbSwapped"> |
|
277 <property name="toolTip"> |
|
278 <string>Swap red and blue channels</string> |
|
279 </property> |
|
280 <property name="text"> |
|
281 <string>BGR format</string> |
|
282 </property> |
|
283 </widget> |
|
284 </item> |
|
285 </layout> |
|
286 </widget> |
|
287 </item> |
|
288 </layout> |
|
289 </item> |
|
290 <item> |
|
291 <layout class="QHBoxLayout"> |
|
292 <property name="spacing"> |
|
293 <number>6</number> |
|
294 </property> |
|
295 <property name="margin"> |
|
296 <number>0</number> |
|
297 </property> |
|
298 <item> |
|
299 <widget class="QLabel" name="TextLabel1_3"> |
|
300 <property name="text"> |
|
301 <string>Skin</string> |
|
302 </property> |
|
303 </widget> |
|
304 </item> |
|
305 <item> |
|
306 <widget class="QComboBox" name="skin"> |
|
307 <property name="sizePolicy"> |
|
308 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
309 <horstretch>0</horstretch> |
|
310 <verstretch>0</verstretch> |
|
311 </sizepolicy> |
|
312 </property> |
|
313 <item> |
|
314 <property name="text"> |
|
315 <string>None</string> |
|
316 </property> |
|
317 </item> |
|
318 </widget> |
|
319 </item> |
|
320 </layout> |
|
321 </item> |
|
322 <item> |
|
323 <widget class="QCheckBox" name="touchScreen"> |
|
324 <property name="text"> |
|
325 <string>Emulate touch screen (no mouse move)</string> |
|
326 </property> |
|
327 </widget> |
|
328 </item> |
|
329 <item> |
|
330 <widget class="QCheckBox" name="lcdScreen"> |
|
331 <property name="text"> |
|
332 <string>Emulate LCD screen (Only with fixed zoom of 3.0 times magnification)</string> |
|
333 </property> |
|
334 </widget> |
|
335 </item> |
|
336 <item> |
|
337 <spacer> |
|
338 <property name="orientation"> |
|
339 <enum>Qt::Vertical</enum> |
|
340 </property> |
|
341 <property name="sizeHint" stdset="0"> |
|
342 <size> |
|
343 <width>20</width> |
|
344 <height>10</height> |
|
345 </size> |
|
346 </property> |
|
347 </spacer> |
|
348 </item> |
|
349 <item> |
|
350 <widget class="QLabel" name="TextLabel1"> |
|
351 <property name="sizePolicy"> |
|
352 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
353 <horstretch>0</horstretch> |
|
354 <verstretch>0</verstretch> |
|
355 </sizepolicy> |
|
356 </property> |
|
357 <property name="text"> |
|
358 <string><p>Note that any applications using the virtual framebuffer will be terminated if you change the Size or Depth <i>above</i>. You may freely modify the Gamma <i>below</i>.</string> |
|
359 </property> |
|
360 <property name="wordWrap"> |
|
361 <bool>true</bool> |
|
362 </property> |
|
363 </widget> |
|
364 </item> |
|
365 <item> |
|
366 <widget class="QGroupBox" name="GroupBox1"> |
|
367 <property name="title"> |
|
368 <string>Gamma</string> |
|
369 </property> |
|
370 <layout class="QGridLayout"> |
|
371 <property name="margin"> |
|
372 <number>11</number> |
|
373 </property> |
|
374 <property name="spacing"> |
|
375 <number>6</number> |
|
376 </property> |
|
377 <item row="6" column="0"> |
|
378 <widget class="QLabel" name="TextLabel3"> |
|
379 <property name="text"> |
|
380 <string>Blue</string> |
|
381 </property> |
|
382 </widget> |
|
383 </item> |
|
384 <item row="6" column="1"> |
|
385 <widget class="QSlider" name="bslider"> |
|
386 <property name="palette"> |
|
387 <palette> |
|
388 <active> |
|
389 <colorrole role="WindowText"> |
|
390 <brush brushstyle="SolidPattern"> |
|
391 <color alpha="255"> |
|
392 <red>128</red> |
|
393 <green>128</green> |
|
394 <blue>128</blue> |
|
395 </color> |
|
396 </brush> |
|
397 </colorrole> |
|
398 <colorrole role="Button"> |
|
399 <brush brushstyle="SolidPattern"> |
|
400 <color alpha="255"> |
|
401 <red>0</red> |
|
402 <green>0</green> |
|
403 <blue>255</blue> |
|
404 </color> |
|
405 </brush> |
|
406 </colorrole> |
|
407 <colorrole role="Light"> |
|
408 <brush brushstyle="SolidPattern"> |
|
409 <color alpha="255"> |
|
410 <red>127</red> |
|
411 <green>127</green> |
|
412 <blue>255</blue> |
|
413 </color> |
|
414 </brush> |
|
415 </colorrole> |
|
416 <colorrole role="Midlight"> |
|
417 <brush brushstyle="SolidPattern"> |
|
418 <color alpha="255"> |
|
419 <red>38</red> |
|
420 <green>38</green> |
|
421 <blue>255</blue> |
|
422 </color> |
|
423 </brush> |
|
424 </colorrole> |
|
425 <colorrole role="Dark"> |
|
426 <brush brushstyle="SolidPattern"> |
|
427 <color alpha="255"> |
|
428 <red>0</red> |
|
429 <green>0</green> |
|
430 <blue>127</blue> |
|
431 </color> |
|
432 </brush> |
|
433 </colorrole> |
|
434 <colorrole role="Mid"> |
|
435 <brush brushstyle="SolidPattern"> |
|
436 <color alpha="255"> |
|
437 <red>0</red> |
|
438 <green>0</green> |
|
439 <blue>170</blue> |
|
440 </color> |
|
441 </brush> |
|
442 </colorrole> |
|
443 <colorrole role="Text"> |
|
444 <brush brushstyle="SolidPattern"> |
|
445 <color alpha="255"> |
|
446 <red>0</red> |
|
447 <green>0</green> |
|
448 <blue>0</blue> |
|
449 </color> |
|
450 </brush> |
|
451 </colorrole> |
|
452 <colorrole role="BrightText"> |
|
453 <brush brushstyle="SolidPattern"> |
|
454 <color alpha="255"> |
|
455 <red>255</red> |
|
456 <green>255</green> |
|
457 <blue>255</blue> |
|
458 </color> |
|
459 </brush> |
|
460 </colorrole> |
|
461 <colorrole role="ButtonText"> |
|
462 <brush brushstyle="SolidPattern"> |
|
463 <color alpha="255"> |
|
464 <red>128</red> |
|
465 <green>128</green> |
|
466 <blue>128</blue> |
|
467 </color> |
|
468 </brush> |
|
469 </colorrole> |
|
470 <colorrole role="Base"> |
|
471 <brush brushstyle="SolidPattern"> |
|
472 <color alpha="255"> |
|
473 <red>255</red> |
|
474 <green>255</green> |
|
475 <blue>255</blue> |
|
476 </color> |
|
477 </brush> |
|
478 </colorrole> |
|
479 <colorrole role="Window"> |
|
480 <brush brushstyle="SolidPattern"> |
|
481 <color alpha="255"> |
|
482 <red>220</red> |
|
483 <green>220</green> |
|
484 <blue>220</blue> |
|
485 </color> |
|
486 </brush> |
|
487 </colorrole> |
|
488 <colorrole role="Shadow"> |
|
489 <brush brushstyle="SolidPattern"> |
|
490 <color alpha="255"> |
|
491 <red>0</red> |
|
492 <green>0</green> |
|
493 <blue>0</blue> |
|
494 </color> |
|
495 </brush> |
|
496 </colorrole> |
|
497 <colorrole role="Highlight"> |
|
498 <brush brushstyle="SolidPattern"> |
|
499 <color alpha="255"> |
|
500 <red>10</red> |
|
501 <green>95</green> |
|
502 <blue>137</blue> |
|
503 </color> |
|
504 </brush> |
|
505 </colorrole> |
|
506 <colorrole role="HighlightedText"> |
|
507 <brush brushstyle="SolidPattern"> |
|
508 <color alpha="255"> |
|
509 <red>255</red> |
|
510 <green>255</green> |
|
511 <blue>255</blue> |
|
512 </color> |
|
513 </brush> |
|
514 </colorrole> |
|
515 <colorrole role="Link"> |
|
516 <brush brushstyle="SolidPattern"> |
|
517 <color alpha="255"> |
|
518 <red>0</red> |
|
519 <green>0</green> |
|
520 <blue>0</blue> |
|
521 </color> |
|
522 </brush> |
|
523 </colorrole> |
|
524 <colorrole role="LinkVisited"> |
|
525 <brush brushstyle="SolidPattern"> |
|
526 <color alpha="255"> |
|
527 <red>0</red> |
|
528 <green>0</green> |
|
529 <blue>0</blue> |
|
530 </color> |
|
531 </brush> |
|
532 </colorrole> |
|
533 <colorrole role="AlternateBase"> |
|
534 <brush brushstyle="SolidPattern"> |
|
535 <color alpha="255"> |
|
536 <red>232</red> |
|
537 <green>232</green> |
|
538 <blue>232</blue> |
|
539 </color> |
|
540 </brush> |
|
541 </colorrole> |
|
542 </active> |
|
543 <inactive> |
|
544 <colorrole role="WindowText"> |
|
545 <brush brushstyle="SolidPattern"> |
|
546 <color alpha="255"> |
|
547 <red>128</red> |
|
548 <green>128</green> |
|
549 <blue>128</blue> |
|
550 </color> |
|
551 </brush> |
|
552 </colorrole> |
|
553 <colorrole role="Button"> |
|
554 <brush brushstyle="SolidPattern"> |
|
555 <color alpha="255"> |
|
556 <red>0</red> |
|
557 <green>0</green> |
|
558 <blue>255</blue> |
|
559 </color> |
|
560 </brush> |
|
561 </colorrole> |
|
562 <colorrole role="Light"> |
|
563 <brush brushstyle="SolidPattern"> |
|
564 <color alpha="255"> |
|
565 <red>127</red> |
|
566 <green>127</green> |
|
567 <blue>255</blue> |
|
568 </color> |
|
569 </brush> |
|
570 </colorrole> |
|
571 <colorrole role="Midlight"> |
|
572 <brush brushstyle="SolidPattern"> |
|
573 <color alpha="255"> |
|
574 <red>38</red> |
|
575 <green>38</green> |
|
576 <blue>255</blue> |
|
577 </color> |
|
578 </brush> |
|
579 </colorrole> |
|
580 <colorrole role="Dark"> |
|
581 <brush brushstyle="SolidPattern"> |
|
582 <color alpha="255"> |
|
583 <red>0</red> |
|
584 <green>0</green> |
|
585 <blue>127</blue> |
|
586 </color> |
|
587 </brush> |
|
588 </colorrole> |
|
589 <colorrole role="Mid"> |
|
590 <brush brushstyle="SolidPattern"> |
|
591 <color alpha="255"> |
|
592 <red>0</red> |
|
593 <green>0</green> |
|
594 <blue>170</blue> |
|
595 </color> |
|
596 </brush> |
|
597 </colorrole> |
|
598 <colorrole role="Text"> |
|
599 <brush brushstyle="SolidPattern"> |
|
600 <color alpha="255"> |
|
601 <red>0</red> |
|
602 <green>0</green> |
|
603 <blue>0</blue> |
|
604 </color> |
|
605 </brush> |
|
606 </colorrole> |
|
607 <colorrole role="BrightText"> |
|
608 <brush brushstyle="SolidPattern"> |
|
609 <color alpha="255"> |
|
610 <red>255</red> |
|
611 <green>255</green> |
|
612 <blue>255</blue> |
|
613 </color> |
|
614 </brush> |
|
615 </colorrole> |
|
616 <colorrole role="ButtonText"> |
|
617 <brush brushstyle="SolidPattern"> |
|
618 <color alpha="255"> |
|
619 <red>128</red> |
|
620 <green>128</green> |
|
621 <blue>128</blue> |
|
622 </color> |
|
623 </brush> |
|
624 </colorrole> |
|
625 <colorrole role="Base"> |
|
626 <brush brushstyle="SolidPattern"> |
|
627 <color alpha="255"> |
|
628 <red>255</red> |
|
629 <green>255</green> |
|
630 <blue>255</blue> |
|
631 </color> |
|
632 </brush> |
|
633 </colorrole> |
|
634 <colorrole role="Window"> |
|
635 <brush brushstyle="SolidPattern"> |
|
636 <color alpha="255"> |
|
637 <red>220</red> |
|
638 <green>220</green> |
|
639 <blue>220</blue> |
|
640 </color> |
|
641 </brush> |
|
642 </colorrole> |
|
643 <colorrole role="Shadow"> |
|
644 <brush brushstyle="SolidPattern"> |
|
645 <color alpha="255"> |
|
646 <red>0</red> |
|
647 <green>0</green> |
|
648 <blue>0</blue> |
|
649 </color> |
|
650 </brush> |
|
651 </colorrole> |
|
652 <colorrole role="Highlight"> |
|
653 <brush brushstyle="SolidPattern"> |
|
654 <color alpha="255"> |
|
655 <red>10</red> |
|
656 <green>95</green> |
|
657 <blue>137</blue> |
|
658 </color> |
|
659 </brush> |
|
660 </colorrole> |
|
661 <colorrole role="HighlightedText"> |
|
662 <brush brushstyle="SolidPattern"> |
|
663 <color alpha="255"> |
|
664 <red>255</red> |
|
665 <green>255</green> |
|
666 <blue>255</blue> |
|
667 </color> |
|
668 </brush> |
|
669 </colorrole> |
|
670 <colorrole role="Link"> |
|
671 <brush brushstyle="SolidPattern"> |
|
672 <color alpha="255"> |
|
673 <red>0</red> |
|
674 <green>0</green> |
|
675 <blue>0</blue> |
|
676 </color> |
|
677 </brush> |
|
678 </colorrole> |
|
679 <colorrole role="LinkVisited"> |
|
680 <brush brushstyle="SolidPattern"> |
|
681 <color alpha="255"> |
|
682 <red>0</red> |
|
683 <green>0</green> |
|
684 <blue>0</blue> |
|
685 </color> |
|
686 </brush> |
|
687 </colorrole> |
|
688 <colorrole role="AlternateBase"> |
|
689 <brush brushstyle="SolidPattern"> |
|
690 <color alpha="255"> |
|
691 <red>232</red> |
|
692 <green>232</green> |
|
693 <blue>232</blue> |
|
694 </color> |
|
695 </brush> |
|
696 </colorrole> |
|
697 </inactive> |
|
698 <disabled> |
|
699 <colorrole role="WindowText"> |
|
700 <brush brushstyle="SolidPattern"> |
|
701 <color alpha="255"> |
|
702 <red>128</red> |
|
703 <green>128</green> |
|
704 <blue>128</blue> |
|
705 </color> |
|
706 </brush> |
|
707 </colorrole> |
|
708 <colorrole role="Button"> |
|
709 <brush brushstyle="SolidPattern"> |
|
710 <color alpha="255"> |
|
711 <red>0</red> |
|
712 <green>0</green> |
|
713 <blue>255</blue> |
|
714 </color> |
|
715 </brush> |
|
716 </colorrole> |
|
717 <colorrole role="Light"> |
|
718 <brush brushstyle="SolidPattern"> |
|
719 <color alpha="255"> |
|
720 <red>127</red> |
|
721 <green>127</green> |
|
722 <blue>255</blue> |
|
723 </color> |
|
724 </brush> |
|
725 </colorrole> |
|
726 <colorrole role="Midlight"> |
|
727 <brush brushstyle="SolidPattern"> |
|
728 <color alpha="255"> |
|
729 <red>38</red> |
|
730 <green>38</green> |
|
731 <blue>255</blue> |
|
732 </color> |
|
733 </brush> |
|
734 </colorrole> |
|
735 <colorrole role="Dark"> |
|
736 <brush brushstyle="SolidPattern"> |
|
737 <color alpha="255"> |
|
738 <red>0</red> |
|
739 <green>0</green> |
|
740 <blue>127</blue> |
|
741 </color> |
|
742 </brush> |
|
743 </colorrole> |
|
744 <colorrole role="Mid"> |
|
745 <brush brushstyle="SolidPattern"> |
|
746 <color alpha="255"> |
|
747 <red>0</red> |
|
748 <green>0</green> |
|
749 <blue>170</blue> |
|
750 </color> |
|
751 </brush> |
|
752 </colorrole> |
|
753 <colorrole role="Text"> |
|
754 <brush brushstyle="SolidPattern"> |
|
755 <color alpha="255"> |
|
756 <red>0</red> |
|
757 <green>0</green> |
|
758 <blue>0</blue> |
|
759 </color> |
|
760 </brush> |
|
761 </colorrole> |
|
762 <colorrole role="BrightText"> |
|
763 <brush brushstyle="SolidPattern"> |
|
764 <color alpha="255"> |
|
765 <red>255</red> |
|
766 <green>255</green> |
|
767 <blue>255</blue> |
|
768 </color> |
|
769 </brush> |
|
770 </colorrole> |
|
771 <colorrole role="ButtonText"> |
|
772 <brush brushstyle="SolidPattern"> |
|
773 <color alpha="255"> |
|
774 <red>128</red> |
|
775 <green>128</green> |
|
776 <blue>128</blue> |
|
777 </color> |
|
778 </brush> |
|
779 </colorrole> |
|
780 <colorrole role="Base"> |
|
781 <brush brushstyle="SolidPattern"> |
|
782 <color alpha="255"> |
|
783 <red>255</red> |
|
784 <green>255</green> |
|
785 <blue>255</blue> |
|
786 </color> |
|
787 </brush> |
|
788 </colorrole> |
|
789 <colorrole role="Window"> |
|
790 <brush brushstyle="SolidPattern"> |
|
791 <color alpha="255"> |
|
792 <red>220</red> |
|
793 <green>220</green> |
|
794 <blue>220</blue> |
|
795 </color> |
|
796 </brush> |
|
797 </colorrole> |
|
798 <colorrole role="Shadow"> |
|
799 <brush brushstyle="SolidPattern"> |
|
800 <color alpha="255"> |
|
801 <red>0</red> |
|
802 <green>0</green> |
|
803 <blue>0</blue> |
|
804 </color> |
|
805 </brush> |
|
806 </colorrole> |
|
807 <colorrole role="Highlight"> |
|
808 <brush brushstyle="SolidPattern"> |
|
809 <color alpha="255"> |
|
810 <red>10</red> |
|
811 <green>95</green> |
|
812 <blue>137</blue> |
|
813 </color> |
|
814 </brush> |
|
815 </colorrole> |
|
816 <colorrole role="HighlightedText"> |
|
817 <brush brushstyle="SolidPattern"> |
|
818 <color alpha="255"> |
|
819 <red>255</red> |
|
820 <green>255</green> |
|
821 <blue>255</blue> |
|
822 </color> |
|
823 </brush> |
|
824 </colorrole> |
|
825 <colorrole role="Link"> |
|
826 <brush brushstyle="SolidPattern"> |
|
827 <color alpha="255"> |
|
828 <red>0</red> |
|
829 <green>0</green> |
|
830 <blue>0</blue> |
|
831 </color> |
|
832 </brush> |
|
833 </colorrole> |
|
834 <colorrole role="LinkVisited"> |
|
835 <brush brushstyle="SolidPattern"> |
|
836 <color alpha="255"> |
|
837 <red>0</red> |
|
838 <green>0</green> |
|
839 <blue>0</blue> |
|
840 </color> |
|
841 </brush> |
|
842 </colorrole> |
|
843 <colorrole role="AlternateBase"> |
|
844 <brush brushstyle="SolidPattern"> |
|
845 <color alpha="255"> |
|
846 <red>232</red> |
|
847 <green>232</green> |
|
848 <blue>232</blue> |
|
849 </color> |
|
850 </brush> |
|
851 </colorrole> |
|
852 </disabled> |
|
853 </palette> |
|
854 </property> |
|
855 <property name="maximum"> |
|
856 <number>400</number> |
|
857 </property> |
|
858 <property name="value"> |
|
859 <number>100</number> |
|
860 </property> |
|
861 <property name="orientation"> |
|
862 <enum>Qt::Horizontal</enum> |
|
863 </property> |
|
864 </widget> |
|
865 </item> |
|
866 <item row="6" column="2"> |
|
867 <widget class="QLabel" name="blabel"> |
|
868 <property name="text"> |
|
869 <string>1.0</string> |
|
870 </property> |
|
871 </widget> |
|
872 </item> |
|
873 <item row="4" column="0"> |
|
874 <widget class="QLabel" name="TextLabel2"> |
|
875 <property name="text"> |
|
876 <string>Green</string> |
|
877 </property> |
|
878 </widget> |
|
879 </item> |
|
880 <item row="4" column="1"> |
|
881 <widget class="QSlider" name="gslider"> |
|
882 <property name="palette"> |
|
883 <palette> |
|
884 <active> |
|
885 <colorrole role="WindowText"> |
|
886 <brush brushstyle="SolidPattern"> |
|
887 <color alpha="255"> |
|
888 <red>128</red> |
|
889 <green>128</green> |
|
890 <blue>128</blue> |
|
891 </color> |
|
892 </brush> |
|
893 </colorrole> |
|
894 <colorrole role="Button"> |
|
895 <brush brushstyle="SolidPattern"> |
|
896 <color alpha="255"> |
|
897 <red>0</red> |
|
898 <green>255</green> |
|
899 <blue>0</blue> |
|
900 </color> |
|
901 </brush> |
|
902 </colorrole> |
|
903 <colorrole role="Light"> |
|
904 <brush brushstyle="SolidPattern"> |
|
905 <color alpha="255"> |
|
906 <red>127</red> |
|
907 <green>255</green> |
|
908 <blue>127</blue> |
|
909 </color> |
|
910 </brush> |
|
911 </colorrole> |
|
912 <colorrole role="Midlight"> |
|
913 <brush brushstyle="SolidPattern"> |
|
914 <color alpha="255"> |
|
915 <red>38</red> |
|
916 <green>255</green> |
|
917 <blue>38</blue> |
|
918 </color> |
|
919 </brush> |
|
920 </colorrole> |
|
921 <colorrole role="Dark"> |
|
922 <brush brushstyle="SolidPattern"> |
|
923 <color alpha="255"> |
|
924 <red>0</red> |
|
925 <green>127</green> |
|
926 <blue>0</blue> |
|
927 </color> |
|
928 </brush> |
|
929 </colorrole> |
|
930 <colorrole role="Mid"> |
|
931 <brush brushstyle="SolidPattern"> |
|
932 <color alpha="255"> |
|
933 <red>0</red> |
|
934 <green>170</green> |
|
935 <blue>0</blue> |
|
936 </color> |
|
937 </brush> |
|
938 </colorrole> |
|
939 <colorrole role="Text"> |
|
940 <brush brushstyle="SolidPattern"> |
|
941 <color alpha="255"> |
|
942 <red>0</red> |
|
943 <green>0</green> |
|
944 <blue>0</blue> |
|
945 </color> |
|
946 </brush> |
|
947 </colorrole> |
|
948 <colorrole role="BrightText"> |
|
949 <brush brushstyle="SolidPattern"> |
|
950 <color alpha="255"> |
|
951 <red>255</red> |
|
952 <green>255</green> |
|
953 <blue>255</blue> |
|
954 </color> |
|
955 </brush> |
|
956 </colorrole> |
|
957 <colorrole role="ButtonText"> |
|
958 <brush brushstyle="SolidPattern"> |
|
959 <color alpha="255"> |
|
960 <red>128</red> |
|
961 <green>128</green> |
|
962 <blue>128</blue> |
|
963 </color> |
|
964 </brush> |
|
965 </colorrole> |
|
966 <colorrole role="Base"> |
|
967 <brush brushstyle="SolidPattern"> |
|
968 <color alpha="255"> |
|
969 <red>255</red> |
|
970 <green>255</green> |
|
971 <blue>255</blue> |
|
972 </color> |
|
973 </brush> |
|
974 </colorrole> |
|
975 <colorrole role="Window"> |
|
976 <brush brushstyle="SolidPattern"> |
|
977 <color alpha="255"> |
|
978 <red>220</red> |
|
979 <green>220</green> |
|
980 <blue>220</blue> |
|
981 </color> |
|
982 </brush> |
|
983 </colorrole> |
|
984 <colorrole role="Shadow"> |
|
985 <brush brushstyle="SolidPattern"> |
|
986 <color alpha="255"> |
|
987 <red>0</red> |
|
988 <green>0</green> |
|
989 <blue>0</blue> |
|
990 </color> |
|
991 </brush> |
|
992 </colorrole> |
|
993 <colorrole role="Highlight"> |
|
994 <brush brushstyle="SolidPattern"> |
|
995 <color alpha="255"> |
|
996 <red>10</red> |
|
997 <green>95</green> |
|
998 <blue>137</blue> |
|
999 </color> |
|
1000 </brush> |
|
1001 </colorrole> |
|
1002 <colorrole role="HighlightedText"> |
|
1003 <brush brushstyle="SolidPattern"> |
|
1004 <color alpha="255"> |
|
1005 <red>255</red> |
|
1006 <green>255</green> |
|
1007 <blue>255</blue> |
|
1008 </color> |
|
1009 </brush> |
|
1010 </colorrole> |
|
1011 <colorrole role="Link"> |
|
1012 <brush brushstyle="SolidPattern"> |
|
1013 <color alpha="255"> |
|
1014 <red>0</red> |
|
1015 <green>0</green> |
|
1016 <blue>0</blue> |
|
1017 </color> |
|
1018 </brush> |
|
1019 </colorrole> |
|
1020 <colorrole role="LinkVisited"> |
|
1021 <brush brushstyle="SolidPattern"> |
|
1022 <color alpha="255"> |
|
1023 <red>0</red> |
|
1024 <green>0</green> |
|
1025 <blue>0</blue> |
|
1026 </color> |
|
1027 </brush> |
|
1028 </colorrole> |
|
1029 <colorrole role="AlternateBase"> |
|
1030 <brush brushstyle="SolidPattern"> |
|
1031 <color alpha="255"> |
|
1032 <red>232</red> |
|
1033 <green>232</green> |
|
1034 <blue>232</blue> |
|
1035 </color> |
|
1036 </brush> |
|
1037 </colorrole> |
|
1038 </active> |
|
1039 <inactive> |
|
1040 <colorrole role="WindowText"> |
|
1041 <brush brushstyle="SolidPattern"> |
|
1042 <color alpha="255"> |
|
1043 <red>128</red> |
|
1044 <green>128</green> |
|
1045 <blue>128</blue> |
|
1046 </color> |
|
1047 </brush> |
|
1048 </colorrole> |
|
1049 <colorrole role="Button"> |
|
1050 <brush brushstyle="SolidPattern"> |
|
1051 <color alpha="255"> |
|
1052 <red>0</red> |
|
1053 <green>255</green> |
|
1054 <blue>0</blue> |
|
1055 </color> |
|
1056 </brush> |
|
1057 </colorrole> |
|
1058 <colorrole role="Light"> |
|
1059 <brush brushstyle="SolidPattern"> |
|
1060 <color alpha="255"> |
|
1061 <red>127</red> |
|
1062 <green>255</green> |
|
1063 <blue>127</blue> |
|
1064 </color> |
|
1065 </brush> |
|
1066 </colorrole> |
|
1067 <colorrole role="Midlight"> |
|
1068 <brush brushstyle="SolidPattern"> |
|
1069 <color alpha="255"> |
|
1070 <red>38</red> |
|
1071 <green>255</green> |
|
1072 <blue>38</blue> |
|
1073 </color> |
|
1074 </brush> |
|
1075 </colorrole> |
|
1076 <colorrole role="Dark"> |
|
1077 <brush brushstyle="SolidPattern"> |
|
1078 <color alpha="255"> |
|
1079 <red>0</red> |
|
1080 <green>127</green> |
|
1081 <blue>0</blue> |
|
1082 </color> |
|
1083 </brush> |
|
1084 </colorrole> |
|
1085 <colorrole role="Mid"> |
|
1086 <brush brushstyle="SolidPattern"> |
|
1087 <color alpha="255"> |
|
1088 <red>0</red> |
|
1089 <green>170</green> |
|
1090 <blue>0</blue> |
|
1091 </color> |
|
1092 </brush> |
|
1093 </colorrole> |
|
1094 <colorrole role="Text"> |
|
1095 <brush brushstyle="SolidPattern"> |
|
1096 <color alpha="255"> |
|
1097 <red>0</red> |
|
1098 <green>0</green> |
|
1099 <blue>0</blue> |
|
1100 </color> |
|
1101 </brush> |
|
1102 </colorrole> |
|
1103 <colorrole role="BrightText"> |
|
1104 <brush brushstyle="SolidPattern"> |
|
1105 <color alpha="255"> |
|
1106 <red>255</red> |
|
1107 <green>255</green> |
|
1108 <blue>255</blue> |
|
1109 </color> |
|
1110 </brush> |
|
1111 </colorrole> |
|
1112 <colorrole role="ButtonText"> |
|
1113 <brush brushstyle="SolidPattern"> |
|
1114 <color alpha="255"> |
|
1115 <red>128</red> |
|
1116 <green>128</green> |
|
1117 <blue>128</blue> |
|
1118 </color> |
|
1119 </brush> |
|
1120 </colorrole> |
|
1121 <colorrole role="Base"> |
|
1122 <brush brushstyle="SolidPattern"> |
|
1123 <color alpha="255"> |
|
1124 <red>255</red> |
|
1125 <green>255</green> |
|
1126 <blue>255</blue> |
|
1127 </color> |
|
1128 </brush> |
|
1129 </colorrole> |
|
1130 <colorrole role="Window"> |
|
1131 <brush brushstyle="SolidPattern"> |
|
1132 <color alpha="255"> |
|
1133 <red>220</red> |
|
1134 <green>220</green> |
|
1135 <blue>220</blue> |
|
1136 </color> |
|
1137 </brush> |
|
1138 </colorrole> |
|
1139 <colorrole role="Shadow"> |
|
1140 <brush brushstyle="SolidPattern"> |
|
1141 <color alpha="255"> |
|
1142 <red>0</red> |
|
1143 <green>0</green> |
|
1144 <blue>0</blue> |
|
1145 </color> |
|
1146 </brush> |
|
1147 </colorrole> |
|
1148 <colorrole role="Highlight"> |
|
1149 <brush brushstyle="SolidPattern"> |
|
1150 <color alpha="255"> |
|
1151 <red>10</red> |
|
1152 <green>95</green> |
|
1153 <blue>137</blue> |
|
1154 </color> |
|
1155 </brush> |
|
1156 </colorrole> |
|
1157 <colorrole role="HighlightedText"> |
|
1158 <brush brushstyle="SolidPattern"> |
|
1159 <color alpha="255"> |
|
1160 <red>255</red> |
|
1161 <green>255</green> |
|
1162 <blue>255</blue> |
|
1163 </color> |
|
1164 </brush> |
|
1165 </colorrole> |
|
1166 <colorrole role="Link"> |
|
1167 <brush brushstyle="SolidPattern"> |
|
1168 <color alpha="255"> |
|
1169 <red>0</red> |
|
1170 <green>0</green> |
|
1171 <blue>0</blue> |
|
1172 </color> |
|
1173 </brush> |
|
1174 </colorrole> |
|
1175 <colorrole role="LinkVisited"> |
|
1176 <brush brushstyle="SolidPattern"> |
|
1177 <color alpha="255"> |
|
1178 <red>0</red> |
|
1179 <green>0</green> |
|
1180 <blue>0</blue> |
|
1181 </color> |
|
1182 </brush> |
|
1183 </colorrole> |
|
1184 <colorrole role="AlternateBase"> |
|
1185 <brush brushstyle="SolidPattern"> |
|
1186 <color alpha="255"> |
|
1187 <red>232</red> |
|
1188 <green>232</green> |
|
1189 <blue>232</blue> |
|
1190 </color> |
|
1191 </brush> |
|
1192 </colorrole> |
|
1193 </inactive> |
|
1194 <disabled> |
|
1195 <colorrole role="WindowText"> |
|
1196 <brush brushstyle="SolidPattern"> |
|
1197 <color alpha="255"> |
|
1198 <red>128</red> |
|
1199 <green>128</green> |
|
1200 <blue>128</blue> |
|
1201 </color> |
|
1202 </brush> |
|
1203 </colorrole> |
|
1204 <colorrole role="Button"> |
|
1205 <brush brushstyle="SolidPattern"> |
|
1206 <color alpha="255"> |
|
1207 <red>0</red> |
|
1208 <green>255</green> |
|
1209 <blue>0</blue> |
|
1210 </color> |
|
1211 </brush> |
|
1212 </colorrole> |
|
1213 <colorrole role="Light"> |
|
1214 <brush brushstyle="SolidPattern"> |
|
1215 <color alpha="255"> |
|
1216 <red>127</red> |
|
1217 <green>255</green> |
|
1218 <blue>127</blue> |
|
1219 </color> |
|
1220 </brush> |
|
1221 </colorrole> |
|
1222 <colorrole role="Midlight"> |
|
1223 <brush brushstyle="SolidPattern"> |
|
1224 <color alpha="255"> |
|
1225 <red>38</red> |
|
1226 <green>255</green> |
|
1227 <blue>38</blue> |
|
1228 </color> |
|
1229 </brush> |
|
1230 </colorrole> |
|
1231 <colorrole role="Dark"> |
|
1232 <brush brushstyle="SolidPattern"> |
|
1233 <color alpha="255"> |
|
1234 <red>0</red> |
|
1235 <green>127</green> |
|
1236 <blue>0</blue> |
|
1237 </color> |
|
1238 </brush> |
|
1239 </colorrole> |
|
1240 <colorrole role="Mid"> |
|
1241 <brush brushstyle="SolidPattern"> |
|
1242 <color alpha="255"> |
|
1243 <red>0</red> |
|
1244 <green>170</green> |
|
1245 <blue>0</blue> |
|
1246 </color> |
|
1247 </brush> |
|
1248 </colorrole> |
|
1249 <colorrole role="Text"> |
|
1250 <brush brushstyle="SolidPattern"> |
|
1251 <color alpha="255"> |
|
1252 <red>0</red> |
|
1253 <green>0</green> |
|
1254 <blue>0</blue> |
|
1255 </color> |
|
1256 </brush> |
|
1257 </colorrole> |
|
1258 <colorrole role="BrightText"> |
|
1259 <brush brushstyle="SolidPattern"> |
|
1260 <color alpha="255"> |
|
1261 <red>255</red> |
|
1262 <green>255</green> |
|
1263 <blue>255</blue> |
|
1264 </color> |
|
1265 </brush> |
|
1266 </colorrole> |
|
1267 <colorrole role="ButtonText"> |
|
1268 <brush brushstyle="SolidPattern"> |
|
1269 <color alpha="255"> |
|
1270 <red>128</red> |
|
1271 <green>128</green> |
|
1272 <blue>128</blue> |
|
1273 </color> |
|
1274 </brush> |
|
1275 </colorrole> |
|
1276 <colorrole role="Base"> |
|
1277 <brush brushstyle="SolidPattern"> |
|
1278 <color alpha="255"> |
|
1279 <red>255</red> |
|
1280 <green>255</green> |
|
1281 <blue>255</blue> |
|
1282 </color> |
|
1283 </brush> |
|
1284 </colorrole> |
|
1285 <colorrole role="Window"> |
|
1286 <brush brushstyle="SolidPattern"> |
|
1287 <color alpha="255"> |
|
1288 <red>220</red> |
|
1289 <green>220</green> |
|
1290 <blue>220</blue> |
|
1291 </color> |
|
1292 </brush> |
|
1293 </colorrole> |
|
1294 <colorrole role="Shadow"> |
|
1295 <brush brushstyle="SolidPattern"> |
|
1296 <color alpha="255"> |
|
1297 <red>0</red> |
|
1298 <green>0</green> |
|
1299 <blue>0</blue> |
|
1300 </color> |
|
1301 </brush> |
|
1302 </colorrole> |
|
1303 <colorrole role="Highlight"> |
|
1304 <brush brushstyle="SolidPattern"> |
|
1305 <color alpha="255"> |
|
1306 <red>10</red> |
|
1307 <green>95</green> |
|
1308 <blue>137</blue> |
|
1309 </color> |
|
1310 </brush> |
|
1311 </colorrole> |
|
1312 <colorrole role="HighlightedText"> |
|
1313 <brush brushstyle="SolidPattern"> |
|
1314 <color alpha="255"> |
|
1315 <red>255</red> |
|
1316 <green>255</green> |
|
1317 <blue>255</blue> |
|
1318 </color> |
|
1319 </brush> |
|
1320 </colorrole> |
|
1321 <colorrole role="Link"> |
|
1322 <brush brushstyle="SolidPattern"> |
|
1323 <color alpha="255"> |
|
1324 <red>0</red> |
|
1325 <green>0</green> |
|
1326 <blue>0</blue> |
|
1327 </color> |
|
1328 </brush> |
|
1329 </colorrole> |
|
1330 <colorrole role="LinkVisited"> |
|
1331 <brush brushstyle="SolidPattern"> |
|
1332 <color alpha="255"> |
|
1333 <red>0</red> |
|
1334 <green>0</green> |
|
1335 <blue>0</blue> |
|
1336 </color> |
|
1337 </brush> |
|
1338 </colorrole> |
|
1339 <colorrole role="AlternateBase"> |
|
1340 <brush brushstyle="SolidPattern"> |
|
1341 <color alpha="255"> |
|
1342 <red>232</red> |
|
1343 <green>232</green> |
|
1344 <blue>232</blue> |
|
1345 </color> |
|
1346 </brush> |
|
1347 </colorrole> |
|
1348 </disabled> |
|
1349 </palette> |
|
1350 </property> |
|
1351 <property name="maximum"> |
|
1352 <number>400</number> |
|
1353 </property> |
|
1354 <property name="value"> |
|
1355 <number>100</number> |
|
1356 </property> |
|
1357 <property name="orientation"> |
|
1358 <enum>Qt::Horizontal</enum> |
|
1359 </property> |
|
1360 </widget> |
|
1361 </item> |
|
1362 <item row="4" column="2"> |
|
1363 <widget class="QLabel" name="glabel"> |
|
1364 <property name="text"> |
|
1365 <string>1.0</string> |
|
1366 </property> |
|
1367 </widget> |
|
1368 </item> |
|
1369 <item row="0" column="0"> |
|
1370 <widget class="QLabel" name="TextLabel7"> |
|
1371 <property name="text"> |
|
1372 <string>All</string> |
|
1373 </property> |
|
1374 </widget> |
|
1375 </item> |
|
1376 <item row="0" column="2"> |
|
1377 <widget class="QLabel" name="TextLabel8"> |
|
1378 <property name="text"> |
|
1379 <string>1.0</string> |
|
1380 </property> |
|
1381 </widget> |
|
1382 </item> |
|
1383 <item row="0" column="1"> |
|
1384 <widget class="QSlider" name="gammaslider"> |
|
1385 <property name="palette"> |
|
1386 <palette> |
|
1387 <active> |
|
1388 <colorrole role="WindowText"> |
|
1389 <brush brushstyle="SolidPattern"> |
|
1390 <color alpha="255"> |
|
1391 <red>128</red> |
|
1392 <green>128</green> |
|
1393 <blue>128</blue> |
|
1394 </color> |
|
1395 </brush> |
|
1396 </colorrole> |
|
1397 <colorrole role="Button"> |
|
1398 <brush brushstyle="SolidPattern"> |
|
1399 <color alpha="255"> |
|
1400 <red>255</red> |
|
1401 <green>255</green> |
|
1402 <blue>255</blue> |
|
1403 </color> |
|
1404 </brush> |
|
1405 </colorrole> |
|
1406 <colorrole role="Light"> |
|
1407 <brush brushstyle="SolidPattern"> |
|
1408 <color alpha="255"> |
|
1409 <red>255</red> |
|
1410 <green>255</green> |
|
1411 <blue>255</blue> |
|
1412 </color> |
|
1413 </brush> |
|
1414 </colorrole> |
|
1415 <colorrole role="Midlight"> |
|
1416 <brush brushstyle="SolidPattern"> |
|
1417 <color alpha="255"> |
|
1418 <red>255</red> |
|
1419 <green>255</green> |
|
1420 <blue>255</blue> |
|
1421 </color> |
|
1422 </brush> |
|
1423 </colorrole> |
|
1424 <colorrole role="Dark"> |
|
1425 <brush brushstyle="SolidPattern"> |
|
1426 <color alpha="255"> |
|
1427 <red>127</red> |
|
1428 <green>127</green> |
|
1429 <blue>127</blue> |
|
1430 </color> |
|
1431 </brush> |
|
1432 </colorrole> |
|
1433 <colorrole role="Mid"> |
|
1434 <brush brushstyle="SolidPattern"> |
|
1435 <color alpha="255"> |
|
1436 <red>170</red> |
|
1437 <green>170</green> |
|
1438 <blue>170</blue> |
|
1439 </color> |
|
1440 </brush> |
|
1441 </colorrole> |
|
1442 <colorrole role="Text"> |
|
1443 <brush brushstyle="SolidPattern"> |
|
1444 <color alpha="255"> |
|
1445 <red>0</red> |
|
1446 <green>0</green> |
|
1447 <blue>0</blue> |
|
1448 </color> |
|
1449 </brush> |
|
1450 </colorrole> |
|
1451 <colorrole role="BrightText"> |
|
1452 <brush brushstyle="SolidPattern"> |
|
1453 <color alpha="255"> |
|
1454 <red>255</red> |
|
1455 <green>255</green> |
|
1456 <blue>255</blue> |
|
1457 </color> |
|
1458 </brush> |
|
1459 </colorrole> |
|
1460 <colorrole role="ButtonText"> |
|
1461 <brush brushstyle="SolidPattern"> |
|
1462 <color alpha="255"> |
|
1463 <red>128</red> |
|
1464 <green>128</green> |
|
1465 <blue>128</blue> |
|
1466 </color> |
|
1467 </brush> |
|
1468 </colorrole> |
|
1469 <colorrole role="Base"> |
|
1470 <brush brushstyle="SolidPattern"> |
|
1471 <color alpha="255"> |
|
1472 <red>255</red> |
|
1473 <green>255</green> |
|
1474 <blue>255</blue> |
|
1475 </color> |
|
1476 </brush> |
|
1477 </colorrole> |
|
1478 <colorrole role="Window"> |
|
1479 <brush brushstyle="SolidPattern"> |
|
1480 <color alpha="255"> |
|
1481 <red>220</red> |
|
1482 <green>220</green> |
|
1483 <blue>220</blue> |
|
1484 </color> |
|
1485 </brush> |
|
1486 </colorrole> |
|
1487 <colorrole role="Shadow"> |
|
1488 <brush brushstyle="SolidPattern"> |
|
1489 <color alpha="255"> |
|
1490 <red>0</red> |
|
1491 <green>0</green> |
|
1492 <blue>0</blue> |
|
1493 </color> |
|
1494 </brush> |
|
1495 </colorrole> |
|
1496 <colorrole role="Highlight"> |
|
1497 <brush brushstyle="SolidPattern"> |
|
1498 <color alpha="255"> |
|
1499 <red>10</red> |
|
1500 <green>95</green> |
|
1501 <blue>137</blue> |
|
1502 </color> |
|
1503 </brush> |
|
1504 </colorrole> |
|
1505 <colorrole role="HighlightedText"> |
|
1506 <brush brushstyle="SolidPattern"> |
|
1507 <color alpha="255"> |
|
1508 <red>255</red> |
|
1509 <green>255</green> |
|
1510 <blue>255</blue> |
|
1511 </color> |
|
1512 </brush> |
|
1513 </colorrole> |
|
1514 <colorrole role="Link"> |
|
1515 <brush brushstyle="SolidPattern"> |
|
1516 <color alpha="255"> |
|
1517 <red>0</red> |
|
1518 <green>0</green> |
|
1519 <blue>0</blue> |
|
1520 </color> |
|
1521 </brush> |
|
1522 </colorrole> |
|
1523 <colorrole role="LinkVisited"> |
|
1524 <brush brushstyle="SolidPattern"> |
|
1525 <color alpha="255"> |
|
1526 <red>0</red> |
|
1527 <green>0</green> |
|
1528 <blue>0</blue> |
|
1529 </color> |
|
1530 </brush> |
|
1531 </colorrole> |
|
1532 <colorrole role="AlternateBase"> |
|
1533 <brush brushstyle="SolidPattern"> |
|
1534 <color alpha="255"> |
|
1535 <red>232</red> |
|
1536 <green>232</green> |
|
1537 <blue>232</blue> |
|
1538 </color> |
|
1539 </brush> |
|
1540 </colorrole> |
|
1541 </active> |
|
1542 <inactive> |
|
1543 <colorrole role="WindowText"> |
|
1544 <brush brushstyle="SolidPattern"> |
|
1545 <color alpha="255"> |
|
1546 <red>128</red> |
|
1547 <green>128</green> |
|
1548 <blue>128</blue> |
|
1549 </color> |
|
1550 </brush> |
|
1551 </colorrole> |
|
1552 <colorrole role="Button"> |
|
1553 <brush brushstyle="SolidPattern"> |
|
1554 <color alpha="255"> |
|
1555 <red>255</red> |
|
1556 <green>255</green> |
|
1557 <blue>255</blue> |
|
1558 </color> |
|
1559 </brush> |
|
1560 </colorrole> |
|
1561 <colorrole role="Light"> |
|
1562 <brush brushstyle="SolidPattern"> |
|
1563 <color alpha="255"> |
|
1564 <red>255</red> |
|
1565 <green>255</green> |
|
1566 <blue>255</blue> |
|
1567 </color> |
|
1568 </brush> |
|
1569 </colorrole> |
|
1570 <colorrole role="Midlight"> |
|
1571 <brush brushstyle="SolidPattern"> |
|
1572 <color alpha="255"> |
|
1573 <red>255</red> |
|
1574 <green>255</green> |
|
1575 <blue>255</blue> |
|
1576 </color> |
|
1577 </brush> |
|
1578 </colorrole> |
|
1579 <colorrole role="Dark"> |
|
1580 <brush brushstyle="SolidPattern"> |
|
1581 <color alpha="255"> |
|
1582 <red>127</red> |
|
1583 <green>127</green> |
|
1584 <blue>127</blue> |
|
1585 </color> |
|
1586 </brush> |
|
1587 </colorrole> |
|
1588 <colorrole role="Mid"> |
|
1589 <brush brushstyle="SolidPattern"> |
|
1590 <color alpha="255"> |
|
1591 <red>170</red> |
|
1592 <green>170</green> |
|
1593 <blue>170</blue> |
|
1594 </color> |
|
1595 </brush> |
|
1596 </colorrole> |
|
1597 <colorrole role="Text"> |
|
1598 <brush brushstyle="SolidPattern"> |
|
1599 <color alpha="255"> |
|
1600 <red>0</red> |
|
1601 <green>0</green> |
|
1602 <blue>0</blue> |
|
1603 </color> |
|
1604 </brush> |
|
1605 </colorrole> |
|
1606 <colorrole role="BrightText"> |
|
1607 <brush brushstyle="SolidPattern"> |
|
1608 <color alpha="255"> |
|
1609 <red>255</red> |
|
1610 <green>255</green> |
|
1611 <blue>255</blue> |
|
1612 </color> |
|
1613 </brush> |
|
1614 </colorrole> |
|
1615 <colorrole role="ButtonText"> |
|
1616 <brush brushstyle="SolidPattern"> |
|
1617 <color alpha="255"> |
|
1618 <red>128</red> |
|
1619 <green>128</green> |
|
1620 <blue>128</blue> |
|
1621 </color> |
|
1622 </brush> |
|
1623 </colorrole> |
|
1624 <colorrole role="Base"> |
|
1625 <brush brushstyle="SolidPattern"> |
|
1626 <color alpha="255"> |
|
1627 <red>255</red> |
|
1628 <green>255</green> |
|
1629 <blue>255</blue> |
|
1630 </color> |
|
1631 </brush> |
|
1632 </colorrole> |
|
1633 <colorrole role="Window"> |
|
1634 <brush brushstyle="SolidPattern"> |
|
1635 <color alpha="255"> |
|
1636 <red>220</red> |
|
1637 <green>220</green> |
|
1638 <blue>220</blue> |
|
1639 </color> |
|
1640 </brush> |
|
1641 </colorrole> |
|
1642 <colorrole role="Shadow"> |
|
1643 <brush brushstyle="SolidPattern"> |
|
1644 <color alpha="255"> |
|
1645 <red>0</red> |
|
1646 <green>0</green> |
|
1647 <blue>0</blue> |
|
1648 </color> |
|
1649 </brush> |
|
1650 </colorrole> |
|
1651 <colorrole role="Highlight"> |
|
1652 <brush brushstyle="SolidPattern"> |
|
1653 <color alpha="255"> |
|
1654 <red>10</red> |
|
1655 <green>95</green> |
|
1656 <blue>137</blue> |
|
1657 </color> |
|
1658 </brush> |
|
1659 </colorrole> |
|
1660 <colorrole role="HighlightedText"> |
|
1661 <brush brushstyle="SolidPattern"> |
|
1662 <color alpha="255"> |
|
1663 <red>255</red> |
|
1664 <green>255</green> |
|
1665 <blue>255</blue> |
|
1666 </color> |
|
1667 </brush> |
|
1668 </colorrole> |
|
1669 <colorrole role="Link"> |
|
1670 <brush brushstyle="SolidPattern"> |
|
1671 <color alpha="255"> |
|
1672 <red>0</red> |
|
1673 <green>0</green> |
|
1674 <blue>0</blue> |
|
1675 </color> |
|
1676 </brush> |
|
1677 </colorrole> |
|
1678 <colorrole role="LinkVisited"> |
|
1679 <brush brushstyle="SolidPattern"> |
|
1680 <color alpha="255"> |
|
1681 <red>0</red> |
|
1682 <green>0</green> |
|
1683 <blue>0</blue> |
|
1684 </color> |
|
1685 </brush> |
|
1686 </colorrole> |
|
1687 <colorrole role="AlternateBase"> |
|
1688 <brush brushstyle="SolidPattern"> |
|
1689 <color alpha="255"> |
|
1690 <red>232</red> |
|
1691 <green>232</green> |
|
1692 <blue>232</blue> |
|
1693 </color> |
|
1694 </brush> |
|
1695 </colorrole> |
|
1696 </inactive> |
|
1697 <disabled> |
|
1698 <colorrole role="WindowText"> |
|
1699 <brush brushstyle="SolidPattern"> |
|
1700 <color alpha="255"> |
|
1701 <red>128</red> |
|
1702 <green>128</green> |
|
1703 <blue>128</blue> |
|
1704 </color> |
|
1705 </brush> |
|
1706 </colorrole> |
|
1707 <colorrole role="Button"> |
|
1708 <brush brushstyle="SolidPattern"> |
|
1709 <color alpha="255"> |
|
1710 <red>255</red> |
|
1711 <green>255</green> |
|
1712 <blue>255</blue> |
|
1713 </color> |
|
1714 </brush> |
|
1715 </colorrole> |
|
1716 <colorrole role="Light"> |
|
1717 <brush brushstyle="SolidPattern"> |
|
1718 <color alpha="255"> |
|
1719 <red>255</red> |
|
1720 <green>255</green> |
|
1721 <blue>255</blue> |
|
1722 </color> |
|
1723 </brush> |
|
1724 </colorrole> |
|
1725 <colorrole role="Midlight"> |
|
1726 <brush brushstyle="SolidPattern"> |
|
1727 <color alpha="255"> |
|
1728 <red>255</red> |
|
1729 <green>255</green> |
|
1730 <blue>255</blue> |
|
1731 </color> |
|
1732 </brush> |
|
1733 </colorrole> |
|
1734 <colorrole role="Dark"> |
|
1735 <brush brushstyle="SolidPattern"> |
|
1736 <color alpha="255"> |
|
1737 <red>127</red> |
|
1738 <green>127</green> |
|
1739 <blue>127</blue> |
|
1740 </color> |
|
1741 </brush> |
|
1742 </colorrole> |
|
1743 <colorrole role="Mid"> |
|
1744 <brush brushstyle="SolidPattern"> |
|
1745 <color alpha="255"> |
|
1746 <red>170</red> |
|
1747 <green>170</green> |
|
1748 <blue>170</blue> |
|
1749 </color> |
|
1750 </brush> |
|
1751 </colorrole> |
|
1752 <colorrole role="Text"> |
|
1753 <brush brushstyle="SolidPattern"> |
|
1754 <color alpha="255"> |
|
1755 <red>0</red> |
|
1756 <green>0</green> |
|
1757 <blue>0</blue> |
|
1758 </color> |
|
1759 </brush> |
|
1760 </colorrole> |
|
1761 <colorrole role="BrightText"> |
|
1762 <brush brushstyle="SolidPattern"> |
|
1763 <color alpha="255"> |
|
1764 <red>255</red> |
|
1765 <green>255</green> |
|
1766 <blue>255</blue> |
|
1767 </color> |
|
1768 </brush> |
|
1769 </colorrole> |
|
1770 <colorrole role="ButtonText"> |
|
1771 <brush brushstyle="SolidPattern"> |
|
1772 <color alpha="255"> |
|
1773 <red>128</red> |
|
1774 <green>128</green> |
|
1775 <blue>128</blue> |
|
1776 </color> |
|
1777 </brush> |
|
1778 </colorrole> |
|
1779 <colorrole role="Base"> |
|
1780 <brush brushstyle="SolidPattern"> |
|
1781 <color alpha="255"> |
|
1782 <red>255</red> |
|
1783 <green>255</green> |
|
1784 <blue>255</blue> |
|
1785 </color> |
|
1786 </brush> |
|
1787 </colorrole> |
|
1788 <colorrole role="Window"> |
|
1789 <brush brushstyle="SolidPattern"> |
|
1790 <color alpha="255"> |
|
1791 <red>220</red> |
|
1792 <green>220</green> |
|
1793 <blue>220</blue> |
|
1794 </color> |
|
1795 </brush> |
|
1796 </colorrole> |
|
1797 <colorrole role="Shadow"> |
|
1798 <brush brushstyle="SolidPattern"> |
|
1799 <color alpha="255"> |
|
1800 <red>0</red> |
|
1801 <green>0</green> |
|
1802 <blue>0</blue> |
|
1803 </color> |
|
1804 </brush> |
|
1805 </colorrole> |
|
1806 <colorrole role="Highlight"> |
|
1807 <brush brushstyle="SolidPattern"> |
|
1808 <color alpha="255"> |
|
1809 <red>10</red> |
|
1810 <green>95</green> |
|
1811 <blue>137</blue> |
|
1812 </color> |
|
1813 </brush> |
|
1814 </colorrole> |
|
1815 <colorrole role="HighlightedText"> |
|
1816 <brush brushstyle="SolidPattern"> |
|
1817 <color alpha="255"> |
|
1818 <red>255</red> |
|
1819 <green>255</green> |
|
1820 <blue>255</blue> |
|
1821 </color> |
|
1822 </brush> |
|
1823 </colorrole> |
|
1824 <colorrole role="Link"> |
|
1825 <brush brushstyle="SolidPattern"> |
|
1826 <color alpha="255"> |
|
1827 <red>0</red> |
|
1828 <green>0</green> |
|
1829 <blue>0</blue> |
|
1830 </color> |
|
1831 </brush> |
|
1832 </colorrole> |
|
1833 <colorrole role="LinkVisited"> |
|
1834 <brush brushstyle="SolidPattern"> |
|
1835 <color alpha="255"> |
|
1836 <red>0</red> |
|
1837 <green>0</green> |
|
1838 <blue>0</blue> |
|
1839 </color> |
|
1840 </brush> |
|
1841 </colorrole> |
|
1842 <colorrole role="AlternateBase"> |
|
1843 <brush brushstyle="SolidPattern"> |
|
1844 <color alpha="255"> |
|
1845 <red>232</red> |
|
1846 <green>232</green> |
|
1847 <blue>232</blue> |
|
1848 </color> |
|
1849 </brush> |
|
1850 </colorrole> |
|
1851 </disabled> |
|
1852 </palette> |
|
1853 </property> |
|
1854 <property name="maximum"> |
|
1855 <number>400</number> |
|
1856 </property> |
|
1857 <property name="value"> |
|
1858 <number>100</number> |
|
1859 </property> |
|
1860 <property name="orientation"> |
|
1861 <enum>Qt::Horizontal</enum> |
|
1862 </property> |
|
1863 </widget> |
|
1864 </item> |
|
1865 <item row="2" column="0"> |
|
1866 <widget class="QLabel" name="TextLabel1_2"> |
|
1867 <property name="text"> |
|
1868 <string>Red</string> |
|
1869 </property> |
|
1870 </widget> |
|
1871 </item> |
|
1872 <item row="2" column="2"> |
|
1873 <widget class="QLabel" name="rlabel"> |
|
1874 <property name="text"> |
|
1875 <string>1.0</string> |
|
1876 </property> |
|
1877 </widget> |
|
1878 </item> |
|
1879 <item row="2" column="1"> |
|
1880 <widget class="QSlider" name="rslider"> |
|
1881 <property name="palette"> |
|
1882 <palette> |
|
1883 <active> |
|
1884 <colorrole role="WindowText"> |
|
1885 <brush brushstyle="SolidPattern"> |
|
1886 <color alpha="255"> |
|
1887 <red>128</red> |
|
1888 <green>128</green> |
|
1889 <blue>128</blue> |
|
1890 </color> |
|
1891 </brush> |
|
1892 </colorrole> |
|
1893 <colorrole role="Button"> |
|
1894 <brush brushstyle="SolidPattern"> |
|
1895 <color alpha="255"> |
|
1896 <red>255</red> |
|
1897 <green>0</green> |
|
1898 <blue>0</blue> |
|
1899 </color> |
|
1900 </brush> |
|
1901 </colorrole> |
|
1902 <colorrole role="Light"> |
|
1903 <brush brushstyle="SolidPattern"> |
|
1904 <color alpha="255"> |
|
1905 <red>255</red> |
|
1906 <green>127</green> |
|
1907 <blue>127</blue> |
|
1908 </color> |
|
1909 </brush> |
|
1910 </colorrole> |
|
1911 <colorrole role="Midlight"> |
|
1912 <brush brushstyle="SolidPattern"> |
|
1913 <color alpha="255"> |
|
1914 <red>255</red> |
|
1915 <green>38</green> |
|
1916 <blue>38</blue> |
|
1917 </color> |
|
1918 </brush> |
|
1919 </colorrole> |
|
1920 <colorrole role="Dark"> |
|
1921 <brush brushstyle="SolidPattern"> |
|
1922 <color alpha="255"> |
|
1923 <red>127</red> |
|
1924 <green>0</green> |
|
1925 <blue>0</blue> |
|
1926 </color> |
|
1927 </brush> |
|
1928 </colorrole> |
|
1929 <colorrole role="Mid"> |
|
1930 <brush brushstyle="SolidPattern"> |
|
1931 <color alpha="255"> |
|
1932 <red>170</red> |
|
1933 <green>0</green> |
|
1934 <blue>0</blue> |
|
1935 </color> |
|
1936 </brush> |
|
1937 </colorrole> |
|
1938 <colorrole role="Text"> |
|
1939 <brush brushstyle="SolidPattern"> |
|
1940 <color alpha="255"> |
|
1941 <red>0</red> |
|
1942 <green>0</green> |
|
1943 <blue>0</blue> |
|
1944 </color> |
|
1945 </brush> |
|
1946 </colorrole> |
|
1947 <colorrole role="BrightText"> |
|
1948 <brush brushstyle="SolidPattern"> |
|
1949 <color alpha="255"> |
|
1950 <red>255</red> |
|
1951 <green>255</green> |
|
1952 <blue>255</blue> |
|
1953 </color> |
|
1954 </brush> |
|
1955 </colorrole> |
|
1956 <colorrole role="ButtonText"> |
|
1957 <brush brushstyle="SolidPattern"> |
|
1958 <color alpha="255"> |
|
1959 <red>128</red> |
|
1960 <green>128</green> |
|
1961 <blue>128</blue> |
|
1962 </color> |
|
1963 </brush> |
|
1964 </colorrole> |
|
1965 <colorrole role="Base"> |
|
1966 <brush brushstyle="SolidPattern"> |
|
1967 <color alpha="255"> |
|
1968 <red>255</red> |
|
1969 <green>255</green> |
|
1970 <blue>255</blue> |
|
1971 </color> |
|
1972 </brush> |
|
1973 </colorrole> |
|
1974 <colorrole role="Window"> |
|
1975 <brush brushstyle="SolidPattern"> |
|
1976 <color alpha="255"> |
|
1977 <red>220</red> |
|
1978 <green>220</green> |
|
1979 <blue>220</blue> |
|
1980 </color> |
|
1981 </brush> |
|
1982 </colorrole> |
|
1983 <colorrole role="Shadow"> |
|
1984 <brush brushstyle="SolidPattern"> |
|
1985 <color alpha="255"> |
|
1986 <red>0</red> |
|
1987 <green>0</green> |
|
1988 <blue>0</blue> |
|
1989 </color> |
|
1990 </brush> |
|
1991 </colorrole> |
|
1992 <colorrole role="Highlight"> |
|
1993 <brush brushstyle="SolidPattern"> |
|
1994 <color alpha="255"> |
|
1995 <red>10</red> |
|
1996 <green>95</green> |
|
1997 <blue>137</blue> |
|
1998 </color> |
|
1999 </brush> |
|
2000 </colorrole> |
|
2001 <colorrole role="HighlightedText"> |
|
2002 <brush brushstyle="SolidPattern"> |
|
2003 <color alpha="255"> |
|
2004 <red>255</red> |
|
2005 <green>255</green> |
|
2006 <blue>255</blue> |
|
2007 </color> |
|
2008 </brush> |
|
2009 </colorrole> |
|
2010 <colorrole role="Link"> |
|
2011 <brush brushstyle="SolidPattern"> |
|
2012 <color alpha="255"> |
|
2013 <red>0</red> |
|
2014 <green>0</green> |
|
2015 <blue>0</blue> |
|
2016 </color> |
|
2017 </brush> |
|
2018 </colorrole> |
|
2019 <colorrole role="LinkVisited"> |
|
2020 <brush brushstyle="SolidPattern"> |
|
2021 <color alpha="255"> |
|
2022 <red>0</red> |
|
2023 <green>0</green> |
|
2024 <blue>0</blue> |
|
2025 </color> |
|
2026 </brush> |
|
2027 </colorrole> |
|
2028 <colorrole role="AlternateBase"> |
|
2029 <brush brushstyle="SolidPattern"> |
|
2030 <color alpha="255"> |
|
2031 <red>232</red> |
|
2032 <green>232</green> |
|
2033 <blue>232</blue> |
|
2034 </color> |
|
2035 </brush> |
|
2036 </colorrole> |
|
2037 </active> |
|
2038 <inactive> |
|
2039 <colorrole role="WindowText"> |
|
2040 <brush brushstyle="SolidPattern"> |
|
2041 <color alpha="255"> |
|
2042 <red>128</red> |
|
2043 <green>128</green> |
|
2044 <blue>128</blue> |
|
2045 </color> |
|
2046 </brush> |
|
2047 </colorrole> |
|
2048 <colorrole role="Button"> |
|
2049 <brush brushstyle="SolidPattern"> |
|
2050 <color alpha="255"> |
|
2051 <red>255</red> |
|
2052 <green>0</green> |
|
2053 <blue>0</blue> |
|
2054 </color> |
|
2055 </brush> |
|
2056 </colorrole> |
|
2057 <colorrole role="Light"> |
|
2058 <brush brushstyle="SolidPattern"> |
|
2059 <color alpha="255"> |
|
2060 <red>255</red> |
|
2061 <green>127</green> |
|
2062 <blue>127</blue> |
|
2063 </color> |
|
2064 </brush> |
|
2065 </colorrole> |
|
2066 <colorrole role="Midlight"> |
|
2067 <brush brushstyle="SolidPattern"> |
|
2068 <color alpha="255"> |
|
2069 <red>255</red> |
|
2070 <green>38</green> |
|
2071 <blue>38</blue> |
|
2072 </color> |
|
2073 </brush> |
|
2074 </colorrole> |
|
2075 <colorrole role="Dark"> |
|
2076 <brush brushstyle="SolidPattern"> |
|
2077 <color alpha="255"> |
|
2078 <red>127</red> |
|
2079 <green>0</green> |
|
2080 <blue>0</blue> |
|
2081 </color> |
|
2082 </brush> |
|
2083 </colorrole> |
|
2084 <colorrole role="Mid"> |
|
2085 <brush brushstyle="SolidPattern"> |
|
2086 <color alpha="255"> |
|
2087 <red>170</red> |
|
2088 <green>0</green> |
|
2089 <blue>0</blue> |
|
2090 </color> |
|
2091 </brush> |
|
2092 </colorrole> |
|
2093 <colorrole role="Text"> |
|
2094 <brush brushstyle="SolidPattern"> |
|
2095 <color alpha="255"> |
|
2096 <red>0</red> |
|
2097 <green>0</green> |
|
2098 <blue>0</blue> |
|
2099 </color> |
|
2100 </brush> |
|
2101 </colorrole> |
|
2102 <colorrole role="BrightText"> |
|
2103 <brush brushstyle="SolidPattern"> |
|
2104 <color alpha="255"> |
|
2105 <red>255</red> |
|
2106 <green>255</green> |
|
2107 <blue>255</blue> |
|
2108 </color> |
|
2109 </brush> |
|
2110 </colorrole> |
|
2111 <colorrole role="ButtonText"> |
|
2112 <brush brushstyle="SolidPattern"> |
|
2113 <color alpha="255"> |
|
2114 <red>128</red> |
|
2115 <green>128</green> |
|
2116 <blue>128</blue> |
|
2117 </color> |
|
2118 </brush> |
|
2119 </colorrole> |
|
2120 <colorrole role="Base"> |
|
2121 <brush brushstyle="SolidPattern"> |
|
2122 <color alpha="255"> |
|
2123 <red>255</red> |
|
2124 <green>255</green> |
|
2125 <blue>255</blue> |
|
2126 </color> |
|
2127 </brush> |
|
2128 </colorrole> |
|
2129 <colorrole role="Window"> |
|
2130 <brush brushstyle="SolidPattern"> |
|
2131 <color alpha="255"> |
|
2132 <red>220</red> |
|
2133 <green>220</green> |
|
2134 <blue>220</blue> |
|
2135 </color> |
|
2136 </brush> |
|
2137 </colorrole> |
|
2138 <colorrole role="Shadow"> |
|
2139 <brush brushstyle="SolidPattern"> |
|
2140 <color alpha="255"> |
|
2141 <red>0</red> |
|
2142 <green>0</green> |
|
2143 <blue>0</blue> |
|
2144 </color> |
|
2145 </brush> |
|
2146 </colorrole> |
|
2147 <colorrole role="Highlight"> |
|
2148 <brush brushstyle="SolidPattern"> |
|
2149 <color alpha="255"> |
|
2150 <red>10</red> |
|
2151 <green>95</green> |
|
2152 <blue>137</blue> |
|
2153 </color> |
|
2154 </brush> |
|
2155 </colorrole> |
|
2156 <colorrole role="HighlightedText"> |
|
2157 <brush brushstyle="SolidPattern"> |
|
2158 <color alpha="255"> |
|
2159 <red>255</red> |
|
2160 <green>255</green> |
|
2161 <blue>255</blue> |
|
2162 </color> |
|
2163 </brush> |
|
2164 </colorrole> |
|
2165 <colorrole role="Link"> |
|
2166 <brush brushstyle="SolidPattern"> |
|
2167 <color alpha="255"> |
|
2168 <red>0</red> |
|
2169 <green>0</green> |
|
2170 <blue>0</blue> |
|
2171 </color> |
|
2172 </brush> |
|
2173 </colorrole> |
|
2174 <colorrole role="LinkVisited"> |
|
2175 <brush brushstyle="SolidPattern"> |
|
2176 <color alpha="255"> |
|
2177 <red>0</red> |
|
2178 <green>0</green> |
|
2179 <blue>0</blue> |
|
2180 </color> |
|
2181 </brush> |
|
2182 </colorrole> |
|
2183 <colorrole role="AlternateBase"> |
|
2184 <brush brushstyle="SolidPattern"> |
|
2185 <color alpha="255"> |
|
2186 <red>232</red> |
|
2187 <green>232</green> |
|
2188 <blue>232</blue> |
|
2189 </color> |
|
2190 </brush> |
|
2191 </colorrole> |
|
2192 </inactive> |
|
2193 <disabled> |
|
2194 <colorrole role="WindowText"> |
|
2195 <brush brushstyle="SolidPattern"> |
|
2196 <color alpha="255"> |
|
2197 <red>128</red> |
|
2198 <green>128</green> |
|
2199 <blue>128</blue> |
|
2200 </color> |
|
2201 </brush> |
|
2202 </colorrole> |
|
2203 <colorrole role="Button"> |
|
2204 <brush brushstyle="SolidPattern"> |
|
2205 <color alpha="255"> |
|
2206 <red>255</red> |
|
2207 <green>0</green> |
|
2208 <blue>0</blue> |
|
2209 </color> |
|
2210 </brush> |
|
2211 </colorrole> |
|
2212 <colorrole role="Light"> |
|
2213 <brush brushstyle="SolidPattern"> |
|
2214 <color alpha="255"> |
|
2215 <red>255</red> |
|
2216 <green>127</green> |
|
2217 <blue>127</blue> |
|
2218 </color> |
|
2219 </brush> |
|
2220 </colorrole> |
|
2221 <colorrole role="Midlight"> |
|
2222 <brush brushstyle="SolidPattern"> |
|
2223 <color alpha="255"> |
|
2224 <red>255</red> |
|
2225 <green>38</green> |
|
2226 <blue>38</blue> |
|
2227 </color> |
|
2228 </brush> |
|
2229 </colorrole> |
|
2230 <colorrole role="Dark"> |
|
2231 <brush brushstyle="SolidPattern"> |
|
2232 <color alpha="255"> |
|
2233 <red>127</red> |
|
2234 <green>0</green> |
|
2235 <blue>0</blue> |
|
2236 </color> |
|
2237 </brush> |
|
2238 </colorrole> |
|
2239 <colorrole role="Mid"> |
|
2240 <brush brushstyle="SolidPattern"> |
|
2241 <color alpha="255"> |
|
2242 <red>170</red> |
|
2243 <green>0</green> |
|
2244 <blue>0</blue> |
|
2245 </color> |
|
2246 </brush> |
|
2247 </colorrole> |
|
2248 <colorrole role="Text"> |
|
2249 <brush brushstyle="SolidPattern"> |
|
2250 <color alpha="255"> |
|
2251 <red>0</red> |
|
2252 <green>0</green> |
|
2253 <blue>0</blue> |
|
2254 </color> |
|
2255 </brush> |
|
2256 </colorrole> |
|
2257 <colorrole role="BrightText"> |
|
2258 <brush brushstyle="SolidPattern"> |
|
2259 <color alpha="255"> |
|
2260 <red>255</red> |
|
2261 <green>255</green> |
|
2262 <blue>255</blue> |
|
2263 </color> |
|
2264 </brush> |
|
2265 </colorrole> |
|
2266 <colorrole role="ButtonText"> |
|
2267 <brush brushstyle="SolidPattern"> |
|
2268 <color alpha="255"> |
|
2269 <red>128</red> |
|
2270 <green>128</green> |
|
2271 <blue>128</blue> |
|
2272 </color> |
|
2273 </brush> |
|
2274 </colorrole> |
|
2275 <colorrole role="Base"> |
|
2276 <brush brushstyle="SolidPattern"> |
|
2277 <color alpha="255"> |
|
2278 <red>255</red> |
|
2279 <green>255</green> |
|
2280 <blue>255</blue> |
|
2281 </color> |
|
2282 </brush> |
|
2283 </colorrole> |
|
2284 <colorrole role="Window"> |
|
2285 <brush brushstyle="SolidPattern"> |
|
2286 <color alpha="255"> |
|
2287 <red>220</red> |
|
2288 <green>220</green> |
|
2289 <blue>220</blue> |
|
2290 </color> |
|
2291 </brush> |
|
2292 </colorrole> |
|
2293 <colorrole role="Shadow"> |
|
2294 <brush brushstyle="SolidPattern"> |
|
2295 <color alpha="255"> |
|
2296 <red>0</red> |
|
2297 <green>0</green> |
|
2298 <blue>0</blue> |
|
2299 </color> |
|
2300 </brush> |
|
2301 </colorrole> |
|
2302 <colorrole role="Highlight"> |
|
2303 <brush brushstyle="SolidPattern"> |
|
2304 <color alpha="255"> |
|
2305 <red>10</red> |
|
2306 <green>95</green> |
|
2307 <blue>137</blue> |
|
2308 </color> |
|
2309 </brush> |
|
2310 </colorrole> |
|
2311 <colorrole role="HighlightedText"> |
|
2312 <brush brushstyle="SolidPattern"> |
|
2313 <color alpha="255"> |
|
2314 <red>255</red> |
|
2315 <green>255</green> |
|
2316 <blue>255</blue> |
|
2317 </color> |
|
2318 </brush> |
|
2319 </colorrole> |
|
2320 <colorrole role="Link"> |
|
2321 <brush brushstyle="SolidPattern"> |
|
2322 <color alpha="255"> |
|
2323 <red>0</red> |
|
2324 <green>0</green> |
|
2325 <blue>0</blue> |
|
2326 </color> |
|
2327 </brush> |
|
2328 </colorrole> |
|
2329 <colorrole role="LinkVisited"> |
|
2330 <brush brushstyle="SolidPattern"> |
|
2331 <color alpha="255"> |
|
2332 <red>0</red> |
|
2333 <green>0</green> |
|
2334 <blue>0</blue> |
|
2335 </color> |
|
2336 </brush> |
|
2337 </colorrole> |
|
2338 <colorrole role="AlternateBase"> |
|
2339 <brush brushstyle="SolidPattern"> |
|
2340 <color alpha="255"> |
|
2341 <red>232</red> |
|
2342 <green>232</green> |
|
2343 <blue>232</blue> |
|
2344 </color> |
|
2345 </brush> |
|
2346 </colorrole> |
|
2347 </disabled> |
|
2348 </palette> |
|
2349 </property> |
|
2350 <property name="maximum"> |
|
2351 <number>400</number> |
|
2352 </property> |
|
2353 <property name="value"> |
|
2354 <number>100</number> |
|
2355 </property> |
|
2356 <property name="orientation"> |
|
2357 <enum>Qt::Horizontal</enum> |
|
2358 </property> |
|
2359 </widget> |
|
2360 </item> |
|
2361 <item row="8" column="0" colspan="3"> |
|
2362 <widget class="QPushButton" name="PushButton3"> |
|
2363 <property name="text"> |
|
2364 <string>Set all to 1.0</string> |
|
2365 </property> |
|
2366 </widget> |
|
2367 </item> |
|
2368 <item row="0" column="3" rowspan="9"> |
|
2369 <widget class="GammaView" name="MyCustomWidget1" native="true"/> |
|
2370 </item> |
|
2371 </layout> |
|
2372 </widget> |
|
2373 </item> |
|
2374 <item> |
|
2375 <layout class="QHBoxLayout"> |
|
2376 <property name="spacing"> |
|
2377 <number>6</number> |
|
2378 </property> |
|
2379 <property name="margin"> |
|
2380 <number>0</number> |
|
2381 </property> |
|
2382 <item> |
|
2383 <spacer> |
|
2384 <property name="orientation"> |
|
2385 <enum>Qt::Horizontal</enum> |
|
2386 </property> |
|
2387 <property name="sizeHint" stdset="0"> |
|
2388 <size> |
|
2389 <width>40</width> |
|
2390 <height>20</height> |
|
2391 </size> |
|
2392 </property> |
|
2393 </spacer> |
|
2394 </item> |
|
2395 <item> |
|
2396 <widget class="QPushButton" name="buttonOk"> |
|
2397 <property name="text"> |
|
2398 <string>&OK</string> |
|
2399 </property> |
|
2400 <property name="autoDefault"> |
|
2401 <bool>true</bool> |
|
2402 </property> |
|
2403 <property name="default"> |
|
2404 <bool>true</bool> |
|
2405 </property> |
|
2406 </widget> |
|
2407 </item> |
|
2408 <item> |
|
2409 <widget class="QPushButton" name="buttonCancel"> |
|
2410 <property name="text"> |
|
2411 <string>&Cancel</string> |
|
2412 </property> |
|
2413 <property name="autoDefault"> |
|
2414 <bool>true</bool> |
|
2415 </property> |
|
2416 </widget> |
|
2417 </item> |
|
2418 </layout> |
|
2419 </item> |
|
2420 </layout> |
|
2421 </widget> |
|
2422 <layoutdefault spacing="6" margin="11"/> |
|
2423 <customwidgets> |
|
2424 <customwidget> |
|
2425 <class>GammaView</class> |
|
2426 <extends></extends> |
|
2427 <header>gammaview.h</header> |
|
2428 </customwidget> |
|
2429 </customwidgets> |
|
2430 <resources/> |
|
2431 <connections> |
|
2432 <connection> |
|
2433 <sender>size_width</sender> |
|
2434 <signal>valueChanged(int)</signal> |
|
2435 <receiver>size_custom</receiver> |
|
2436 <slot>click()</slot> |
|
2437 <hints> |
|
2438 <hint type="sourcelabel"> |
|
2439 <x>152</x> |
|
2440 <y>193</y> |
|
2441 </hint> |
|
2442 <hint type="destinationlabel"> |
|
2443 <x>94</x> |
|
2444 <y>199</y> |
|
2445 </hint> |
|
2446 </hints> |
|
2447 </connection> |
|
2448 <connection> |
|
2449 <sender>size_height</sender> |
|
2450 <signal>valueChanged(int)</signal> |
|
2451 <receiver>size_custom</receiver> |
|
2452 <slot>click()</slot> |
|
2453 <hints> |
|
2454 <hint type="sourcelabel"> |
|
2455 <x>259</x> |
|
2456 <y>196</y> |
|
2457 </hint> |
|
2458 <hint type="destinationlabel"> |
|
2459 <x>64</x> |
|
2460 <y>188</y> |
|
2461 </hint> |
|
2462 </hints> |
|
2463 </connection> |
|
2464 </connections> |
|
2465 </ui> |