|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>Dialog</class> |
|
4 <widget class="QDialog" name="Dialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>449</width> |
|
10 <height>254</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Dialog</string> |
|
15 </property> |
|
16 <property name="styleSheet"> |
|
17 <string notr="true">#box_color QAbstractButton { |
|
18 background: pink; |
|
19 color: purple; |
|
20 } |
|
21 |
|
22 #box_gradiant QAbstractButton { |
|
23 background-color: qconicalgradient(cx:0.5, cy:0.5, angle:0, stop:0 rgba(255, 255, 255, 255), stop:0.373979 rgba(255, 255, 255, 255), stop:0.373991 rgba(33, 30, 255, 255), stop:0.624018 rgba(33, 30, 255, 255), stop:0.624043 rgba(255, 0, 0, 255), stop:1 rgba(255, 0, 0, 255)); |
|
24 color: cyan; |
|
25 } |
|
26 |
|
27 #box_pixmap QAbstractButton { |
|
28 background: url("images/pagefold.png") no-repeat top right; |
|
29 color: yellow; |
|
30 } |
|
31 |
|
32 </string> |
|
33 </property> |
|
34 <layout class="QGridLayout" name="gridLayout_4"> |
|
35 <item row="0" column="0"> |
|
36 <widget class="QGroupBox" name="box_color"> |
|
37 <property name="title"> |
|
38 <string>color</string> |
|
39 </property> |
|
40 <layout class="QGridLayout" name="gridLayout"> |
|
41 <item row="0" column="0" colspan="2"> |
|
42 <widget class="QPushButton" name="pushButton"> |
|
43 <property name="text"> |
|
44 <string>PushButton</string> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item row="1" column="0"> |
|
49 <widget class="QToolButton" name="toolButton"> |
|
50 <property name="text"> |
|
51 <string>...</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="1" column="1"> |
|
56 <spacer name="horizontalSpacer"> |
|
57 <property name="orientation"> |
|
58 <enum>Qt::Horizontal</enum> |
|
59 </property> |
|
60 <property name="sizeHint" stdset="0"> |
|
61 <size> |
|
62 <width>70</width> |
|
63 <height>27</height> |
|
64 </size> |
|
65 </property> |
|
66 </spacer> |
|
67 </item> |
|
68 <item row="2" column="0" colspan="2"> |
|
69 <widget class="QCheckBox" name="checkBox"> |
|
70 <property name="text"> |
|
71 <string>CheckBox</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item row="3" column="0" colspan="2"> |
|
76 <widget class="QRadioButton" name="radioButton_2"> |
|
77 <property name="text"> |
|
78 <string>RadioButton</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="4" column="0"> |
|
83 <widget class="QToolButton" name="toolButton_4"> |
|
84 <property name="text"> |
|
85 <string>autoraise</string> |
|
86 </property> |
|
87 <property name="autoRaise"> |
|
88 <bool>true</bool> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 </layout> |
|
93 </widget> |
|
94 </item> |
|
95 <item row="0" column="1"> |
|
96 <widget class="QGroupBox" name="box_gradiant"> |
|
97 <property name="title"> |
|
98 <string>gradiant</string> |
|
99 </property> |
|
100 <layout class="QGridLayout" name="gridLayout_2"> |
|
101 <item row="0" column="0" colspan="2"> |
|
102 <widget class="QPushButton" name="pushButton_2"> |
|
103 <property name="text"> |
|
104 <string>PushButton</string> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 <item row="1" column="0"> |
|
109 <widget class="QToolButton" name="toolButton_2"> |
|
110 <property name="text"> |
|
111 <string>...</string> |
|
112 </property> |
|
113 </widget> |
|
114 </item> |
|
115 <item row="1" column="1"> |
|
116 <spacer name="horizontalSpacer_2"> |
|
117 <property name="orientation"> |
|
118 <enum>Qt::Horizontal</enum> |
|
119 </property> |
|
120 <property name="sizeHint" stdset="0"> |
|
121 <size> |
|
122 <width>78</width> |
|
123 <height>24</height> |
|
124 </size> |
|
125 </property> |
|
126 </spacer> |
|
127 </item> |
|
128 <item row="2" column="0" colspan="2"> |
|
129 <widget class="QCheckBox" name="checkBox_2"> |
|
130 <property name="text"> |
|
131 <string>CheckBox</string> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item row="3" column="0" colspan="2"> |
|
136 <widget class="QRadioButton" name="radioButton"> |
|
137 <property name="text"> |
|
138 <string>RadioButton</string> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item row="4" column="0"> |
|
143 <widget class="QToolButton" name="toolButton_5"> |
|
144 <property name="text"> |
|
145 <string>autoraise</string> |
|
146 </property> |
|
147 <property name="autoRaise"> |
|
148 <bool>true</bool> |
|
149 </property> |
|
150 </widget> |
|
151 </item> |
|
152 </layout> |
|
153 </widget> |
|
154 </item> |
|
155 <item row="0" column="2"> |
|
156 <widget class="QGroupBox" name="box_pixmap"> |
|
157 <property name="title"> |
|
158 <string>pixmap</string> |
|
159 </property> |
|
160 <layout class="QGridLayout" name="gridLayout_3"> |
|
161 <item row="0" column="0" colspan="2"> |
|
162 <widget class="QPushButton" name="pushButton_3"> |
|
163 <property name="text"> |
|
164 <string>PushButton</string> |
|
165 </property> |
|
166 </widget> |
|
167 </item> |
|
168 <item row="1" column="0"> |
|
169 <widget class="QToolButton" name="toolButton_3"> |
|
170 <property name="text"> |
|
171 <string>...</string> |
|
172 </property> |
|
173 </widget> |
|
174 </item> |
|
175 <item row="1" column="1"> |
|
176 <spacer name="horizontalSpacer_2"> |
|
177 <property name="orientation"> |
|
178 <enum>Qt::Horizontal</enum> |
|
179 </property> |
|
180 <property name="sizeHint" stdset="0"> |
|
181 <size> |
|
182 <width>78</width> |
|
183 <height>24</height> |
|
184 </size> |
|
185 </property> |
|
186 </spacer> |
|
187 </item> |
|
188 <item row="2" column="0" colspan="2"> |
|
189 <widget class="QCheckBox" name="checkBox_3"> |
|
190 <property name="text"> |
|
191 <string>CheckBox</string> |
|
192 </property> |
|
193 </widget> |
|
194 </item> |
|
195 <item row="3" column="0" colspan="2"> |
|
196 <widget class="QRadioButton" name="radioButton_3"> |
|
197 <property name="text"> |
|
198 <string>RadioButton</string> |
|
199 </property> |
|
200 </widget> |
|
201 </item> |
|
202 <item row="4" column="0"> |
|
203 <widget class="QToolButton" name="toolButton_6"> |
|
204 <property name="text"> |
|
205 <string>autoraise</string> |
|
206 </property> |
|
207 <property name="autoRaise"> |
|
208 <bool>true</bool> |
|
209 </property> |
|
210 </widget> |
|
211 </item> |
|
212 </layout> |
|
213 </widget> |
|
214 </item> |
|
215 <item row="1" column="0"> |
|
216 <spacer name="verticalSpacer"> |
|
217 <property name="orientation"> |
|
218 <enum>Qt::Vertical</enum> |
|
219 </property> |
|
220 <property name="sizeHint" stdset="0"> |
|
221 <size> |
|
222 <width>20</width> |
|
223 <height>51</height> |
|
224 </size> |
|
225 </property> |
|
226 </spacer> |
|
227 </item> |
|
228 </layout> |
|
229 </widget> |
|
230 <resources/> |
|
231 <connections/> |
|
232 </ui> |