0
|
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>393</width>
|
|
10 |
<height>347</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>Form</string>
|
|
15 |
</property>
|
|
16 |
<property name="styleSheet">
|
|
17 |
<string notr="true">QScrollArea { background:red; }
|
|
18 |
QScrollArea .QWidget { background:transparent; }
|
|
19 |
QScrollArea::corner { background:yellow; }
|
|
20 |
|
|
21 |
|
|
22 |
QScrollBar:horizontal {
|
|
23 |
border: 2px solid green;
|
|
24 |
background: cyan;
|
|
25 |
height: 15px;
|
|
26 |
margin: 0px 40px 0 0px;
|
|
27 |
}
|
|
28 |
|
|
29 |
QScrollBar::handle:horizontal {
|
|
30 |
background: gray;
|
|
31 |
min-width: 20px;
|
|
32 |
}
|
|
33 |
|
|
34 |
QScrollBar::add-line:horizontal {
|
|
35 |
background: blue;
|
|
36 |
width: 16px;
|
|
37 |
subcontrol-position: right;
|
|
38 |
subcontrol-origin: margin;
|
|
39 |
border: 2px solid black;
|
|
40 |
}
|
|
41 |
|
|
42 |
QScrollBar::sub-line:horizontal {
|
|
43 |
background: magenta;
|
|
44 |
width: 16px;
|
|
45 |
subcontrol-position: top right;
|
|
46 |
subcontrol-origin: margin;
|
|
47 |
border: 2px solid black;
|
|
48 |
position: absolute;
|
|
49 |
right: 20px;
|
|
50 |
}
|
|
51 |
|
|
52 |
QScrollBar:left-arrow:horizontal, QScrollBar::right-arrow:horizontal {
|
|
53 |
width: 3px;
|
|
54 |
height: 3px;
|
|
55 |
background: pink;
|
|
56 |
}
|
|
57 |
|
|
58 |
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
|
|
59 |
background: none;
|
|
60 |
}
|
|
61 |
|
|
62 |
|
|
63 |
|
|
64 |
QScrollBar:vertical {
|
|
65 |
border: 2px solid grey;
|
|
66 |
background: #32CC99;
|
|
67 |
width: 15px;
|
|
68 |
margin: 20px 0px 20px 0px;
|
|
69 |
}
|
|
70 |
QScrollBar::handle:vertical {
|
|
71 |
background: white;
|
|
72 |
min-height: 20px;
|
|
73 |
}
|
|
74 |
QScrollBar::add-line:vertical {
|
|
75 |
border: 2px solid grey;
|
|
76 |
background: #32CC99;
|
|
77 |
height: 20px;
|
|
78 |
subcontrol-position: bottom;
|
|
79 |
subcontrol-origin: margin;
|
|
80 |
}
|
|
81 |
|
|
82 |
QScrollBar::sub-line:vertical {
|
|
83 |
border: 2px solid grey;
|
|
84 |
background: #32CC99;
|
|
85 |
height: 20px;
|
|
86 |
subcontrol-position: top;
|
|
87 |
subcontrol-origin: margin;
|
|
88 |
}
|
|
89 |
|
|
90 |
QScrollBar:left-arrow:vertical, QScrollBar::right-arrow:vertical {
|
|
91 |
border: 2px solid grey;
|
|
92 |
width: 3px;
|
|
93 |
height: 3px;
|
|
94 |
background: white;
|
|
95 |
}
|
|
96 |
|
|
97 |
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|
98 |
background: none;
|
|
99 |
}
|
|
100 |
|
|
101 |
|
|
102 |
|
|
103 |
</string>
|
|
104 |
</property>
|
|
105 |
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
106 |
<item>
|
|
107 |
<widget class="QScrollArea" name="scrollArea">
|
|
108 |
<property name="widgetResizable">
|
|
109 |
<bool>true</bool>
|
|
110 |
</property>
|
|
111 |
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
112 |
<property name="geometry">
|
|
113 |
<rect>
|
|
114 |
<x>-60</x>
|
|
115 |
<y>-145</y>
|
|
116 |
<width>554</width>
|
|
117 |
<height>575</height>
|
|
118 |
</rect>
|
|
119 |
</property>
|
|
120 |
<layout class="QGridLayout" name="gridLayout_3">
|
|
121 |
<item row="0" column="0">
|
|
122 |
<widget class="QGroupBox" name="groupBox_4">
|
|
123 |
<property name="title">
|
|
124 |
<string>GroupBox</string>
|
|
125 |
</property>
|
|
126 |
<layout class="QGridLayout" name="gridLayout_4">
|
|
127 |
<item row="0" column="0">
|
|
128 |
<widget class="QRadioButton" name="radioButton_56">
|
|
129 |
<property name="text">
|
|
130 |
<string>RadioButton</string>
|
|
131 |
</property>
|
|
132 |
</widget>
|
|
133 |
</item>
|
|
134 |
<item row="0" column="1">
|
|
135 |
<widget class="QRadioButton" name="radioButton_83">
|
|
136 |
<property name="text">
|
|
137 |
<string>RadioButton</string>
|
|
138 |
</property>
|
|
139 |
</widget>
|
|
140 |
</item>
|
|
141 |
<item row="1" column="0">
|
|
142 |
<widget class="QRadioButton" name="radioButton_82">
|
|
143 |
<property name="text">
|
|
144 |
<string>RadioButton</string>
|
|
145 |
</property>
|
|
146 |
</widget>
|
|
147 |
</item>
|
|
148 |
<item row="1" column="1">
|
|
149 |
<widget class="QRadioButton" name="radioButton_84">
|
|
150 |
<property name="text">
|
|
151 |
<string>RadioButton</string>
|
|
152 |
</property>
|
|
153 |
</widget>
|
|
154 |
</item>
|
|
155 |
<item row="2" column="0">
|
|
156 |
<widget class="QRadioButton" name="radioButton_57">
|
|
157 |
<property name="text">
|
|
158 |
<string>RadioButton</string>
|
|
159 |
</property>
|
|
160 |
</widget>
|
|
161 |
</item>
|
|
162 |
<item row="2" column="1">
|
|
163 |
<widget class="QRadioButton" name="radioButton_62">
|
|
164 |
<property name="text">
|
|
165 |
<string>RadioButton</string>
|
|
166 |
</property>
|
|
167 |
</widget>
|
|
168 |
</item>
|
|
169 |
<item row="3" column="0">
|
|
170 |
<widget class="QRadioButton" name="radioButton_59">
|
|
171 |
<property name="text">
|
|
172 |
<string>RadioButton</string>
|
|
173 |
</property>
|
|
174 |
</widget>
|
|
175 |
</item>
|
|
176 |
<item row="3" column="1">
|
|
177 |
<widget class="QRadioButton" name="radioButton_55">
|
|
178 |
<property name="text">
|
|
179 |
<string>RadioButton</string>
|
|
180 |
</property>
|
|
181 |
</widget>
|
|
182 |
</item>
|
|
183 |
<item row="4" column="0">
|
|
184 |
<widget class="QRadioButton" name="radioButton_60">
|
|
185 |
<property name="text">
|
|
186 |
<string>RadioButton</string>
|
|
187 |
</property>
|
|
188 |
</widget>
|
|
189 |
</item>
|
|
190 |
<item row="4" column="1">
|
|
191 |
<widget class="QRadioButton" name="radioButton_61">
|
|
192 |
<property name="text">
|
|
193 |
<string>RadioButton</string>
|
|
194 |
</property>
|
|
195 |
</widget>
|
|
196 |
</item>
|
|
197 |
<item row="5" column="0">
|
|
198 |
<widget class="QRadioButton" name="radioButton_58">
|
|
199 |
<property name="text">
|
|
200 |
<string>RadioButton</string>
|
|
201 |
</property>
|
|
202 |
</widget>
|
|
203 |
</item>
|
|
204 |
<item row="5" column="1">
|
|
205 |
<widget class="QRadioButton" name="radioButton_63">
|
|
206 |
<property name="text">
|
|
207 |
<string>RadioButton</string>
|
|
208 |
</property>
|
|
209 |
</widget>
|
|
210 |
</item>
|
|
211 |
<item row="6" column="0">
|
|
212 |
<spacer name="verticalSpacer">
|
|
213 |
<property name="orientation">
|
|
214 |
<enum>Qt::Vertical</enum>
|
|
215 |
</property>
|
|
216 |
<property name="sizeHint" stdset="0">
|
|
217 |
<size>
|
|
218 |
<width>20</width>
|
|
219 |
<height>81</height>
|
|
220 |
</size>
|
|
221 |
</property>
|
|
222 |
</spacer>
|
|
223 |
</item>
|
|
224 |
</layout>
|
|
225 |
</widget>
|
|
226 |
</item>
|
|
227 |
<item row="0" column="1">
|
|
228 |
<widget class="QGroupBox" name="groupBox_5">
|
|
229 |
<property name="title">
|
|
230 |
<string>GroupBox</string>
|
|
231 |
</property>
|
|
232 |
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
233 |
<item>
|
|
234 |
<widget class="QRadioButton" name="radioButton_64">
|
|
235 |
<property name="text">
|
|
236 |
<string>RadioButton</string>
|
|
237 |
</property>
|
|
238 |
</widget>
|
|
239 |
</item>
|
|
240 |
<item>
|
|
241 |
<widget class="QRadioButton" name="radioButton_65">
|
|
242 |
<property name="text">
|
|
243 |
<string>RadioButton</string>
|
|
244 |
</property>
|
|
245 |
</widget>
|
|
246 |
</item>
|
|
247 |
<item>
|
|
248 |
<widget class="QRadioButton" name="radioButton_66">
|
|
249 |
<property name="text">
|
|
250 |
<string>RadioButton</string>
|
|
251 |
</property>
|
|
252 |
</widget>
|
|
253 |
</item>
|
|
254 |
<item>
|
|
255 |
<widget class="QRadioButton" name="radioButton_67">
|
|
256 |
<property name="text">
|
|
257 |
<string>RadioButton</string>
|
|
258 |
</property>
|
|
259 |
</widget>
|
|
260 |
</item>
|
|
261 |
<item>
|
|
262 |
<widget class="QRadioButton" name="radioButton_68">
|
|
263 |
<property name="text">
|
|
264 |
<string>RadioButton</string>
|
|
265 |
</property>
|
|
266 |
</widget>
|
|
267 |
</item>
|
|
268 |
<item>
|
|
269 |
<widget class="QRadioButton" name="radioButton_69">
|
|
270 |
<property name="text">
|
|
271 |
<string>RadioButton</string>
|
|
272 |
</property>
|
|
273 |
</widget>
|
|
274 |
</item>
|
|
275 |
<item>
|
|
276 |
<widget class="QRadioButton" name="radioButton_70">
|
|
277 |
<property name="text">
|
|
278 |
<string>RadioButton</string>
|
|
279 |
</property>
|
|
280 |
</widget>
|
|
281 |
</item>
|
|
282 |
<item>
|
|
283 |
<widget class="QRadioButton" name="radioButton_71">
|
|
284 |
<property name="text">
|
|
285 |
<string>RadioButton</string>
|
|
286 |
</property>
|
|
287 |
</widget>
|
|
288 |
</item>
|
|
289 |
<item>
|
|
290 |
<widget class="QRadioButton" name="radioButton_72">
|
|
291 |
<property name="text">
|
|
292 |
<string>RadioButton</string>
|
|
293 |
</property>
|
|
294 |
</widget>
|
|
295 |
</item>
|
|
296 |
</layout>
|
|
297 |
</widget>
|
|
298 |
</item>
|
|
299 |
<item row="0" column="2">
|
|
300 |
<widget class="QGroupBox" name="groupBox_6">
|
|
301 |
<property name="title">
|
|
302 |
<string>GroupBox</string>
|
|
303 |
</property>
|
|
304 |
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
305 |
<item>
|
|
306 |
<widget class="QRadioButton" name="radioButton_73">
|
|
307 |
<property name="text">
|
|
308 |
<string>RadioButton</string>
|
|
309 |
</property>
|
|
310 |
</widget>
|
|
311 |
</item>
|
|
312 |
<item>
|
|
313 |
<widget class="QRadioButton" name="radioButton_74">
|
|
314 |
<property name="text">
|
|
315 |
<string>RadioButton</string>
|
|
316 |
</property>
|
|
317 |
</widget>
|
|
318 |
</item>
|
|
319 |
<item>
|
|
320 |
<widget class="QRadioButton" name="radioButton_75">
|
|
321 |
<property name="text">
|
|
322 |
<string>RadioButton</string>
|
|
323 |
</property>
|
|
324 |
</widget>
|
|
325 |
</item>
|
|
326 |
<item>
|
|
327 |
<widget class="QRadioButton" name="radioButton_76">
|
|
328 |
<property name="text">
|
|
329 |
<string>RadioButton</string>
|
|
330 |
</property>
|
|
331 |
</widget>
|
|
332 |
</item>
|
|
333 |
<item>
|
|
334 |
<widget class="QRadioButton" name="radioButton_77">
|
|
335 |
<property name="text">
|
|
336 |
<string>RadioButton</string>
|
|
337 |
</property>
|
|
338 |
</widget>
|
|
339 |
</item>
|
|
340 |
<item>
|
|
341 |
<widget class="QRadioButton" name="radioButton_78">
|
|
342 |
<property name="text">
|
|
343 |
<string>RadioButton</string>
|
|
344 |
</property>
|
|
345 |
</widget>
|
|
346 |
</item>
|
|
347 |
<item>
|
|
348 |
<widget class="QRadioButton" name="radioButton_79">
|
|
349 |
<property name="text">
|
|
350 |
<string>RadioButton</string>
|
|
351 |
</property>
|
|
352 |
</widget>
|
|
353 |
</item>
|
|
354 |
<item>
|
|
355 |
<widget class="QRadioButton" name="radioButton_80">
|
|
356 |
<property name="text">
|
|
357 |
<string>RadioButton</string>
|
|
358 |
</property>
|
|
359 |
</widget>
|
|
360 |
</item>
|
|
361 |
<item>
|
|
362 |
<widget class="QRadioButton" name="radioButton_81">
|
|
363 |
<property name="text">
|
|
364 |
<string>RadioButton</string>
|
|
365 |
</property>
|
|
366 |
</widget>
|
|
367 |
</item>
|
|
368 |
</layout>
|
|
369 |
</widget>
|
|
370 |
</item>
|
|
371 |
<item row="1" column="0" colspan="3">
|
|
372 |
<layout class="QGridLayout" name="gridLayout_2">
|
|
373 |
<item row="0" column="0">
|
|
374 |
<widget class="QGroupBox" name="groupBox">
|
|
375 |
<property name="title">
|
|
376 |
<string>GroupBox</string>
|
|
377 |
</property>
|
|
378 |
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
379 |
<item>
|
|
380 |
<widget class="QRadioButton" name="radioButton_9">
|
|
381 |
<property name="text">
|
|
382 |
<string>RadioButton</string>
|
|
383 |
</property>
|
|
384 |
</widget>
|
|
385 |
</item>
|
|
386 |
<item>
|
|
387 |
<widget class="QRadioButton" name="radioButton_6">
|
|
388 |
<property name="text">
|
|
389 |
<string>RadioButton</string>
|
|
390 |
</property>
|
|
391 |
</widget>
|
|
392 |
</item>
|
|
393 |
<item>
|
|
394 |
<widget class="QRadioButton" name="radioButton">
|
|
395 |
<property name="text">
|
|
396 |
<string>RadioButton</string>
|
|
397 |
</property>
|
|
398 |
</widget>
|
|
399 |
</item>
|
|
400 |
<item>
|
|
401 |
<widget class="QRadioButton" name="radioButton_7">
|
|
402 |
<property name="text">
|
|
403 |
<string>RadioButton</string>
|
|
404 |
</property>
|
|
405 |
</widget>
|
|
406 |
</item>
|
|
407 |
<item>
|
|
408 |
<widget class="QRadioButton" name="radioButton_3">
|
|
409 |
<property name="text">
|
|
410 |
<string>RadioButton</string>
|
|
411 |
</property>
|
|
412 |
</widget>
|
|
413 |
</item>
|
|
414 |
<item>
|
|
415 |
<widget class="QRadioButton" name="radioButton_5">
|
|
416 |
<property name="text">
|
|
417 |
<string>RadioButton</string>
|
|
418 |
</property>
|
|
419 |
</widget>
|
|
420 |
</item>
|
|
421 |
<item>
|
|
422 |
<widget class="QRadioButton" name="radioButton_4">
|
|
423 |
<property name="text">
|
|
424 |
<string>RadioButton</string>
|
|
425 |
</property>
|
|
426 |
</widget>
|
|
427 |
</item>
|
|
428 |
<item>
|
|
429 |
<widget class="QRadioButton" name="radioButton_8">
|
|
430 |
<property name="text">
|
|
431 |
<string>RadioButton</string>
|
|
432 |
</property>
|
|
433 |
</widget>
|
|
434 |
</item>
|
|
435 |
<item>
|
|
436 |
<widget class="QRadioButton" name="radioButton_2">
|
|
437 |
<property name="text">
|
|
438 |
<string>RadioButton</string>
|
|
439 |
</property>
|
|
440 |
</widget>
|
|
441 |
</item>
|
|
442 |
</layout>
|
|
443 |
</widget>
|
|
444 |
</item>
|
|
445 |
<item row="0" column="1">
|
|
446 |
<widget class="QGroupBox" name="groupBox_2">
|
|
447 |
<property name="title">
|
|
448 |
<string>GroupBox</string>
|
|
449 |
</property>
|
|
450 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
451 |
<item>
|
|
452 |
<widget class="QRadioButton" name="radioButton_10">
|
|
453 |
<property name="text">
|
|
454 |
<string>RadioButton</string>
|
|
455 |
</property>
|
|
456 |
</widget>
|
|
457 |
</item>
|
|
458 |
<item>
|
|
459 |
<widget class="QRadioButton" name="radioButton_11">
|
|
460 |
<property name="text">
|
|
461 |
<string>RadioButton</string>
|
|
462 |
</property>
|
|
463 |
</widget>
|
|
464 |
</item>
|
|
465 |
<item>
|
|
466 |
<widget class="QRadioButton" name="radioButton_12">
|
|
467 |
<property name="text">
|
|
468 |
<string>RadioButton</string>
|
|
469 |
</property>
|
|
470 |
</widget>
|
|
471 |
</item>
|
|
472 |
<item>
|
|
473 |
<widget class="QRadioButton" name="radioButton_13">
|
|
474 |
<property name="text">
|
|
475 |
<string>RadioButton</string>
|
|
476 |
</property>
|
|
477 |
</widget>
|
|
478 |
</item>
|
|
479 |
<item>
|
|
480 |
<widget class="QRadioButton" name="radioButton_14">
|
|
481 |
<property name="text">
|
|
482 |
<string>RadioButton</string>
|
|
483 |
</property>
|
|
484 |
</widget>
|
|
485 |
</item>
|
|
486 |
<item>
|
|
487 |
<widget class="QRadioButton" name="radioButton_15">
|
|
488 |
<property name="text">
|
|
489 |
<string>RadioButton</string>
|
|
490 |
</property>
|
|
491 |
</widget>
|
|
492 |
</item>
|
|
493 |
<item>
|
|
494 |
<widget class="QRadioButton" name="radioButton_16">
|
|
495 |
<property name="text">
|
|
496 |
<string>RadioButton</string>
|
|
497 |
</property>
|
|
498 |
</widget>
|
|
499 |
</item>
|
|
500 |
<item>
|
|
501 |
<widget class="QRadioButton" name="radioButton_17">
|
|
502 |
<property name="text">
|
|
503 |
<string>RadioButton</string>
|
|
504 |
</property>
|
|
505 |
</widget>
|
|
506 |
</item>
|
|
507 |
<item>
|
|
508 |
<widget class="QRadioButton" name="radioButton_18">
|
|
509 |
<property name="text">
|
|
510 |
<string>RadioButton</string>
|
|
511 |
</property>
|
|
512 |
</widget>
|
|
513 |
</item>
|
|
514 |
</layout>
|
|
515 |
</widget>
|
|
516 |
</item>
|
|
517 |
<item row="0" column="2">
|
|
518 |
<widget class="QGroupBox" name="groupBox_3">
|
|
519 |
<property name="title">
|
|
520 |
<string>GroupBox</string>
|
|
521 |
</property>
|
|
522 |
<layout class="QGridLayout" name="gridLayout">
|
|
523 |
<item row="0" column="0">
|
|
524 |
<widget class="QRadioButton" name="radioButton_19">
|
|
525 |
<property name="text">
|
|
526 |
<string>RadioButton</string>
|
|
527 |
</property>
|
|
528 |
</widget>
|
|
529 |
</item>
|
|
530 |
<item row="1" column="0">
|
|
531 |
<widget class="QRadioButton" name="radioButton_20">
|
|
532 |
<property name="text">
|
|
533 |
<string>RadioButton</string>
|
|
534 |
</property>
|
|
535 |
</widget>
|
|
536 |
</item>
|
|
537 |
<item row="2" column="0">
|
|
538 |
<widget class="QRadioButton" name="radioButton_21">
|
|
539 |
<property name="text">
|
|
540 |
<string>RadioButton</string>
|
|
541 |
</property>
|
|
542 |
</widget>
|
|
543 |
</item>
|
|
544 |
<item row="3" column="0">
|
|
545 |
<widget class="QRadioButton" name="radioButton_22">
|
|
546 |
<property name="text">
|
|
547 |
<string>RadioButton</string>
|
|
548 |
</property>
|
|
549 |
</widget>
|
|
550 |
</item>
|
|
551 |
<item row="4" column="0">
|
|
552 |
<widget class="QRadioButton" name="radioButton_23">
|
|
553 |
<property name="text">
|
|
554 |
<string>RadioButton</string>
|
|
555 |
</property>
|
|
556 |
</widget>
|
|
557 |
</item>
|
|
558 |
<item row="5" column="0">
|
|
559 |
<widget class="QRadioButton" name="radioButton_24">
|
|
560 |
<property name="text">
|
|
561 |
<string>RadioButton</string>
|
|
562 |
</property>
|
|
563 |
</widget>
|
|
564 |
</item>
|
|
565 |
<item row="6" column="0">
|
|
566 |
<widget class="QRadioButton" name="radioButton_25">
|
|
567 |
<property name="text">
|
|
568 |
<string>RadioButton</string>
|
|
569 |
</property>
|
|
570 |
</widget>
|
|
571 |
</item>
|
|
572 |
<item row="7" column="0">
|
|
573 |
<widget class="QRadioButton" name="radioButton_26">
|
|
574 |
<property name="text">
|
|
575 |
<string>RadioButton</string>
|
|
576 |
</property>
|
|
577 |
</widget>
|
|
578 |
</item>
|
|
579 |
<item row="8" column="0">
|
|
580 |
<widget class="QRadioButton" name="radioButton_27">
|
|
581 |
<property name="text">
|
|
582 |
<string>RadioButton</string>
|
|
583 |
</property>
|
|
584 |
</widget>
|
|
585 |
</item>
|
|
586 |
</layout>
|
|
587 |
</widget>
|
|
588 |
</item>
|
|
589 |
</layout>
|
|
590 |
</item>
|
|
591 |
</layout>
|
|
592 |
</widget>
|
|
593 |
</widget>
|
|
594 |
</item>
|
|
595 |
</layout>
|
|
596 |
</widget>
|
|
597 |
<resources/>
|
|
598 |
<connections/>
|
|
599 |
</ui>
|