|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>Form</class> |
|
4 <widget class="QWidget" name="Form"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>770</width> |
|
10 <height>424</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Form</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QLabel" name="testNameLabel"> |
|
19 <property name="font"> |
|
20 <font> |
|
21 <pointsize>16</pointsize> |
|
22 <weight>75</weight> |
|
23 <bold>true</bold> |
|
24 </font> |
|
25 </property> |
|
26 <property name="text"> |
|
27 <string>Test Name</string> |
|
28 </property> |
|
29 <property name="alignment"> |
|
30 <set>Qt::AlignCenter</set> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QLabel" name="testDescriptionLabel"> |
|
36 <property name="font"> |
|
37 <font> |
|
38 <pointsize>16</pointsize> |
|
39 </font> |
|
40 </property> |
|
41 <property name="text"> |
|
42 <string>Test description</string> |
|
43 </property> |
|
44 <property name="alignment"> |
|
45 <set>Qt::AlignCenter</set> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 <item> |
|
50 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
51 <item> |
|
52 <widget class="TouchWidget" name="greenWidget" native="true"> |
|
53 <property name="sizePolicy"> |
|
54 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
55 <horstretch>0</horstretch> |
|
56 <verstretch>0</verstretch> |
|
57 </sizepolicy> |
|
58 </property> |
|
59 <property name="palette"> |
|
60 <palette> |
|
61 <active> |
|
62 <colorrole role="WindowText"> |
|
63 <brush brushstyle="SolidPattern"> |
|
64 <color alpha="255"> |
|
65 <red>0</red> |
|
66 <green>0</green> |
|
67 <blue>0</blue> |
|
68 </color> |
|
69 </brush> |
|
70 </colorrole> |
|
71 <colorrole role="Button"> |
|
72 <brush brushstyle="SolidPattern"> |
|
73 <color alpha="63"> |
|
74 <red>0</red> |
|
75 <green>170</green> |
|
76 <blue>0</blue> |
|
77 </color> |
|
78 </brush> |
|
79 </colorrole> |
|
80 <colorrole role="Light"> |
|
81 <brush brushstyle="SolidPattern"> |
|
82 <color alpha="63"> |
|
83 <red>0</red> |
|
84 <green>255</green> |
|
85 <blue>0</blue> |
|
86 </color> |
|
87 </brush> |
|
88 </colorrole> |
|
89 <colorrole role="Midlight"> |
|
90 <brush brushstyle="SolidPattern"> |
|
91 <color alpha="63"> |
|
92 <red>0</red> |
|
93 <green>212</green> |
|
94 <blue>0</blue> |
|
95 </color> |
|
96 </brush> |
|
97 </colorrole> |
|
98 <colorrole role="Dark"> |
|
99 <brush brushstyle="SolidPattern"> |
|
100 <color alpha="63"> |
|
101 <red>0</red> |
|
102 <green>85</green> |
|
103 <blue>0</blue> |
|
104 </color> |
|
105 </brush> |
|
106 </colorrole> |
|
107 <colorrole role="Mid"> |
|
108 <brush brushstyle="SolidPattern"> |
|
109 <color alpha="63"> |
|
110 <red>0</red> |
|
111 <green>113</green> |
|
112 <blue>0</blue> |
|
113 </color> |
|
114 </brush> |
|
115 </colorrole> |
|
116 <colorrole role="Text"> |
|
117 <brush brushstyle="SolidPattern"> |
|
118 <color alpha="255"> |
|
119 <red>0</red> |
|
120 <green>0</green> |
|
121 <blue>0</blue> |
|
122 </color> |
|
123 </brush> |
|
124 </colorrole> |
|
125 <colorrole role="BrightText"> |
|
126 <brush brushstyle="SolidPattern"> |
|
127 <color alpha="255"> |
|
128 <red>255</red> |
|
129 <green>255</green> |
|
130 <blue>255</blue> |
|
131 </color> |
|
132 </brush> |
|
133 </colorrole> |
|
134 <colorrole role="ButtonText"> |
|
135 <brush brushstyle="SolidPattern"> |
|
136 <color alpha="255"> |
|
137 <red>0</red> |
|
138 <green>0</green> |
|
139 <blue>0</blue> |
|
140 </color> |
|
141 </brush> |
|
142 </colorrole> |
|
143 <colorrole role="Base"> |
|
144 <brush brushstyle="SolidPattern"> |
|
145 <color alpha="255"> |
|
146 <red>255</red> |
|
147 <green>255</green> |
|
148 <blue>255</blue> |
|
149 </color> |
|
150 </brush> |
|
151 </colorrole> |
|
152 <colorrole role="Window"> |
|
153 <brush brushstyle="SolidPattern"> |
|
154 <color alpha="63"> |
|
155 <red>0</red> |
|
156 <green>170</green> |
|
157 <blue>0</blue> |
|
158 </color> |
|
159 </brush> |
|
160 </colorrole> |
|
161 <colorrole role="Shadow"> |
|
162 <brush brushstyle="SolidPattern"> |
|
163 <color alpha="255"> |
|
164 <red>0</red> |
|
165 <green>0</green> |
|
166 <blue>0</blue> |
|
167 </color> |
|
168 </brush> |
|
169 </colorrole> |
|
170 <colorrole role="AlternateBase"> |
|
171 <brush brushstyle="SolidPattern"> |
|
172 <color alpha="159"> |
|
173 <red>127</red> |
|
174 <green>212</green> |
|
175 <blue>127</blue> |
|
176 </color> |
|
177 </brush> |
|
178 </colorrole> |
|
179 <colorrole role="ToolTipBase"> |
|
180 <brush brushstyle="SolidPattern"> |
|
181 <color alpha="255"> |
|
182 <red>255</red> |
|
183 <green>255</green> |
|
184 <blue>220</blue> |
|
185 </color> |
|
186 </brush> |
|
187 </colorrole> |
|
188 <colorrole role="ToolTipText"> |
|
189 <brush brushstyle="SolidPattern"> |
|
190 <color alpha="255"> |
|
191 <red>0</red> |
|
192 <green>0</green> |
|
193 <blue>0</blue> |
|
194 </color> |
|
195 </brush> |
|
196 </colorrole> |
|
197 </active> |
|
198 <inactive> |
|
199 <colorrole role="WindowText"> |
|
200 <brush brushstyle="SolidPattern"> |
|
201 <color alpha="255"> |
|
202 <red>0</red> |
|
203 <green>0</green> |
|
204 <blue>0</blue> |
|
205 </color> |
|
206 </brush> |
|
207 </colorrole> |
|
208 <colorrole role="Button"> |
|
209 <brush brushstyle="SolidPattern"> |
|
210 <color alpha="63"> |
|
211 <red>0</red> |
|
212 <green>170</green> |
|
213 <blue>0</blue> |
|
214 </color> |
|
215 </brush> |
|
216 </colorrole> |
|
217 <colorrole role="Light"> |
|
218 <brush brushstyle="SolidPattern"> |
|
219 <color alpha="63"> |
|
220 <red>0</red> |
|
221 <green>255</green> |
|
222 <blue>0</blue> |
|
223 </color> |
|
224 </brush> |
|
225 </colorrole> |
|
226 <colorrole role="Midlight"> |
|
227 <brush brushstyle="SolidPattern"> |
|
228 <color alpha="63"> |
|
229 <red>0</red> |
|
230 <green>212</green> |
|
231 <blue>0</blue> |
|
232 </color> |
|
233 </brush> |
|
234 </colorrole> |
|
235 <colorrole role="Dark"> |
|
236 <brush brushstyle="SolidPattern"> |
|
237 <color alpha="63"> |
|
238 <red>0</red> |
|
239 <green>85</green> |
|
240 <blue>0</blue> |
|
241 </color> |
|
242 </brush> |
|
243 </colorrole> |
|
244 <colorrole role="Mid"> |
|
245 <brush brushstyle="SolidPattern"> |
|
246 <color alpha="63"> |
|
247 <red>0</red> |
|
248 <green>113</green> |
|
249 <blue>0</blue> |
|
250 </color> |
|
251 </brush> |
|
252 </colorrole> |
|
253 <colorrole role="Text"> |
|
254 <brush brushstyle="SolidPattern"> |
|
255 <color alpha="255"> |
|
256 <red>0</red> |
|
257 <green>0</green> |
|
258 <blue>0</blue> |
|
259 </color> |
|
260 </brush> |
|
261 </colorrole> |
|
262 <colorrole role="BrightText"> |
|
263 <brush brushstyle="SolidPattern"> |
|
264 <color alpha="255"> |
|
265 <red>255</red> |
|
266 <green>255</green> |
|
267 <blue>255</blue> |
|
268 </color> |
|
269 </brush> |
|
270 </colorrole> |
|
271 <colorrole role="ButtonText"> |
|
272 <brush brushstyle="SolidPattern"> |
|
273 <color alpha="255"> |
|
274 <red>0</red> |
|
275 <green>0</green> |
|
276 <blue>0</blue> |
|
277 </color> |
|
278 </brush> |
|
279 </colorrole> |
|
280 <colorrole role="Base"> |
|
281 <brush brushstyle="SolidPattern"> |
|
282 <color alpha="255"> |
|
283 <red>255</red> |
|
284 <green>255</green> |
|
285 <blue>255</blue> |
|
286 </color> |
|
287 </brush> |
|
288 </colorrole> |
|
289 <colorrole role="Window"> |
|
290 <brush brushstyle="SolidPattern"> |
|
291 <color alpha="63"> |
|
292 <red>0</red> |
|
293 <green>170</green> |
|
294 <blue>0</blue> |
|
295 </color> |
|
296 </brush> |
|
297 </colorrole> |
|
298 <colorrole role="Shadow"> |
|
299 <brush brushstyle="SolidPattern"> |
|
300 <color alpha="255"> |
|
301 <red>0</red> |
|
302 <green>0</green> |
|
303 <blue>0</blue> |
|
304 </color> |
|
305 </brush> |
|
306 </colorrole> |
|
307 <colorrole role="AlternateBase"> |
|
308 <brush brushstyle="SolidPattern"> |
|
309 <color alpha="159"> |
|
310 <red>127</red> |
|
311 <green>212</green> |
|
312 <blue>127</blue> |
|
313 </color> |
|
314 </brush> |
|
315 </colorrole> |
|
316 <colorrole role="ToolTipBase"> |
|
317 <brush brushstyle="SolidPattern"> |
|
318 <color alpha="255"> |
|
319 <red>255</red> |
|
320 <green>255</green> |
|
321 <blue>220</blue> |
|
322 </color> |
|
323 </brush> |
|
324 </colorrole> |
|
325 <colorrole role="ToolTipText"> |
|
326 <brush brushstyle="SolidPattern"> |
|
327 <color alpha="255"> |
|
328 <red>0</red> |
|
329 <green>0</green> |
|
330 <blue>0</blue> |
|
331 </color> |
|
332 </brush> |
|
333 </colorrole> |
|
334 </inactive> |
|
335 <disabled> |
|
336 <colorrole role="WindowText"> |
|
337 <brush brushstyle="SolidPattern"> |
|
338 <color alpha="63"> |
|
339 <red>0</red> |
|
340 <green>85</green> |
|
341 <blue>0</blue> |
|
342 </color> |
|
343 </brush> |
|
344 </colorrole> |
|
345 <colorrole role="Button"> |
|
346 <brush brushstyle="SolidPattern"> |
|
347 <color alpha="63"> |
|
348 <red>0</red> |
|
349 <green>170</green> |
|
350 <blue>0</blue> |
|
351 </color> |
|
352 </brush> |
|
353 </colorrole> |
|
354 <colorrole role="Light"> |
|
355 <brush brushstyle="SolidPattern"> |
|
356 <color alpha="63"> |
|
357 <red>0</red> |
|
358 <green>255</green> |
|
359 <blue>0</blue> |
|
360 </color> |
|
361 </brush> |
|
362 </colorrole> |
|
363 <colorrole role="Midlight"> |
|
364 <brush brushstyle="SolidPattern"> |
|
365 <color alpha="63"> |
|
366 <red>0</red> |
|
367 <green>212</green> |
|
368 <blue>0</blue> |
|
369 </color> |
|
370 </brush> |
|
371 </colorrole> |
|
372 <colorrole role="Dark"> |
|
373 <brush brushstyle="SolidPattern"> |
|
374 <color alpha="63"> |
|
375 <red>0</red> |
|
376 <green>85</green> |
|
377 <blue>0</blue> |
|
378 </color> |
|
379 </brush> |
|
380 </colorrole> |
|
381 <colorrole role="Mid"> |
|
382 <brush brushstyle="SolidPattern"> |
|
383 <color alpha="63"> |
|
384 <red>0</red> |
|
385 <green>113</green> |
|
386 <blue>0</blue> |
|
387 </color> |
|
388 </brush> |
|
389 </colorrole> |
|
390 <colorrole role="Text"> |
|
391 <brush brushstyle="SolidPattern"> |
|
392 <color alpha="63"> |
|
393 <red>0</red> |
|
394 <green>85</green> |
|
395 <blue>0</blue> |
|
396 </color> |
|
397 </brush> |
|
398 </colorrole> |
|
399 <colorrole role="BrightText"> |
|
400 <brush brushstyle="SolidPattern"> |
|
401 <color alpha="255"> |
|
402 <red>255</red> |
|
403 <green>255</green> |
|
404 <blue>255</blue> |
|
405 </color> |
|
406 </brush> |
|
407 </colorrole> |
|
408 <colorrole role="ButtonText"> |
|
409 <brush brushstyle="SolidPattern"> |
|
410 <color alpha="63"> |
|
411 <red>0</red> |
|
412 <green>85</green> |
|
413 <blue>0</blue> |
|
414 </color> |
|
415 </brush> |
|
416 </colorrole> |
|
417 <colorrole role="Base"> |
|
418 <brush brushstyle="SolidPattern"> |
|
419 <color alpha="63"> |
|
420 <red>0</red> |
|
421 <green>170</green> |
|
422 <blue>0</blue> |
|
423 </color> |
|
424 </brush> |
|
425 </colorrole> |
|
426 <colorrole role="Window"> |
|
427 <brush brushstyle="SolidPattern"> |
|
428 <color alpha="63"> |
|
429 <red>0</red> |
|
430 <green>170</green> |
|
431 <blue>0</blue> |
|
432 </color> |
|
433 </brush> |
|
434 </colorrole> |
|
435 <colorrole role="Shadow"> |
|
436 <brush brushstyle="SolidPattern"> |
|
437 <color alpha="255"> |
|
438 <red>0</red> |
|
439 <green>0</green> |
|
440 <blue>0</blue> |
|
441 </color> |
|
442 </brush> |
|
443 </colorrole> |
|
444 <colorrole role="AlternateBase"> |
|
445 <brush brushstyle="SolidPattern"> |
|
446 <color alpha="63"> |
|
447 <red>0</red> |
|
448 <green>170</green> |
|
449 <blue>0</blue> |
|
450 </color> |
|
451 </brush> |
|
452 </colorrole> |
|
453 <colorrole role="ToolTipBase"> |
|
454 <brush brushstyle="SolidPattern"> |
|
455 <color alpha="255"> |
|
456 <red>255</red> |
|
457 <green>255</green> |
|
458 <blue>220</blue> |
|
459 </color> |
|
460 </brush> |
|
461 </colorrole> |
|
462 <colorrole role="ToolTipText"> |
|
463 <brush brushstyle="SolidPattern"> |
|
464 <color alpha="255"> |
|
465 <red>0</red> |
|
466 <green>0</green> |
|
467 <blue>0</blue> |
|
468 </color> |
|
469 </brush> |
|
470 </colorrole> |
|
471 </disabled> |
|
472 </palette> |
|
473 </property> |
|
474 <property name="autoFillBackground"> |
|
475 <bool>true</bool> |
|
476 </property> |
|
477 <layout class="QGridLayout" name="gridLayout_3"> |
|
478 <item row="1" column="0"> |
|
479 <spacer name="horizontalSpacer_3"> |
|
480 <property name="orientation"> |
|
481 <enum>Qt::Horizontal</enum> |
|
482 </property> |
|
483 <property name="sizeHint" stdset="0"> |
|
484 <size> |
|
485 <width>0</width> |
|
486 <height>0</height> |
|
487 </size> |
|
488 </property> |
|
489 </spacer> |
|
490 </item> |
|
491 <item row="1" column="1"> |
|
492 <widget class="TouchWidget" name="blueWidget" native="true"> |
|
493 <property name="sizePolicy"> |
|
494 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
495 <horstretch>0</horstretch> |
|
496 <verstretch>0</verstretch> |
|
497 </sizepolicy> |
|
498 </property> |
|
499 <property name="minimumSize"> |
|
500 <size> |
|
501 <width>180</width> |
|
502 <height>120</height> |
|
503 </size> |
|
504 </property> |
|
505 <property name="palette"> |
|
506 <palette> |
|
507 <active> |
|
508 <colorrole role="WindowText"> |
|
509 <brush brushstyle="SolidPattern"> |
|
510 <color alpha="255"> |
|
511 <red>0</red> |
|
512 <green>0</green> |
|
513 <blue>0</blue> |
|
514 </color> |
|
515 </brush> |
|
516 </colorrole> |
|
517 <colorrole role="Button"> |
|
518 <brush brushstyle="SolidPattern"> |
|
519 <color alpha="63"> |
|
520 <red>0</red> |
|
521 <green>0</green> |
|
522 <blue>170</blue> |
|
523 </color> |
|
524 </brush> |
|
525 </colorrole> |
|
526 <colorrole role="Light"> |
|
527 <brush brushstyle="SolidPattern"> |
|
528 <color alpha="63"> |
|
529 <red>0</red> |
|
530 <green>0</green> |
|
531 <blue>255</blue> |
|
532 </color> |
|
533 </brush> |
|
534 </colorrole> |
|
535 <colorrole role="Midlight"> |
|
536 <brush brushstyle="SolidPattern"> |
|
537 <color alpha="63"> |
|
538 <red>0</red> |
|
539 <green>0</green> |
|
540 <blue>212</blue> |
|
541 </color> |
|
542 </brush> |
|
543 </colorrole> |
|
544 <colorrole role="Dark"> |
|
545 <brush brushstyle="SolidPattern"> |
|
546 <color alpha="63"> |
|
547 <red>0</red> |
|
548 <green>0</green> |
|
549 <blue>85</blue> |
|
550 </color> |
|
551 </brush> |
|
552 </colorrole> |
|
553 <colorrole role="Mid"> |
|
554 <brush brushstyle="SolidPattern"> |
|
555 <color alpha="63"> |
|
556 <red>0</red> |
|
557 <green>0</green> |
|
558 <blue>113</blue> |
|
559 </color> |
|
560 </brush> |
|
561 </colorrole> |
|
562 <colorrole role="Text"> |
|
563 <brush brushstyle="SolidPattern"> |
|
564 <color alpha="255"> |
|
565 <red>0</red> |
|
566 <green>0</green> |
|
567 <blue>0</blue> |
|
568 </color> |
|
569 </brush> |
|
570 </colorrole> |
|
571 <colorrole role="BrightText"> |
|
572 <brush brushstyle="SolidPattern"> |
|
573 <color alpha="255"> |
|
574 <red>255</red> |
|
575 <green>255</green> |
|
576 <blue>255</blue> |
|
577 </color> |
|
578 </brush> |
|
579 </colorrole> |
|
580 <colorrole role="ButtonText"> |
|
581 <brush brushstyle="SolidPattern"> |
|
582 <color alpha="255"> |
|
583 <red>0</red> |
|
584 <green>0</green> |
|
585 <blue>0</blue> |
|
586 </color> |
|
587 </brush> |
|
588 </colorrole> |
|
589 <colorrole role="Base"> |
|
590 <brush brushstyle="SolidPattern"> |
|
591 <color alpha="255"> |
|
592 <red>255</red> |
|
593 <green>255</green> |
|
594 <blue>255</blue> |
|
595 </color> |
|
596 </brush> |
|
597 </colorrole> |
|
598 <colorrole role="Window"> |
|
599 <brush brushstyle="SolidPattern"> |
|
600 <color alpha="63"> |
|
601 <red>0</red> |
|
602 <green>0</green> |
|
603 <blue>170</blue> |
|
604 </color> |
|
605 </brush> |
|
606 </colorrole> |
|
607 <colorrole role="Shadow"> |
|
608 <brush brushstyle="SolidPattern"> |
|
609 <color alpha="255"> |
|
610 <red>0</red> |
|
611 <green>0</green> |
|
612 <blue>0</blue> |
|
613 </color> |
|
614 </brush> |
|
615 </colorrole> |
|
616 <colorrole role="AlternateBase"> |
|
617 <brush brushstyle="SolidPattern"> |
|
618 <color alpha="159"> |
|
619 <red>127</red> |
|
620 <green>127</green> |
|
621 <blue>212</blue> |
|
622 </color> |
|
623 </brush> |
|
624 </colorrole> |
|
625 <colorrole role="ToolTipBase"> |
|
626 <brush brushstyle="SolidPattern"> |
|
627 <color alpha="255"> |
|
628 <red>255</red> |
|
629 <green>255</green> |
|
630 <blue>220</blue> |
|
631 </color> |
|
632 </brush> |
|
633 </colorrole> |
|
634 <colorrole role="ToolTipText"> |
|
635 <brush brushstyle="SolidPattern"> |
|
636 <color alpha="255"> |
|
637 <red>0</red> |
|
638 <green>0</green> |
|
639 <blue>0</blue> |
|
640 </color> |
|
641 </brush> |
|
642 </colorrole> |
|
643 </active> |
|
644 <inactive> |
|
645 <colorrole role="WindowText"> |
|
646 <brush brushstyle="SolidPattern"> |
|
647 <color alpha="255"> |
|
648 <red>0</red> |
|
649 <green>0</green> |
|
650 <blue>0</blue> |
|
651 </color> |
|
652 </brush> |
|
653 </colorrole> |
|
654 <colorrole role="Button"> |
|
655 <brush brushstyle="SolidPattern"> |
|
656 <color alpha="63"> |
|
657 <red>0</red> |
|
658 <green>0</green> |
|
659 <blue>170</blue> |
|
660 </color> |
|
661 </brush> |
|
662 </colorrole> |
|
663 <colorrole role="Light"> |
|
664 <brush brushstyle="SolidPattern"> |
|
665 <color alpha="63"> |
|
666 <red>0</red> |
|
667 <green>0</green> |
|
668 <blue>255</blue> |
|
669 </color> |
|
670 </brush> |
|
671 </colorrole> |
|
672 <colorrole role="Midlight"> |
|
673 <brush brushstyle="SolidPattern"> |
|
674 <color alpha="63"> |
|
675 <red>0</red> |
|
676 <green>0</green> |
|
677 <blue>212</blue> |
|
678 </color> |
|
679 </brush> |
|
680 </colorrole> |
|
681 <colorrole role="Dark"> |
|
682 <brush brushstyle="SolidPattern"> |
|
683 <color alpha="63"> |
|
684 <red>0</red> |
|
685 <green>0</green> |
|
686 <blue>85</blue> |
|
687 </color> |
|
688 </brush> |
|
689 </colorrole> |
|
690 <colorrole role="Mid"> |
|
691 <brush brushstyle="SolidPattern"> |
|
692 <color alpha="63"> |
|
693 <red>0</red> |
|
694 <green>0</green> |
|
695 <blue>113</blue> |
|
696 </color> |
|
697 </brush> |
|
698 </colorrole> |
|
699 <colorrole role="Text"> |
|
700 <brush brushstyle="SolidPattern"> |
|
701 <color alpha="255"> |
|
702 <red>0</red> |
|
703 <green>0</green> |
|
704 <blue>0</blue> |
|
705 </color> |
|
706 </brush> |
|
707 </colorrole> |
|
708 <colorrole role="BrightText"> |
|
709 <brush brushstyle="SolidPattern"> |
|
710 <color alpha="255"> |
|
711 <red>255</red> |
|
712 <green>255</green> |
|
713 <blue>255</blue> |
|
714 </color> |
|
715 </brush> |
|
716 </colorrole> |
|
717 <colorrole role="ButtonText"> |
|
718 <brush brushstyle="SolidPattern"> |
|
719 <color alpha="255"> |
|
720 <red>0</red> |
|
721 <green>0</green> |
|
722 <blue>0</blue> |
|
723 </color> |
|
724 </brush> |
|
725 </colorrole> |
|
726 <colorrole role="Base"> |
|
727 <brush brushstyle="SolidPattern"> |
|
728 <color alpha="255"> |
|
729 <red>255</red> |
|
730 <green>255</green> |
|
731 <blue>255</blue> |
|
732 </color> |
|
733 </brush> |
|
734 </colorrole> |
|
735 <colorrole role="Window"> |
|
736 <brush brushstyle="SolidPattern"> |
|
737 <color alpha="63"> |
|
738 <red>0</red> |
|
739 <green>0</green> |
|
740 <blue>170</blue> |
|
741 </color> |
|
742 </brush> |
|
743 </colorrole> |
|
744 <colorrole role="Shadow"> |
|
745 <brush brushstyle="SolidPattern"> |
|
746 <color alpha="255"> |
|
747 <red>0</red> |
|
748 <green>0</green> |
|
749 <blue>0</blue> |
|
750 </color> |
|
751 </brush> |
|
752 </colorrole> |
|
753 <colorrole role="AlternateBase"> |
|
754 <brush brushstyle="SolidPattern"> |
|
755 <color alpha="159"> |
|
756 <red>127</red> |
|
757 <green>127</green> |
|
758 <blue>212</blue> |
|
759 </color> |
|
760 </brush> |
|
761 </colorrole> |
|
762 <colorrole role="ToolTipBase"> |
|
763 <brush brushstyle="SolidPattern"> |
|
764 <color alpha="255"> |
|
765 <red>255</red> |
|
766 <green>255</green> |
|
767 <blue>220</blue> |
|
768 </color> |
|
769 </brush> |
|
770 </colorrole> |
|
771 <colorrole role="ToolTipText"> |
|
772 <brush brushstyle="SolidPattern"> |
|
773 <color alpha="255"> |
|
774 <red>0</red> |
|
775 <green>0</green> |
|
776 <blue>0</blue> |
|
777 </color> |
|
778 </brush> |
|
779 </colorrole> |
|
780 </inactive> |
|
781 <disabled> |
|
782 <colorrole role="WindowText"> |
|
783 <brush brushstyle="SolidPattern"> |
|
784 <color alpha="63"> |
|
785 <red>0</red> |
|
786 <green>0</green> |
|
787 <blue>85</blue> |
|
788 </color> |
|
789 </brush> |
|
790 </colorrole> |
|
791 <colorrole role="Button"> |
|
792 <brush brushstyle="SolidPattern"> |
|
793 <color alpha="63"> |
|
794 <red>0</red> |
|
795 <green>0</green> |
|
796 <blue>170</blue> |
|
797 </color> |
|
798 </brush> |
|
799 </colorrole> |
|
800 <colorrole role="Light"> |
|
801 <brush brushstyle="SolidPattern"> |
|
802 <color alpha="63"> |
|
803 <red>0</red> |
|
804 <green>0</green> |
|
805 <blue>255</blue> |
|
806 </color> |
|
807 </brush> |
|
808 </colorrole> |
|
809 <colorrole role="Midlight"> |
|
810 <brush brushstyle="SolidPattern"> |
|
811 <color alpha="63"> |
|
812 <red>0</red> |
|
813 <green>0</green> |
|
814 <blue>212</blue> |
|
815 </color> |
|
816 </brush> |
|
817 </colorrole> |
|
818 <colorrole role="Dark"> |
|
819 <brush brushstyle="SolidPattern"> |
|
820 <color alpha="63"> |
|
821 <red>0</red> |
|
822 <green>0</green> |
|
823 <blue>85</blue> |
|
824 </color> |
|
825 </brush> |
|
826 </colorrole> |
|
827 <colorrole role="Mid"> |
|
828 <brush brushstyle="SolidPattern"> |
|
829 <color alpha="63"> |
|
830 <red>0</red> |
|
831 <green>0</green> |
|
832 <blue>113</blue> |
|
833 </color> |
|
834 </brush> |
|
835 </colorrole> |
|
836 <colorrole role="Text"> |
|
837 <brush brushstyle="SolidPattern"> |
|
838 <color alpha="63"> |
|
839 <red>0</red> |
|
840 <green>0</green> |
|
841 <blue>85</blue> |
|
842 </color> |
|
843 </brush> |
|
844 </colorrole> |
|
845 <colorrole role="BrightText"> |
|
846 <brush brushstyle="SolidPattern"> |
|
847 <color alpha="255"> |
|
848 <red>255</red> |
|
849 <green>255</green> |
|
850 <blue>255</blue> |
|
851 </color> |
|
852 </brush> |
|
853 </colorrole> |
|
854 <colorrole role="ButtonText"> |
|
855 <brush brushstyle="SolidPattern"> |
|
856 <color alpha="63"> |
|
857 <red>0</red> |
|
858 <green>0</green> |
|
859 <blue>85</blue> |
|
860 </color> |
|
861 </brush> |
|
862 </colorrole> |
|
863 <colorrole role="Base"> |
|
864 <brush brushstyle="SolidPattern"> |
|
865 <color alpha="63"> |
|
866 <red>0</red> |
|
867 <green>0</green> |
|
868 <blue>170</blue> |
|
869 </color> |
|
870 </brush> |
|
871 </colorrole> |
|
872 <colorrole role="Window"> |
|
873 <brush brushstyle="SolidPattern"> |
|
874 <color alpha="63"> |
|
875 <red>0</red> |
|
876 <green>0</green> |
|
877 <blue>170</blue> |
|
878 </color> |
|
879 </brush> |
|
880 </colorrole> |
|
881 <colorrole role="Shadow"> |
|
882 <brush brushstyle="SolidPattern"> |
|
883 <color alpha="255"> |
|
884 <red>0</red> |
|
885 <green>0</green> |
|
886 <blue>0</blue> |
|
887 </color> |
|
888 </brush> |
|
889 </colorrole> |
|
890 <colorrole role="AlternateBase"> |
|
891 <brush brushstyle="SolidPattern"> |
|
892 <color alpha="63"> |
|
893 <red>0</red> |
|
894 <green>0</green> |
|
895 <blue>170</blue> |
|
896 </color> |
|
897 </brush> |
|
898 </colorrole> |
|
899 <colorrole role="ToolTipBase"> |
|
900 <brush brushstyle="SolidPattern"> |
|
901 <color alpha="255"> |
|
902 <red>255</red> |
|
903 <green>255</green> |
|
904 <blue>220</blue> |
|
905 </color> |
|
906 </brush> |
|
907 </colorrole> |
|
908 <colorrole role="ToolTipText"> |
|
909 <brush brushstyle="SolidPattern"> |
|
910 <color alpha="255"> |
|
911 <red>0</red> |
|
912 <green>0</green> |
|
913 <blue>0</blue> |
|
914 </color> |
|
915 </brush> |
|
916 </colorrole> |
|
917 </disabled> |
|
918 </palette> |
|
919 </property> |
|
920 <property name="autoFillBackground"> |
|
921 <bool>true</bool> |
|
922 </property> |
|
923 </widget> |
|
924 </item> |
|
925 <item row="1" column="2"> |
|
926 <spacer name="horizontalSpacer_2"> |
|
927 <property name="orientation"> |
|
928 <enum>Qt::Horizontal</enum> |
|
929 </property> |
|
930 <property name="sizeHint" stdset="0"> |
|
931 <size> |
|
932 <width>0</width> |
|
933 <height>0</height> |
|
934 </size> |
|
935 </property> |
|
936 </spacer> |
|
937 </item> |
|
938 <item row="2" column="1"> |
|
939 <spacer name="verticalSpacer"> |
|
940 <property name="orientation"> |
|
941 <enum>Qt::Vertical</enum> |
|
942 </property> |
|
943 <property name="sizeHint" stdset="0"> |
|
944 <size> |
|
945 <width>0</width> |
|
946 <height>0</height> |
|
947 </size> |
|
948 </property> |
|
949 </spacer> |
|
950 </item> |
|
951 <item row="0" column="1"> |
|
952 <spacer name="verticalSpacer_3"> |
|
953 <property name="orientation"> |
|
954 <enum>Qt::Vertical</enum> |
|
955 </property> |
|
956 <property name="sizeHint" stdset="0"> |
|
957 <size> |
|
958 <width>0</width> |
|
959 <height>0</height> |
|
960 </size> |
|
961 </property> |
|
962 </spacer> |
|
963 </item> |
|
964 </layout> |
|
965 </widget> |
|
966 </item> |
|
967 <item> |
|
968 <widget class="TouchWidget" name="redWidget" native="true"> |
|
969 <property name="sizePolicy"> |
|
970 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
971 <horstretch>0</horstretch> |
|
972 <verstretch>0</verstretch> |
|
973 </sizepolicy> |
|
974 </property> |
|
975 <property name="palette"> |
|
976 <palette> |
|
977 <active> |
|
978 <colorrole role="WindowText"> |
|
979 <brush brushstyle="SolidPattern"> |
|
980 <color alpha="255"> |
|
981 <red>0</red> |
|
982 <green>0</green> |
|
983 <blue>0</blue> |
|
984 </color> |
|
985 </brush> |
|
986 </colorrole> |
|
987 <colorrole role="Button"> |
|
988 <brush brushstyle="SolidPattern"> |
|
989 <color alpha="63"> |
|
990 <red>170</red> |
|
991 <green>0</green> |
|
992 <blue>0</blue> |
|
993 </color> |
|
994 </brush> |
|
995 </colorrole> |
|
996 <colorrole role="Light"> |
|
997 <brush brushstyle="SolidPattern"> |
|
998 <color alpha="63"> |
|
999 <red>255</red> |
|
1000 <green>0</green> |
|
1001 <blue>0</blue> |
|
1002 </color> |
|
1003 </brush> |
|
1004 </colorrole> |
|
1005 <colorrole role="Midlight"> |
|
1006 <brush brushstyle="SolidPattern"> |
|
1007 <color alpha="63"> |
|
1008 <red>212</red> |
|
1009 <green>0</green> |
|
1010 <blue>0</blue> |
|
1011 </color> |
|
1012 </brush> |
|
1013 </colorrole> |
|
1014 <colorrole role="Dark"> |
|
1015 <brush brushstyle="SolidPattern"> |
|
1016 <color alpha="63"> |
|
1017 <red>85</red> |
|
1018 <green>0</green> |
|
1019 <blue>0</blue> |
|
1020 </color> |
|
1021 </brush> |
|
1022 </colorrole> |
|
1023 <colorrole role="Mid"> |
|
1024 <brush brushstyle="SolidPattern"> |
|
1025 <color alpha="63"> |
|
1026 <red>113</red> |
|
1027 <green>0</green> |
|
1028 <blue>0</blue> |
|
1029 </color> |
|
1030 </brush> |
|
1031 </colorrole> |
|
1032 <colorrole role="Text"> |
|
1033 <brush brushstyle="SolidPattern"> |
|
1034 <color alpha="255"> |
|
1035 <red>0</red> |
|
1036 <green>0</green> |
|
1037 <blue>0</blue> |
|
1038 </color> |
|
1039 </brush> |
|
1040 </colorrole> |
|
1041 <colorrole role="BrightText"> |
|
1042 <brush brushstyle="SolidPattern"> |
|
1043 <color alpha="255"> |
|
1044 <red>255</red> |
|
1045 <green>255</green> |
|
1046 <blue>255</blue> |
|
1047 </color> |
|
1048 </brush> |
|
1049 </colorrole> |
|
1050 <colorrole role="ButtonText"> |
|
1051 <brush brushstyle="SolidPattern"> |
|
1052 <color alpha="255"> |
|
1053 <red>0</red> |
|
1054 <green>0</green> |
|
1055 <blue>0</blue> |
|
1056 </color> |
|
1057 </brush> |
|
1058 </colorrole> |
|
1059 <colorrole role="Base"> |
|
1060 <brush brushstyle="SolidPattern"> |
|
1061 <color alpha="255"> |
|
1062 <red>255</red> |
|
1063 <green>255</green> |
|
1064 <blue>255</blue> |
|
1065 </color> |
|
1066 </brush> |
|
1067 </colorrole> |
|
1068 <colorrole role="Window"> |
|
1069 <brush brushstyle="SolidPattern"> |
|
1070 <color alpha="63"> |
|
1071 <red>170</red> |
|
1072 <green>0</green> |
|
1073 <blue>0</blue> |
|
1074 </color> |
|
1075 </brush> |
|
1076 </colorrole> |
|
1077 <colorrole role="Shadow"> |
|
1078 <brush brushstyle="SolidPattern"> |
|
1079 <color alpha="255"> |
|
1080 <red>0</red> |
|
1081 <green>0</green> |
|
1082 <blue>0</blue> |
|
1083 </color> |
|
1084 </brush> |
|
1085 </colorrole> |
|
1086 <colorrole role="AlternateBase"> |
|
1087 <brush brushstyle="SolidPattern"> |
|
1088 <color alpha="159"> |
|
1089 <red>212</red> |
|
1090 <green>127</green> |
|
1091 <blue>127</blue> |
|
1092 </color> |
|
1093 </brush> |
|
1094 </colorrole> |
|
1095 <colorrole role="ToolTipBase"> |
|
1096 <brush brushstyle="SolidPattern"> |
|
1097 <color alpha="255"> |
|
1098 <red>255</red> |
|
1099 <green>255</green> |
|
1100 <blue>220</blue> |
|
1101 </color> |
|
1102 </brush> |
|
1103 </colorrole> |
|
1104 <colorrole role="ToolTipText"> |
|
1105 <brush brushstyle="SolidPattern"> |
|
1106 <color alpha="255"> |
|
1107 <red>0</red> |
|
1108 <green>0</green> |
|
1109 <blue>0</blue> |
|
1110 </color> |
|
1111 </brush> |
|
1112 </colorrole> |
|
1113 </active> |
|
1114 <inactive> |
|
1115 <colorrole role="WindowText"> |
|
1116 <brush brushstyle="SolidPattern"> |
|
1117 <color alpha="255"> |
|
1118 <red>0</red> |
|
1119 <green>0</green> |
|
1120 <blue>0</blue> |
|
1121 </color> |
|
1122 </brush> |
|
1123 </colorrole> |
|
1124 <colorrole role="Button"> |
|
1125 <brush brushstyle="SolidPattern"> |
|
1126 <color alpha="63"> |
|
1127 <red>170</red> |
|
1128 <green>0</green> |
|
1129 <blue>0</blue> |
|
1130 </color> |
|
1131 </brush> |
|
1132 </colorrole> |
|
1133 <colorrole role="Light"> |
|
1134 <brush brushstyle="SolidPattern"> |
|
1135 <color alpha="63"> |
|
1136 <red>255</red> |
|
1137 <green>0</green> |
|
1138 <blue>0</blue> |
|
1139 </color> |
|
1140 </brush> |
|
1141 </colorrole> |
|
1142 <colorrole role="Midlight"> |
|
1143 <brush brushstyle="SolidPattern"> |
|
1144 <color alpha="63"> |
|
1145 <red>212</red> |
|
1146 <green>0</green> |
|
1147 <blue>0</blue> |
|
1148 </color> |
|
1149 </brush> |
|
1150 </colorrole> |
|
1151 <colorrole role="Dark"> |
|
1152 <brush brushstyle="SolidPattern"> |
|
1153 <color alpha="63"> |
|
1154 <red>85</red> |
|
1155 <green>0</green> |
|
1156 <blue>0</blue> |
|
1157 </color> |
|
1158 </brush> |
|
1159 </colorrole> |
|
1160 <colorrole role="Mid"> |
|
1161 <brush brushstyle="SolidPattern"> |
|
1162 <color alpha="63"> |
|
1163 <red>113</red> |
|
1164 <green>0</green> |
|
1165 <blue>0</blue> |
|
1166 </color> |
|
1167 </brush> |
|
1168 </colorrole> |
|
1169 <colorrole role="Text"> |
|
1170 <brush brushstyle="SolidPattern"> |
|
1171 <color alpha="255"> |
|
1172 <red>0</red> |
|
1173 <green>0</green> |
|
1174 <blue>0</blue> |
|
1175 </color> |
|
1176 </brush> |
|
1177 </colorrole> |
|
1178 <colorrole role="BrightText"> |
|
1179 <brush brushstyle="SolidPattern"> |
|
1180 <color alpha="255"> |
|
1181 <red>255</red> |
|
1182 <green>255</green> |
|
1183 <blue>255</blue> |
|
1184 </color> |
|
1185 </brush> |
|
1186 </colorrole> |
|
1187 <colorrole role="ButtonText"> |
|
1188 <brush brushstyle="SolidPattern"> |
|
1189 <color alpha="255"> |
|
1190 <red>0</red> |
|
1191 <green>0</green> |
|
1192 <blue>0</blue> |
|
1193 </color> |
|
1194 </brush> |
|
1195 </colorrole> |
|
1196 <colorrole role="Base"> |
|
1197 <brush brushstyle="SolidPattern"> |
|
1198 <color alpha="255"> |
|
1199 <red>255</red> |
|
1200 <green>255</green> |
|
1201 <blue>255</blue> |
|
1202 </color> |
|
1203 </brush> |
|
1204 </colorrole> |
|
1205 <colorrole role="Window"> |
|
1206 <brush brushstyle="SolidPattern"> |
|
1207 <color alpha="63"> |
|
1208 <red>170</red> |
|
1209 <green>0</green> |
|
1210 <blue>0</blue> |
|
1211 </color> |
|
1212 </brush> |
|
1213 </colorrole> |
|
1214 <colorrole role="Shadow"> |
|
1215 <brush brushstyle="SolidPattern"> |
|
1216 <color alpha="255"> |
|
1217 <red>0</red> |
|
1218 <green>0</green> |
|
1219 <blue>0</blue> |
|
1220 </color> |
|
1221 </brush> |
|
1222 </colorrole> |
|
1223 <colorrole role="AlternateBase"> |
|
1224 <brush brushstyle="SolidPattern"> |
|
1225 <color alpha="159"> |
|
1226 <red>212</red> |
|
1227 <green>127</green> |
|
1228 <blue>127</blue> |
|
1229 </color> |
|
1230 </brush> |
|
1231 </colorrole> |
|
1232 <colorrole role="ToolTipBase"> |
|
1233 <brush brushstyle="SolidPattern"> |
|
1234 <color alpha="255"> |
|
1235 <red>255</red> |
|
1236 <green>255</green> |
|
1237 <blue>220</blue> |
|
1238 </color> |
|
1239 </brush> |
|
1240 </colorrole> |
|
1241 <colorrole role="ToolTipText"> |
|
1242 <brush brushstyle="SolidPattern"> |
|
1243 <color alpha="255"> |
|
1244 <red>0</red> |
|
1245 <green>0</green> |
|
1246 <blue>0</blue> |
|
1247 </color> |
|
1248 </brush> |
|
1249 </colorrole> |
|
1250 </inactive> |
|
1251 <disabled> |
|
1252 <colorrole role="WindowText"> |
|
1253 <brush brushstyle="SolidPattern"> |
|
1254 <color alpha="63"> |
|
1255 <red>85</red> |
|
1256 <green>0</green> |
|
1257 <blue>0</blue> |
|
1258 </color> |
|
1259 </brush> |
|
1260 </colorrole> |
|
1261 <colorrole role="Button"> |
|
1262 <brush brushstyle="SolidPattern"> |
|
1263 <color alpha="63"> |
|
1264 <red>170</red> |
|
1265 <green>0</green> |
|
1266 <blue>0</blue> |
|
1267 </color> |
|
1268 </brush> |
|
1269 </colorrole> |
|
1270 <colorrole role="Light"> |
|
1271 <brush brushstyle="SolidPattern"> |
|
1272 <color alpha="63"> |
|
1273 <red>255</red> |
|
1274 <green>0</green> |
|
1275 <blue>0</blue> |
|
1276 </color> |
|
1277 </brush> |
|
1278 </colorrole> |
|
1279 <colorrole role="Midlight"> |
|
1280 <brush brushstyle="SolidPattern"> |
|
1281 <color alpha="63"> |
|
1282 <red>212</red> |
|
1283 <green>0</green> |
|
1284 <blue>0</blue> |
|
1285 </color> |
|
1286 </brush> |
|
1287 </colorrole> |
|
1288 <colorrole role="Dark"> |
|
1289 <brush brushstyle="SolidPattern"> |
|
1290 <color alpha="63"> |
|
1291 <red>85</red> |
|
1292 <green>0</green> |
|
1293 <blue>0</blue> |
|
1294 </color> |
|
1295 </brush> |
|
1296 </colorrole> |
|
1297 <colorrole role="Mid"> |
|
1298 <brush brushstyle="SolidPattern"> |
|
1299 <color alpha="63"> |
|
1300 <red>113</red> |
|
1301 <green>0</green> |
|
1302 <blue>0</blue> |
|
1303 </color> |
|
1304 </brush> |
|
1305 </colorrole> |
|
1306 <colorrole role="Text"> |
|
1307 <brush brushstyle="SolidPattern"> |
|
1308 <color alpha="63"> |
|
1309 <red>85</red> |
|
1310 <green>0</green> |
|
1311 <blue>0</blue> |
|
1312 </color> |
|
1313 </brush> |
|
1314 </colorrole> |
|
1315 <colorrole role="BrightText"> |
|
1316 <brush brushstyle="SolidPattern"> |
|
1317 <color alpha="255"> |
|
1318 <red>255</red> |
|
1319 <green>255</green> |
|
1320 <blue>255</blue> |
|
1321 </color> |
|
1322 </brush> |
|
1323 </colorrole> |
|
1324 <colorrole role="ButtonText"> |
|
1325 <brush brushstyle="SolidPattern"> |
|
1326 <color alpha="63"> |
|
1327 <red>85</red> |
|
1328 <green>0</green> |
|
1329 <blue>0</blue> |
|
1330 </color> |
|
1331 </brush> |
|
1332 </colorrole> |
|
1333 <colorrole role="Base"> |
|
1334 <brush brushstyle="SolidPattern"> |
|
1335 <color alpha="63"> |
|
1336 <red>170</red> |
|
1337 <green>0</green> |
|
1338 <blue>0</blue> |
|
1339 </color> |
|
1340 </brush> |
|
1341 </colorrole> |
|
1342 <colorrole role="Window"> |
|
1343 <brush brushstyle="SolidPattern"> |
|
1344 <color alpha="63"> |
|
1345 <red>170</red> |
|
1346 <green>0</green> |
|
1347 <blue>0</blue> |
|
1348 </color> |
|
1349 </brush> |
|
1350 </colorrole> |
|
1351 <colorrole role="Shadow"> |
|
1352 <brush brushstyle="SolidPattern"> |
|
1353 <color alpha="255"> |
|
1354 <red>0</red> |
|
1355 <green>0</green> |
|
1356 <blue>0</blue> |
|
1357 </color> |
|
1358 </brush> |
|
1359 </colorrole> |
|
1360 <colorrole role="AlternateBase"> |
|
1361 <brush brushstyle="SolidPattern"> |
|
1362 <color alpha="63"> |
|
1363 <red>170</red> |
|
1364 <green>0</green> |
|
1365 <blue>0</blue> |
|
1366 </color> |
|
1367 </brush> |
|
1368 </colorrole> |
|
1369 <colorrole role="ToolTipBase"> |
|
1370 <brush brushstyle="SolidPattern"> |
|
1371 <color alpha="255"> |
|
1372 <red>255</red> |
|
1373 <green>255</green> |
|
1374 <blue>220</blue> |
|
1375 </color> |
|
1376 </brush> |
|
1377 </colorrole> |
|
1378 <colorrole role="ToolTipText"> |
|
1379 <brush brushstyle="SolidPattern"> |
|
1380 <color alpha="255"> |
|
1381 <red>0</red> |
|
1382 <green>0</green> |
|
1383 <blue>0</blue> |
|
1384 </color> |
|
1385 </brush> |
|
1386 </colorrole> |
|
1387 </disabled> |
|
1388 </palette> |
|
1389 </property> |
|
1390 <property name="autoFillBackground"> |
|
1391 <bool>true</bool> |
|
1392 </property> |
|
1393 <layout class="QGridLayout" name="gridLayout_2"> |
|
1394 <item row="0" column="1"> |
|
1395 <spacer name="verticalSpacer_4"> |
|
1396 <property name="orientation"> |
|
1397 <enum>Qt::Vertical</enum> |
|
1398 </property> |
|
1399 <property name="sizeHint" stdset="0"> |
|
1400 <size> |
|
1401 <width>0</width> |
|
1402 <height>0</height> |
|
1403 </size> |
|
1404 </property> |
|
1405 </spacer> |
|
1406 </item> |
|
1407 <item row="1" column="0"> |
|
1408 <spacer name="horizontalSpacer"> |
|
1409 <property name="orientation"> |
|
1410 <enum>Qt::Horizontal</enum> |
|
1411 </property> |
|
1412 <property name="sizeHint" stdset="0"> |
|
1413 <size> |
|
1414 <width>0</width> |
|
1415 <height>0</height> |
|
1416 </size> |
|
1417 </property> |
|
1418 </spacer> |
|
1419 </item> |
|
1420 <item row="1" column="1"> |
|
1421 <widget class="TouchWidget" name="greyWidget" native="true"> |
|
1422 <property name="sizePolicy"> |
|
1423 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
1424 <horstretch>0</horstretch> |
|
1425 <verstretch>0</verstretch> |
|
1426 </sizepolicy> |
|
1427 </property> |
|
1428 <property name="minimumSize"> |
|
1429 <size> |
|
1430 <width>180</width> |
|
1431 <height>120</height> |
|
1432 </size> |
|
1433 </property> |
|
1434 <property name="palette"> |
|
1435 <palette> |
|
1436 <active> |
|
1437 <colorrole role="WindowText"> |
|
1438 <brush brushstyle="SolidPattern"> |
|
1439 <color alpha="255"> |
|
1440 <red>255</red> |
|
1441 <green>255</green> |
|
1442 <blue>255</blue> |
|
1443 </color> |
|
1444 </brush> |
|
1445 </colorrole> |
|
1446 <colorrole role="Button"> |
|
1447 <brush brushstyle="SolidPattern"> |
|
1448 <color alpha="63"> |
|
1449 <red>0</red> |
|
1450 <green>0</green> |
|
1451 <blue>0</blue> |
|
1452 </color> |
|
1453 </brush> |
|
1454 </colorrole> |
|
1455 <colorrole role="Light"> |
|
1456 <brush brushstyle="SolidPattern"> |
|
1457 <color alpha="63"> |
|
1458 <red>0</red> |
|
1459 <green>0</green> |
|
1460 <blue>0</blue> |
|
1461 </color> |
|
1462 </brush> |
|
1463 </colorrole> |
|
1464 <colorrole role="Midlight"> |
|
1465 <brush brushstyle="SolidPattern"> |
|
1466 <color alpha="63"> |
|
1467 <red>0</red> |
|
1468 <green>0</green> |
|
1469 <blue>0</blue> |
|
1470 </color> |
|
1471 </brush> |
|
1472 </colorrole> |
|
1473 <colorrole role="Dark"> |
|
1474 <brush brushstyle="SolidPattern"> |
|
1475 <color alpha="63"> |
|
1476 <red>0</red> |
|
1477 <green>0</green> |
|
1478 <blue>0</blue> |
|
1479 </color> |
|
1480 </brush> |
|
1481 </colorrole> |
|
1482 <colorrole role="Mid"> |
|
1483 <brush brushstyle="SolidPattern"> |
|
1484 <color alpha="63"> |
|
1485 <red>0</red> |
|
1486 <green>0</green> |
|
1487 <blue>0</blue> |
|
1488 </color> |
|
1489 </brush> |
|
1490 </colorrole> |
|
1491 <colorrole role="Text"> |
|
1492 <brush brushstyle="SolidPattern"> |
|
1493 <color alpha="255"> |
|
1494 <red>255</red> |
|
1495 <green>255</green> |
|
1496 <blue>255</blue> |
|
1497 </color> |
|
1498 </brush> |
|
1499 </colorrole> |
|
1500 <colorrole role="BrightText"> |
|
1501 <brush brushstyle="SolidPattern"> |
|
1502 <color alpha="255"> |
|
1503 <red>255</red> |
|
1504 <green>255</green> |
|
1505 <blue>255</blue> |
|
1506 </color> |
|
1507 </brush> |
|
1508 </colorrole> |
|
1509 <colorrole role="ButtonText"> |
|
1510 <brush brushstyle="SolidPattern"> |
|
1511 <color alpha="255"> |
|
1512 <red>255</red> |
|
1513 <green>255</green> |
|
1514 <blue>255</blue> |
|
1515 </color> |
|
1516 </brush> |
|
1517 </colorrole> |
|
1518 <colorrole role="Base"> |
|
1519 <brush brushstyle="SolidPattern"> |
|
1520 <color alpha="255"> |
|
1521 <red>0</red> |
|
1522 <green>0</green> |
|
1523 <blue>0</blue> |
|
1524 </color> |
|
1525 </brush> |
|
1526 </colorrole> |
|
1527 <colorrole role="Window"> |
|
1528 <brush brushstyle="SolidPattern"> |
|
1529 <color alpha="63"> |
|
1530 <red>0</red> |
|
1531 <green>0</green> |
|
1532 <blue>0</blue> |
|
1533 </color> |
|
1534 </brush> |
|
1535 </colorrole> |
|
1536 <colorrole role="Shadow"> |
|
1537 <brush brushstyle="SolidPattern"> |
|
1538 <color alpha="255"> |
|
1539 <red>0</red> |
|
1540 <green>0</green> |
|
1541 <blue>0</blue> |
|
1542 </color> |
|
1543 </brush> |
|
1544 </colorrole> |
|
1545 <colorrole role="AlternateBase"> |
|
1546 <brush brushstyle="SolidPattern"> |
|
1547 <color alpha="159"> |
|
1548 <red>0</red> |
|
1549 <green>0</green> |
|
1550 <blue>0</blue> |
|
1551 </color> |
|
1552 </brush> |
|
1553 </colorrole> |
|
1554 <colorrole role="ToolTipBase"> |
|
1555 <brush brushstyle="SolidPattern"> |
|
1556 <color alpha="255"> |
|
1557 <red>255</red> |
|
1558 <green>255</green> |
|
1559 <blue>220</blue> |
|
1560 </color> |
|
1561 </brush> |
|
1562 </colorrole> |
|
1563 <colorrole role="ToolTipText"> |
|
1564 <brush brushstyle="SolidPattern"> |
|
1565 <color alpha="255"> |
|
1566 <red>0</red> |
|
1567 <green>0</green> |
|
1568 <blue>0</blue> |
|
1569 </color> |
|
1570 </brush> |
|
1571 </colorrole> |
|
1572 </active> |
|
1573 <inactive> |
|
1574 <colorrole role="WindowText"> |
|
1575 <brush brushstyle="SolidPattern"> |
|
1576 <color alpha="255"> |
|
1577 <red>255</red> |
|
1578 <green>255</green> |
|
1579 <blue>255</blue> |
|
1580 </color> |
|
1581 </brush> |
|
1582 </colorrole> |
|
1583 <colorrole role="Button"> |
|
1584 <brush brushstyle="SolidPattern"> |
|
1585 <color alpha="63"> |
|
1586 <red>0</red> |
|
1587 <green>0</green> |
|
1588 <blue>0</blue> |
|
1589 </color> |
|
1590 </brush> |
|
1591 </colorrole> |
|
1592 <colorrole role="Light"> |
|
1593 <brush brushstyle="SolidPattern"> |
|
1594 <color alpha="63"> |
|
1595 <red>0</red> |
|
1596 <green>0</green> |
|
1597 <blue>0</blue> |
|
1598 </color> |
|
1599 </brush> |
|
1600 </colorrole> |
|
1601 <colorrole role="Midlight"> |
|
1602 <brush brushstyle="SolidPattern"> |
|
1603 <color alpha="63"> |
|
1604 <red>0</red> |
|
1605 <green>0</green> |
|
1606 <blue>0</blue> |
|
1607 </color> |
|
1608 </brush> |
|
1609 </colorrole> |
|
1610 <colorrole role="Dark"> |
|
1611 <brush brushstyle="SolidPattern"> |
|
1612 <color alpha="63"> |
|
1613 <red>0</red> |
|
1614 <green>0</green> |
|
1615 <blue>0</blue> |
|
1616 </color> |
|
1617 </brush> |
|
1618 </colorrole> |
|
1619 <colorrole role="Mid"> |
|
1620 <brush brushstyle="SolidPattern"> |
|
1621 <color alpha="63"> |
|
1622 <red>0</red> |
|
1623 <green>0</green> |
|
1624 <blue>0</blue> |
|
1625 </color> |
|
1626 </brush> |
|
1627 </colorrole> |
|
1628 <colorrole role="Text"> |
|
1629 <brush brushstyle="SolidPattern"> |
|
1630 <color alpha="255"> |
|
1631 <red>255</red> |
|
1632 <green>255</green> |
|
1633 <blue>255</blue> |
|
1634 </color> |
|
1635 </brush> |
|
1636 </colorrole> |
|
1637 <colorrole role="BrightText"> |
|
1638 <brush brushstyle="SolidPattern"> |
|
1639 <color alpha="255"> |
|
1640 <red>255</red> |
|
1641 <green>255</green> |
|
1642 <blue>255</blue> |
|
1643 </color> |
|
1644 </brush> |
|
1645 </colorrole> |
|
1646 <colorrole role="ButtonText"> |
|
1647 <brush brushstyle="SolidPattern"> |
|
1648 <color alpha="255"> |
|
1649 <red>255</red> |
|
1650 <green>255</green> |
|
1651 <blue>255</blue> |
|
1652 </color> |
|
1653 </brush> |
|
1654 </colorrole> |
|
1655 <colorrole role="Base"> |
|
1656 <brush brushstyle="SolidPattern"> |
|
1657 <color alpha="255"> |
|
1658 <red>0</red> |
|
1659 <green>0</green> |
|
1660 <blue>0</blue> |
|
1661 </color> |
|
1662 </brush> |
|
1663 </colorrole> |
|
1664 <colorrole role="Window"> |
|
1665 <brush brushstyle="SolidPattern"> |
|
1666 <color alpha="63"> |
|
1667 <red>0</red> |
|
1668 <green>0</green> |
|
1669 <blue>0</blue> |
|
1670 </color> |
|
1671 </brush> |
|
1672 </colorrole> |
|
1673 <colorrole role="Shadow"> |
|
1674 <brush brushstyle="SolidPattern"> |
|
1675 <color alpha="255"> |
|
1676 <red>0</red> |
|
1677 <green>0</green> |
|
1678 <blue>0</blue> |
|
1679 </color> |
|
1680 </brush> |
|
1681 </colorrole> |
|
1682 <colorrole role="AlternateBase"> |
|
1683 <brush brushstyle="SolidPattern"> |
|
1684 <color alpha="159"> |
|
1685 <red>0</red> |
|
1686 <green>0</green> |
|
1687 <blue>0</blue> |
|
1688 </color> |
|
1689 </brush> |
|
1690 </colorrole> |
|
1691 <colorrole role="ToolTipBase"> |
|
1692 <brush brushstyle="SolidPattern"> |
|
1693 <color alpha="255"> |
|
1694 <red>255</red> |
|
1695 <green>255</green> |
|
1696 <blue>220</blue> |
|
1697 </color> |
|
1698 </brush> |
|
1699 </colorrole> |
|
1700 <colorrole role="ToolTipText"> |
|
1701 <brush brushstyle="SolidPattern"> |
|
1702 <color alpha="255"> |
|
1703 <red>0</red> |
|
1704 <green>0</green> |
|
1705 <blue>0</blue> |
|
1706 </color> |
|
1707 </brush> |
|
1708 </colorrole> |
|
1709 </inactive> |
|
1710 <disabled> |
|
1711 <colorrole role="WindowText"> |
|
1712 <brush brushstyle="SolidPattern"> |
|
1713 <color alpha="63"> |
|
1714 <red>0</red> |
|
1715 <green>0</green> |
|
1716 <blue>0</blue> |
|
1717 </color> |
|
1718 </brush> |
|
1719 </colorrole> |
|
1720 <colorrole role="Button"> |
|
1721 <brush brushstyle="SolidPattern"> |
|
1722 <color alpha="63"> |
|
1723 <red>0</red> |
|
1724 <green>0</green> |
|
1725 <blue>0</blue> |
|
1726 </color> |
|
1727 </brush> |
|
1728 </colorrole> |
|
1729 <colorrole role="Light"> |
|
1730 <brush brushstyle="SolidPattern"> |
|
1731 <color alpha="63"> |
|
1732 <red>0</red> |
|
1733 <green>0</green> |
|
1734 <blue>0</blue> |
|
1735 </color> |
|
1736 </brush> |
|
1737 </colorrole> |
|
1738 <colorrole role="Midlight"> |
|
1739 <brush brushstyle="SolidPattern"> |
|
1740 <color alpha="63"> |
|
1741 <red>0</red> |
|
1742 <green>0</green> |
|
1743 <blue>0</blue> |
|
1744 </color> |
|
1745 </brush> |
|
1746 </colorrole> |
|
1747 <colorrole role="Dark"> |
|
1748 <brush brushstyle="SolidPattern"> |
|
1749 <color alpha="63"> |
|
1750 <red>0</red> |
|
1751 <green>0</green> |
|
1752 <blue>0</blue> |
|
1753 </color> |
|
1754 </brush> |
|
1755 </colorrole> |
|
1756 <colorrole role="Mid"> |
|
1757 <brush brushstyle="SolidPattern"> |
|
1758 <color alpha="63"> |
|
1759 <red>0</red> |
|
1760 <green>0</green> |
|
1761 <blue>0</blue> |
|
1762 </color> |
|
1763 </brush> |
|
1764 </colorrole> |
|
1765 <colorrole role="Text"> |
|
1766 <brush brushstyle="SolidPattern"> |
|
1767 <color alpha="63"> |
|
1768 <red>0</red> |
|
1769 <green>0</green> |
|
1770 <blue>0</blue> |
|
1771 </color> |
|
1772 </brush> |
|
1773 </colorrole> |
|
1774 <colorrole role="BrightText"> |
|
1775 <brush brushstyle="SolidPattern"> |
|
1776 <color alpha="255"> |
|
1777 <red>255</red> |
|
1778 <green>255</green> |
|
1779 <blue>255</blue> |
|
1780 </color> |
|
1781 </brush> |
|
1782 </colorrole> |
|
1783 <colorrole role="ButtonText"> |
|
1784 <brush brushstyle="SolidPattern"> |
|
1785 <color alpha="63"> |
|
1786 <red>0</red> |
|
1787 <green>0</green> |
|
1788 <blue>0</blue> |
|
1789 </color> |
|
1790 </brush> |
|
1791 </colorrole> |
|
1792 <colorrole role="Base"> |
|
1793 <brush brushstyle="SolidPattern"> |
|
1794 <color alpha="63"> |
|
1795 <red>0</red> |
|
1796 <green>0</green> |
|
1797 <blue>0</blue> |
|
1798 </color> |
|
1799 </brush> |
|
1800 </colorrole> |
|
1801 <colorrole role="Window"> |
|
1802 <brush brushstyle="SolidPattern"> |
|
1803 <color alpha="63"> |
|
1804 <red>0</red> |
|
1805 <green>0</green> |
|
1806 <blue>0</blue> |
|
1807 </color> |
|
1808 </brush> |
|
1809 </colorrole> |
|
1810 <colorrole role="Shadow"> |
|
1811 <brush brushstyle="SolidPattern"> |
|
1812 <color alpha="255"> |
|
1813 <red>0</red> |
|
1814 <green>0</green> |
|
1815 <blue>0</blue> |
|
1816 </color> |
|
1817 </brush> |
|
1818 </colorrole> |
|
1819 <colorrole role="AlternateBase"> |
|
1820 <brush brushstyle="SolidPattern"> |
|
1821 <color alpha="63"> |
|
1822 <red>0</red> |
|
1823 <green>0</green> |
|
1824 <blue>0</blue> |
|
1825 </color> |
|
1826 </brush> |
|
1827 </colorrole> |
|
1828 <colorrole role="ToolTipBase"> |
|
1829 <brush brushstyle="SolidPattern"> |
|
1830 <color alpha="255"> |
|
1831 <red>255</red> |
|
1832 <green>255</green> |
|
1833 <blue>220</blue> |
|
1834 </color> |
|
1835 </brush> |
|
1836 </colorrole> |
|
1837 <colorrole role="ToolTipText"> |
|
1838 <brush brushstyle="SolidPattern"> |
|
1839 <color alpha="255"> |
|
1840 <red>0</red> |
|
1841 <green>0</green> |
|
1842 <blue>0</blue> |
|
1843 </color> |
|
1844 </brush> |
|
1845 </colorrole> |
|
1846 </disabled> |
|
1847 </palette> |
|
1848 </property> |
|
1849 <property name="autoFillBackground"> |
|
1850 <bool>true</bool> |
|
1851 </property> |
|
1852 </widget> |
|
1853 </item> |
|
1854 <item row="1" column="2"> |
|
1855 <spacer name="horizontalSpacer_4"> |
|
1856 <property name="orientation"> |
|
1857 <enum>Qt::Horizontal</enum> |
|
1858 </property> |
|
1859 <property name="sizeHint" stdset="0"> |
|
1860 <size> |
|
1861 <width>0</width> |
|
1862 <height>0</height> |
|
1863 </size> |
|
1864 </property> |
|
1865 </spacer> |
|
1866 </item> |
|
1867 <item row="2" column="1"> |
|
1868 <spacer name="verticalSpacer_2"> |
|
1869 <property name="orientation"> |
|
1870 <enum>Qt::Vertical</enum> |
|
1871 </property> |
|
1872 <property name="sizeHint" stdset="0"> |
|
1873 <size> |
|
1874 <width>0</width> |
|
1875 <height>0</height> |
|
1876 </size> |
|
1877 </property> |
|
1878 </spacer> |
|
1879 </item> |
|
1880 </layout> |
|
1881 </widget> |
|
1882 </item> |
|
1883 </layout> |
|
1884 </item> |
|
1885 </layout> |
|
1886 </widget> |
|
1887 <customwidgets> |
|
1888 <customwidget> |
|
1889 <class>TouchWidget</class> |
|
1890 <extends>QWidget</extends> |
|
1891 <header>touchwidget.h</header> |
|
1892 <container>1</container> |
|
1893 </customwidget> |
|
1894 </customwidgets> |
|
1895 <resources/> |
|
1896 <connections/> |
|
1897 </ui> |