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>400</width>
|
|
10 |
<height>300</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>Form</string>
|
|
15 |
</property>
|
|
16 |
<property name="styleSheet">
|
|
17 |
<string notr="true">#groupBox_1:checked { color:magenta; }
|
|
18 |
|
|
19 |
#groupBox_2 { background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(0, 0, 0, 255), stop:0.05 rgba(14, 8, 73, 255), stop:0.36 rgba(28, 17, 145, 255), stop:0.6 rgba(126, 14, 81, 255), stop:0.75 rgba(234, 11, 11, 255), stop:0.79 rgba(244, 70, 5, 255), stop:0.86 rgba(255, 136, 0, 255), stop:0.935 rgba(239, 236, 55, 255));
|
|
20 |
color: rgb(33, 255, 181); }
|
|
21 |
|
|
22 |
#groupBox_3 { padding: 20px; margin: 20px; }
|
|
23 |
#groupBox_3 QLabel { background-color: #46e; }
|
|
24 |
|
|
25 |
#groupBox_4::title { subcontrol-position: bottom left; border: 1px solid white;}
|
|
26 |
|
|
27 |
#groupBox_5::indicator {border: 1px solid white;}
|
|
28 |
|
|
29 |
#groupBox_6 { border: 5px dashed pink;}</string>
|
|
30 |
</property>
|
|
31 |
<layout class="QGridLayout" name="gridLayout">
|
|
32 |
<item row="0" column="0">
|
|
33 |
<widget class="QGroupBox" name="groupBox_1">
|
|
34 |
<property name="title">
|
|
35 |
<string>GroupBox</string>
|
|
36 |
</property>
|
|
37 |
<property name="checkable">
|
|
38 |
<bool>true</bool>
|
|
39 |
</property>
|
|
40 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
41 |
<item>
|
|
42 |
<widget class="QLabel" name="label">
|
|
43 |
<property name="text">
|
|
44 |
<string>TextLabel</string>
|
|
45 |
</property>
|
|
46 |
</widget>
|
|
47 |
</item>
|
|
48 |
</layout>
|
|
49 |
</widget>
|
|
50 |
</item>
|
|
51 |
<item row="0" column="1">
|
|
52 |
<widget class="QGroupBox" name="groupBox_2">
|
|
53 |
<property name="title">
|
|
54 |
<string>GroupBox</string>
|
|
55 |
</property>
|
|
56 |
<property name="checkable">
|
|
57 |
<bool>true</bool>
|
|
58 |
</property>
|
|
59 |
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
60 |
<item>
|
|
61 |
<widget class="QLabel" name="label_6">
|
|
62 |
<property name="text">
|
|
63 |
<string>TextLabel</string>
|
|
64 |
</property>
|
|
65 |
</widget>
|
|
66 |
</item>
|
|
67 |
</layout>
|
|
68 |
</widget>
|
|
69 |
</item>
|
|
70 |
<item row="1" column="0">
|
|
71 |
<widget class="QGroupBox" name="groupBox_3">
|
|
72 |
<property name="title">
|
|
73 |
<string>GroupBox</string>
|
|
74 |
</property>
|
|
75 |
<property name="checkable">
|
|
76 |
<bool>true</bool>
|
|
77 |
</property>
|
|
78 |
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
79 |
<item>
|
|
80 |
<widget class="QLabel" name="label_2">
|
|
81 |
<property name="text">
|
|
82 |
<string>TextLabel</string>
|
|
83 |
</property>
|
|
84 |
</widget>
|
|
85 |
</item>
|
|
86 |
</layout>
|
|
87 |
</widget>
|
|
88 |
</item>
|
|
89 |
<item row="1" column="1">
|
|
90 |
<widget class="QGroupBox" name="groupBox_4">
|
|
91 |
<property name="title">
|
|
92 |
<string>GroupBox</string>
|
|
93 |
</property>
|
|
94 |
<property name="checkable">
|
|
95 |
<bool>true</bool>
|
|
96 |
</property>
|
|
97 |
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
98 |
<item>
|
|
99 |
<widget class="QLabel" name="label_5">
|
|
100 |
<property name="text">
|
|
101 |
<string>TextLabel</string>
|
|
102 |
</property>
|
|
103 |
</widget>
|
|
104 |
</item>
|
|
105 |
</layout>
|
|
106 |
</widget>
|
|
107 |
</item>
|
|
108 |
<item row="2" column="0">
|
|
109 |
<widget class="QGroupBox" name="groupBox_5">
|
|
110 |
<property name="title">
|
|
111 |
<string>GroupBox</string>
|
|
112 |
</property>
|
|
113 |
<property name="checkable">
|
|
114 |
<bool>true</bool>
|
|
115 |
</property>
|
|
116 |
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
117 |
<item>
|
|
118 |
<widget class="QLabel" name="label_3">
|
|
119 |
<property name="text">
|
|
120 |
<string>TextLabel</string>
|
|
121 |
</property>
|
|
122 |
</widget>
|
|
123 |
</item>
|
|
124 |
</layout>
|
|
125 |
</widget>
|
|
126 |
</item>
|
|
127 |
<item row="2" column="1">
|
|
128 |
<widget class="QGroupBox" name="groupBox_6">
|
|
129 |
<property name="title">
|
|
130 |
<string>GroupBox</string>
|
|
131 |
</property>
|
|
132 |
<property name="checkable">
|
|
133 |
<bool>true</bool>
|
|
134 |
</property>
|
|
135 |
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
136 |
<item>
|
|
137 |
<widget class="QLabel" name="label_4">
|
|
138 |
<property name="text">
|
|
139 |
<string>TextLabel</string>
|
|
140 |
</property>
|
|
141 |
</widget>
|
|
142 |
</item>
|
|
143 |
</layout>
|
|
144 |
</widget>
|
|
145 |
</item>
|
|
146 |
</layout>
|
|
147 |
</widget>
|
|
148 |
<resources/>
|
|
149 |
<connections/>
|
|
150 |
</ui>
|