1 | <ui version="4.0" >
|
---|
2 | <comment>*********************************************************************
|
---|
3 | **
|
---|
4 | ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
---|
5 | ** All rights reserved.
|
---|
6 | ** Contact: Nokia Corporation ([email protected])
|
---|
7 | **
|
---|
8 | ** This file is part of the tools applications of the Qt Toolkit.
|
---|
9 | **
|
---|
10 | ** $QT_BEGIN_LICENSE:LGPL$
|
---|
11 | ** Commercial Usage
|
---|
12 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
13 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
14 | ** Software or, alternatively, in accordance with the terms contained in
|
---|
15 | ** a written agreement between you and Nokia.
|
---|
16 | **
|
---|
17 | ** GNU Lesser General Public License Usage
|
---|
18 | ** Alternatively, this file may be used under the terms of the GNU Lesser
|
---|
19 | ** General Public License version 2.1 as published by the Free Software
|
---|
20 | ** Foundation and appearing in the file LICENSE.LGPL included in the
|
---|
21 | ** packaging of this file. Please review the following information to
|
---|
22 | ** ensure the GNU Lesser General Public License version 2.1 requirements
|
---|
23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
---|
24 | **
|
---|
25 | ** In addition, as a special exception, Nokia gives you certain additional
|
---|
26 | ** rights. These rights are described in the Nokia Qt LGPL Exception
|
---|
27 | ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
---|
28 | **
|
---|
29 | ** GNU General Public License Usage
|
---|
30 | ** Alternatively, this file may be used under the terms of the GNU
|
---|
31 | ** General Public License version 3.0 as published by the Free Software
|
---|
32 | ** Foundation and appearing in the file LICENSE.GPL included in the
|
---|
33 | ** packaging of this file. Please review the following information to
|
---|
34 | ** ensure the GNU General Public License version 3.0 requirements will be
|
---|
35 | ** met: http://www.gnu.org/copyleft/gpl.html.
|
---|
36 | **
|
---|
37 | ** If you have questions regarding the use of this file, please contact
|
---|
38 | ** Nokia at [email protected].
|
---|
39 | ** $QT_END_LICENSE$
|
---|
40 | **
|
---|
41 | *********************************************************************</comment>
|
---|
42 | <class>QtGradientEditor</class>
|
---|
43 | <widget class="QWidget" name="QtGradientEditor" >
|
---|
44 | <property name="geometry" >
|
---|
45 | <rect>
|
---|
46 | <x>0</x>
|
---|
47 | <y>0</y>
|
---|
48 | <width>364</width>
|
---|
49 | <height>518</height>
|
---|
50 | </rect>
|
---|
51 | </property>
|
---|
52 | <property name="windowTitle" >
|
---|
53 | <string>Form</string>
|
---|
54 | </property>
|
---|
55 | <widget class="QFrame" name="frame" >
|
---|
56 | <property name="geometry" >
|
---|
57 | <rect>
|
---|
58 | <x>10</x>
|
---|
59 | <y>69</y>
|
---|
60 | <width>193</width>
|
---|
61 | <height>150</height>
|
---|
62 | </rect>
|
---|
63 | </property>
|
---|
64 | <property name="sizePolicy" >
|
---|
65 | <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
---|
66 | <horstretch>0</horstretch>
|
---|
67 | <verstretch>0</verstretch>
|
---|
68 | </sizepolicy>
|
---|
69 | </property>
|
---|
70 | <property name="frameShape" >
|
---|
71 | <enum>QFrame::StyledPanel</enum>
|
---|
72 | </property>
|
---|
73 | <property name="frameShadow" >
|
---|
74 | <enum>QFrame::Raised</enum>
|
---|
75 | </property>
|
---|
76 | <layout class="QVBoxLayout" >
|
---|
77 | <property name="spacing" >
|
---|
78 | <number>6</number>
|
---|
79 | </property>
|
---|
80 | <property name="leftMargin" >
|
---|
81 | <number>0</number>
|
---|
82 | </property>
|
---|
83 | <property name="topMargin" >
|
---|
84 | <number>0</number>
|
---|
85 | </property>
|
---|
86 | <property name="rightMargin" >
|
---|
87 | <number>0</number>
|
---|
88 | </property>
|
---|
89 | <property name="bottomMargin" >
|
---|
90 | <number>0</number>
|
---|
91 | </property>
|
---|
92 | <item>
|
---|
93 | <widget class="QtGradientWidget" native="1" name="gradientWidget" >
|
---|
94 | <property name="sizePolicy" >
|
---|
95 | <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
---|
96 | <horstretch>0</horstretch>
|
---|
97 | <verstretch>0</verstretch>
|
---|
98 | </sizepolicy>
|
---|
99 | </property>
|
---|
100 | <property name="toolTip" >
|
---|
101 | <string>Gradient Editor</string>
|
---|
102 | </property>
|
---|
103 | <property name="whatsThis" >
|
---|
104 | <string>This area shows a preview of the gradient being edited. It also allows you to edit parameters specific to the gradient's type such as start and final point, radius, etc. by drag & drop.</string>
|
---|
105 | </property>
|
---|
106 | </widget>
|
---|
107 | </item>
|
---|
108 | </layout>
|
---|
109 | </widget>
|
---|
110 | <widget class="QLabel" name="label1" >
|
---|
111 | <property name="geometry" >
|
---|
112 | <rect>
|
---|
113 | <x>209</x>
|
---|
114 | <y>69</y>
|
---|
115 | <width>64</width>
|
---|
116 | <height>23</height>
|
---|
117 | </rect>
|
---|
118 | </property>
|
---|
119 | <property name="text" >
|
---|
120 | <string>1</string>
|
---|
121 | </property>
|
---|
122 | </widget>
|
---|
123 | <widget class="QDoubleSpinBox" name="spinBox1" >
|
---|
124 | <property name="geometry" >
|
---|
125 | <rect>
|
---|
126 | <x>279</x>
|
---|
127 | <y>69</y>
|
---|
128 | <width>73</width>
|
---|
129 | <height>23</height>
|
---|
130 | </rect>
|
---|
131 | </property>
|
---|
132 | <property name="keyboardTracking" >
|
---|
133 | <bool>false</bool>
|
---|
134 | </property>
|
---|
135 | <property name="decimals" >
|
---|
136 | <number>3</number>
|
---|
137 | </property>
|
---|
138 | <property name="maximum" >
|
---|
139 | <double>1.000000000000000</double>
|
---|
140 | </property>
|
---|
141 | <property name="singleStep" >
|
---|
142 | <double>0.010000000000000</double>
|
---|
143 | </property>
|
---|
144 | </widget>
|
---|
145 | <widget class="QLabel" name="label2" >
|
---|
146 | <property name="geometry" >
|
---|
147 | <rect>
|
---|
148 | <x>209</x>
|
---|
149 | <y>99</y>
|
---|
150 | <width>64</width>
|
---|
151 | <height>23</height>
|
---|
152 | </rect>
|
---|
153 | </property>
|
---|
154 | <property name="text" >
|
---|
155 | <string>2</string>
|
---|
156 | </property>
|
---|
157 | </widget>
|
---|
158 | <widget class="QDoubleSpinBox" name="spinBox2" >
|
---|
159 | <property name="geometry" >
|
---|
160 | <rect>
|
---|
161 | <x>279</x>
|
---|
162 | <y>99</y>
|
---|
163 | <width>73</width>
|
---|
164 | <height>23</height>
|
---|
165 | </rect>
|
---|
166 | </property>
|
---|
167 | <property name="keyboardTracking" >
|
---|
168 | <bool>false</bool>
|
---|
169 | </property>
|
---|
170 | <property name="decimals" >
|
---|
171 | <number>3</number>
|
---|
172 | </property>
|
---|
173 | <property name="maximum" >
|
---|
174 | <double>1.000000000000000</double>
|
---|
175 | </property>
|
---|
176 | <property name="singleStep" >
|
---|
177 | <double>0.010000000000000</double>
|
---|
178 | </property>
|
---|
179 | </widget>
|
---|
180 | <widget class="QLabel" name="label3" >
|
---|
181 | <property name="geometry" >
|
---|
182 | <rect>
|
---|
183 | <x>209</x>
|
---|
184 | <y>129</y>
|
---|
185 | <width>64</width>
|
---|
186 | <height>23</height>
|
---|
187 | </rect>
|
---|
188 | </property>
|
---|
189 | <property name="text" >
|
---|
190 | <string>3</string>
|
---|
191 | </property>
|
---|
192 | </widget>
|
---|
193 | <widget class="QDoubleSpinBox" name="spinBox3" >
|
---|
194 | <property name="geometry" >
|
---|
195 | <rect>
|
---|
196 | <x>279</x>
|
---|
197 | <y>129</y>
|
---|
198 | <width>73</width>
|
---|
199 | <height>23</height>
|
---|
200 | </rect>
|
---|
201 | </property>
|
---|
202 | <property name="keyboardTracking" >
|
---|
203 | <bool>false</bool>
|
---|
204 | </property>
|
---|
205 | <property name="decimals" >
|
---|
206 | <number>3</number>
|
---|
207 | </property>
|
---|
208 | <property name="maximum" >
|
---|
209 | <double>1.000000000000000</double>
|
---|
210 | </property>
|
---|
211 | <property name="singleStep" >
|
---|
212 | <double>0.010000000000000</double>
|
---|
213 | </property>
|
---|
214 | </widget>
|
---|
215 | <widget class="QLabel" name="label4" >
|
---|
216 | <property name="geometry" >
|
---|
217 | <rect>
|
---|
218 | <x>209</x>
|
---|
219 | <y>159</y>
|
---|
220 | <width>64</width>
|
---|
221 | <height>23</height>
|
---|
222 | </rect>
|
---|
223 | </property>
|
---|
224 | <property name="text" >
|
---|
225 | <string>4</string>
|
---|
226 | </property>
|
---|
227 | </widget>
|
---|
228 | <widget class="QDoubleSpinBox" name="spinBox4" >
|
---|
229 | <property name="geometry" >
|
---|
230 | <rect>
|
---|
231 | <x>279</x>
|
---|
232 | <y>159</y>
|
---|
233 | <width>73</width>
|
---|
234 | <height>23</height>
|
---|
235 | </rect>
|
---|
236 | </property>
|
---|
237 | <property name="keyboardTracking" >
|
---|
238 | <bool>false</bool>
|
---|
239 | </property>
|
---|
240 | <property name="decimals" >
|
---|
241 | <number>3</number>
|
---|
242 | </property>
|
---|
243 | <property name="maximum" >
|
---|
244 | <double>1.000000000000000</double>
|
---|
245 | </property>
|
---|
246 | <property name="singleStep" >
|
---|
247 | <double>0.010000000000000</double>
|
---|
248 | </property>
|
---|
249 | </widget>
|
---|
250 | <widget class="QLabel" name="label5" >
|
---|
251 | <property name="geometry" >
|
---|
252 | <rect>
|
---|
253 | <x>209</x>
|
---|
254 | <y>189</y>
|
---|
255 | <width>64</width>
|
---|
256 | <height>23</height>
|
---|
257 | </rect>
|
---|
258 | </property>
|
---|
259 | <property name="text" >
|
---|
260 | <string>5</string>
|
---|
261 | </property>
|
---|
262 | </widget>
|
---|
263 | <widget class="QDoubleSpinBox" name="spinBox5" >
|
---|
264 | <property name="geometry" >
|
---|
265 | <rect>
|
---|
266 | <x>279</x>
|
---|
267 | <y>189</y>
|
---|
268 | <width>73</width>
|
---|
269 | <height>23</height>
|
---|
270 | </rect>
|
---|
271 | </property>
|
---|
272 | <property name="keyboardTracking" >
|
---|
273 | <bool>false</bool>
|
---|
274 | </property>
|
---|
275 | <property name="decimals" >
|
---|
276 | <number>3</number>
|
---|
277 | </property>
|
---|
278 | <property name="maximum" >
|
---|
279 | <double>1.000000000000000</double>
|
---|
280 | </property>
|
---|
281 | <property name="singleStep" >
|
---|
282 | <double>0.010000000000000</double>
|
---|
283 | </property>
|
---|
284 | </widget>
|
---|
285 | <widget class="QtGradientStopsWidget" native="1" name="gradientStopsWidget" >
|
---|
286 | <property name="geometry" >
|
---|
287 | <rect>
|
---|
288 | <x>10</x>
|
---|
289 | <y>225</y>
|
---|
290 | <width>193</width>
|
---|
291 | <height>67</height>
|
---|
292 | </rect>
|
---|
293 | </property>
|
---|
294 | <property name="toolTip" >
|
---|
295 | <string>Gradient Stops Editor</string>
|
---|
296 | </property>
|
---|
297 | <property name="whatsThis" >
|
---|
298 | <string>This area allows you to edit gradient stops. Double click on the existing stop handle to duplicate it. Double click outside of the existing stop handles to create a new stop. Drag & drop the handle to reposition it. Use right mouse button to popup context menu with extra actions.</string>
|
---|
299 | </property>
|
---|
300 | </widget>
|
---|
301 | <widget class="QLabel" name="zoomLabel" >
|
---|
302 | <property name="geometry" >
|
---|
303 | <rect>
|
---|
304 | <x>209</x>
|
---|
305 | <y>231</y>
|
---|
306 | <width>64</width>
|
---|
307 | <height>23</height>
|
---|
308 | </rect>
|
---|
309 | </property>
|
---|
310 | <property name="text" >
|
---|
311 | <string>Zoom</string>
|
---|
312 | </property>
|
---|
313 | </widget>
|
---|
314 | <widget class="QToolButton" name="zoomAllButton" >
|
---|
315 | <property name="geometry" >
|
---|
316 | <rect>
|
---|
317 | <x>279</x>
|
---|
318 | <y>260</y>
|
---|
319 | <width>72</width>
|
---|
320 | <height>26</height>
|
---|
321 | </rect>
|
---|
322 | </property>
|
---|
323 | <property name="sizePolicy" >
|
---|
324 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
325 | <horstretch>0</horstretch>
|
---|
326 | <verstretch>0</verstretch>
|
---|
327 | </sizepolicy>
|
---|
328 | </property>
|
---|
329 | <property name="toolTip" >
|
---|
330 | <string>Reset Zoom</string>
|
---|
331 | </property>
|
---|
332 | <property name="text" >
|
---|
333 | <string>Reset Zoom</string>
|
---|
334 | </property>
|
---|
335 | </widget>
|
---|
336 | <widget class="QLabel" name="positionLabel" >
|
---|
337 | <property name="geometry" >
|
---|
338 | <rect>
|
---|
339 | <x>209</x>
|
---|
340 | <y>304</y>
|
---|
341 | <width>64</width>
|
---|
342 | <height>23</height>
|
---|
343 | </rect>
|
---|
344 | </property>
|
---|
345 | <property name="text" >
|
---|
346 | <string>Position</string>
|
---|
347 | </property>
|
---|
348 | </widget>
|
---|
349 | <widget class="QLabel" name="hLabel" >
|
---|
350 | <property name="geometry" >
|
---|
351 | <rect>
|
---|
352 | <x>10</x>
|
---|
353 | <y>335</y>
|
---|
354 | <width>32</width>
|
---|
355 | <height>18</height>
|
---|
356 | </rect>
|
---|
357 | </property>
|
---|
358 | <property name="sizePolicy" >
|
---|
359 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
360 | <horstretch>0</horstretch>
|
---|
361 | <verstretch>0</verstretch>
|
---|
362 | </sizepolicy>
|
---|
363 | </property>
|
---|
364 | <property name="toolTip" >
|
---|
365 | <string>Hue</string>
|
---|
366 | </property>
|
---|
367 | <property name="text" >
|
---|
368 | <string>H</string>
|
---|
369 | </property>
|
---|
370 | </widget>
|
---|
371 | <widget class="QFrame" name="frame_2" >
|
---|
372 | <property name="geometry" >
|
---|
373 | <rect>
|
---|
374 | <x>48</x>
|
---|
375 | <y>333</y>
|
---|
376 | <width>155</width>
|
---|
377 | <height>23</height>
|
---|
378 | </rect>
|
---|
379 | </property>
|
---|
380 | <property name="sizePolicy" >
|
---|
381 | <sizepolicy vsizetype="Preferred" hsizetype="Ignored" >
|
---|
382 | <horstretch>0</horstretch>
|
---|
383 | <verstretch>0</verstretch>
|
---|
384 | </sizepolicy>
|
---|
385 | </property>
|
---|
386 | <property name="frameShape" >
|
---|
387 | <enum>QFrame::StyledPanel</enum>
|
---|
388 | </property>
|
---|
389 | <property name="frameShadow" >
|
---|
390 | <enum>QFrame::Raised</enum>
|
---|
391 | </property>
|
---|
392 | <layout class="QHBoxLayout" >
|
---|
393 | <property name="leftMargin" >
|
---|
394 | <number>0</number>
|
---|
395 | </property>
|
---|
396 | <property name="topMargin" >
|
---|
397 | <number>0</number>
|
---|
398 | </property>
|
---|
399 | <property name="rightMargin" >
|
---|
400 | <number>0</number>
|
---|
401 | </property>
|
---|
402 | <property name="bottomMargin" >
|
---|
403 | <number>0</number>
|
---|
404 | </property>
|
---|
405 | <item>
|
---|
406 | <widget class="QtColorLine" native="1" name="hueColorLine" >
|
---|
407 | <property name="sizePolicy" >
|
---|
408 | <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
|
---|
409 | <horstretch>0</horstretch>
|
---|
410 | <verstretch>0</verstretch>
|
---|
411 | </sizepolicy>
|
---|
412 | </property>
|
---|
413 | <property name="toolTip" >
|
---|
414 | <string>Hue</string>
|
---|
415 | </property>
|
---|
416 | </widget>
|
---|
417 | </item>
|
---|
418 | </layout>
|
---|
419 | </widget>
|
---|
420 | <widget class="QLabel" name="hueLabel" >
|
---|
421 | <property name="geometry" >
|
---|
422 | <rect>
|
---|
423 | <x>209</x>
|
---|
424 | <y>335</y>
|
---|
425 | <width>64</width>
|
---|
426 | <height>18</height>
|
---|
427 | </rect>
|
---|
428 | </property>
|
---|
429 | <property name="sizePolicy" >
|
---|
430 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
431 | <horstretch>0</horstretch>
|
---|
432 | <verstretch>0</verstretch>
|
---|
433 | </sizepolicy>
|
---|
434 | </property>
|
---|
435 | <property name="text" >
|
---|
436 | <string>Hue</string>
|
---|
437 | </property>
|
---|
438 | </widget>
|
---|
439 | <widget class="QLabel" name="sLabel" >
|
---|
440 | <property name="geometry" >
|
---|
441 | <rect>
|
---|
442 | <x>10</x>
|
---|
443 | <y>364</y>
|
---|
444 | <width>32</width>
|
---|
445 | <height>18</height>
|
---|
446 | </rect>
|
---|
447 | </property>
|
---|
448 | <property name="sizePolicy" >
|
---|
449 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
450 | <horstretch>0</horstretch>
|
---|
451 | <verstretch>0</verstretch>
|
---|
452 | </sizepolicy>
|
---|
453 | </property>
|
---|
454 | <property name="toolTip" >
|
---|
455 | <string>Saturation</string>
|
---|
456 | </property>
|
---|
457 | <property name="text" >
|
---|
458 | <string>S</string>
|
---|
459 | </property>
|
---|
460 | </widget>
|
---|
461 | <widget class="QFrame" name="frame_5" >
|
---|
462 | <property name="geometry" >
|
---|
463 | <rect>
|
---|
464 | <x>48</x>
|
---|
465 | <y>362</y>
|
---|
466 | <width>155</width>
|
---|
467 | <height>23</height>
|
---|
468 | </rect>
|
---|
469 | </property>
|
---|
470 | <property name="sizePolicy" >
|
---|
471 | <sizepolicy vsizetype="Preferred" hsizetype="Ignored" >
|
---|
472 | <horstretch>0</horstretch>
|
---|
473 | <verstretch>0</verstretch>
|
---|
474 | </sizepolicy>
|
---|
475 | </property>
|
---|
476 | <property name="frameShape" >
|
---|
477 | <enum>QFrame::StyledPanel</enum>
|
---|
478 | </property>
|
---|
479 | <property name="frameShadow" >
|
---|
480 | <enum>QFrame::Raised</enum>
|
---|
481 | </property>
|
---|
482 | <layout class="QHBoxLayout" >
|
---|
483 | <property name="leftMargin" >
|
---|
484 | <number>0</number>
|
---|
485 | </property>
|
---|
486 | <property name="topMargin" >
|
---|
487 | <number>0</number>
|
---|
488 | </property>
|
---|
489 | <property name="rightMargin" >
|
---|
490 | <number>0</number>
|
---|
491 | </property>
|
---|
492 | <property name="bottomMargin" >
|
---|
493 | <number>0</number>
|
---|
494 | </property>
|
---|
495 | <item>
|
---|
496 | <widget class="QtColorLine" native="1" name="saturationColorLine" >
|
---|
497 | <property name="sizePolicy" >
|
---|
498 | <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
|
---|
499 | <horstretch>0</horstretch>
|
---|
500 | <verstretch>0</verstretch>
|
---|
501 | </sizepolicy>
|
---|
502 | </property>
|
---|
503 | <property name="toolTip" >
|
---|
504 | <string>Saturation</string>
|
---|
505 | </property>
|
---|
506 | </widget>
|
---|
507 | </item>
|
---|
508 | </layout>
|
---|
509 | </widget>
|
---|
510 | <widget class="QLabel" name="saturationLabel" >
|
---|
511 | <property name="geometry" >
|
---|
512 | <rect>
|
---|
513 | <x>209</x>
|
---|
514 | <y>364</y>
|
---|
515 | <width>64</width>
|
---|
516 | <height>18</height>
|
---|
517 | </rect>
|
---|
518 | </property>
|
---|
519 | <property name="sizePolicy" >
|
---|
520 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
521 | <horstretch>0</horstretch>
|
---|
522 | <verstretch>0</verstretch>
|
---|
523 | </sizepolicy>
|
---|
524 | </property>
|
---|
525 | <property name="text" >
|
---|
526 | <string>Sat</string>
|
---|
527 | </property>
|
---|
528 | </widget>
|
---|
529 | <widget class="QLabel" name="vLabel" >
|
---|
530 | <property name="geometry" >
|
---|
531 | <rect>
|
---|
532 | <x>10</x>
|
---|
533 | <y>393</y>
|
---|
534 | <width>32</width>
|
---|
535 | <height>18</height>
|
---|
536 | </rect>
|
---|
537 | </property>
|
---|
538 | <property name="sizePolicy" >
|
---|
539 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
540 | <horstretch>0</horstretch>
|
---|
541 | <verstretch>0</verstretch>
|
---|
542 | </sizepolicy>
|
---|
543 | </property>
|
---|
544 | <property name="toolTip" >
|
---|
545 | <string>Value</string>
|
---|
546 | </property>
|
---|
547 | <property name="text" >
|
---|
548 | <string>V</string>
|
---|
549 | </property>
|
---|
550 | </widget>
|
---|
551 | <widget class="QFrame" name="frame_3" >
|
---|
552 | <property name="geometry" >
|
---|
553 | <rect>
|
---|
554 | <x>48</x>
|
---|
555 | <y>391</y>
|
---|
556 | <width>155</width>
|
---|
557 | <height>23</height>
|
---|
558 | </rect>
|
---|
559 | </property>
|
---|
560 | <property name="sizePolicy" >
|
---|
561 | <sizepolicy vsizetype="Preferred" hsizetype="Ignored" >
|
---|
562 | <horstretch>0</horstretch>
|
---|
563 | <verstretch>0</verstretch>
|
---|
564 | </sizepolicy>
|
---|
565 | </property>
|
---|
566 | <property name="frameShape" >
|
---|
567 | <enum>QFrame::StyledPanel</enum>
|
---|
568 | </property>
|
---|
569 | <property name="frameShadow" >
|
---|
570 | <enum>QFrame::Raised</enum>
|
---|
571 | </property>
|
---|
572 | <layout class="QHBoxLayout" >
|
---|
573 | <property name="leftMargin" >
|
---|
574 | <number>0</number>
|
---|
575 | </property>
|
---|
576 | <property name="topMargin" >
|
---|
577 | <number>0</number>
|
---|
578 | </property>
|
---|
579 | <property name="rightMargin" >
|
---|
580 | <number>0</number>
|
---|
581 | </property>
|
---|
582 | <property name="bottomMargin" >
|
---|
583 | <number>0</number>
|
---|
584 | </property>
|
---|
585 | <item>
|
---|
586 | <widget class="QtColorLine" native="1" name="valueColorLine" >
|
---|
587 | <property name="sizePolicy" >
|
---|
588 | <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
|
---|
589 | <horstretch>0</horstretch>
|
---|
590 | <verstretch>0</verstretch>
|
---|
591 | </sizepolicy>
|
---|
592 | </property>
|
---|
593 | <property name="toolTip" >
|
---|
594 | <string>Value</string>
|
---|
595 | </property>
|
---|
596 | </widget>
|
---|
597 | </item>
|
---|
598 | </layout>
|
---|
599 | </widget>
|
---|
600 | <widget class="QLabel" name="valueLabel" >
|
---|
601 | <property name="geometry" >
|
---|
602 | <rect>
|
---|
603 | <x>209</x>
|
---|
604 | <y>393</y>
|
---|
605 | <width>64</width>
|
---|
606 | <height>18</height>
|
---|
607 | </rect>
|
---|
608 | </property>
|
---|
609 | <property name="sizePolicy" >
|
---|
610 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
611 | <horstretch>0</horstretch>
|
---|
612 | <verstretch>0</verstretch>
|
---|
613 | </sizepolicy>
|
---|
614 | </property>
|
---|
615 | <property name="text" >
|
---|
616 | <string>Val</string>
|
---|
617 | </property>
|
---|
618 | </widget>
|
---|
619 | <widget class="QLabel" name="aLabel" >
|
---|
620 | <property name="geometry" >
|
---|
621 | <rect>
|
---|
622 | <x>10</x>
|
---|
623 | <y>422</y>
|
---|
624 | <width>32</width>
|
---|
625 | <height>18</height>
|
---|
626 | </rect>
|
---|
627 | </property>
|
---|
628 | <property name="sizePolicy" >
|
---|
629 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
630 | <horstretch>0</horstretch>
|
---|
631 | <verstretch>0</verstretch>
|
---|
632 | </sizepolicy>
|
---|
633 | </property>
|
---|
634 | <property name="toolTip" >
|
---|
635 | <string>Alpha</string>
|
---|
636 | </property>
|
---|
637 | <property name="text" >
|
---|
638 | <string>A</string>
|
---|
639 | </property>
|
---|
640 | </widget>
|
---|
641 | <widget class="QFrame" name="frame_4" >
|
---|
642 | <property name="geometry" >
|
---|
643 | <rect>
|
---|
644 | <x>48</x>
|
---|
645 | <y>420</y>
|
---|
646 | <width>155</width>
|
---|
647 | <height>23</height>
|
---|
648 | </rect>
|
---|
649 | </property>
|
---|
650 | <property name="sizePolicy" >
|
---|
651 | <sizepolicy vsizetype="Preferred" hsizetype="Ignored" >
|
---|
652 | <horstretch>0</horstretch>
|
---|
653 | <verstretch>0</verstretch>
|
---|
654 | </sizepolicy>
|
---|
655 | </property>
|
---|
656 | <property name="frameShape" >
|
---|
657 | <enum>QFrame::StyledPanel</enum>
|
---|
658 | </property>
|
---|
659 | <property name="frameShadow" >
|
---|
660 | <enum>QFrame::Raised</enum>
|
---|
661 | </property>
|
---|
662 | <layout class="QHBoxLayout" >
|
---|
663 | <property name="leftMargin" >
|
---|
664 | <number>0</number>
|
---|
665 | </property>
|
---|
666 | <property name="topMargin" >
|
---|
667 | <number>0</number>
|
---|
668 | </property>
|
---|
669 | <property name="rightMargin" >
|
---|
670 | <number>0</number>
|
---|
671 | </property>
|
---|
672 | <property name="bottomMargin" >
|
---|
673 | <number>0</number>
|
---|
674 | </property>
|
---|
675 | <item>
|
---|
676 | <widget class="QtColorLine" native="1" name="alphaColorLine" >
|
---|
677 | <property name="sizePolicy" >
|
---|
678 | <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
|
---|
679 | <horstretch>0</horstretch>
|
---|
680 | <verstretch>0</verstretch>
|
---|
681 | </sizepolicy>
|
---|
682 | </property>
|
---|
683 | <property name="toolTip" >
|
---|
684 | <string>Alpha</string>
|
---|
685 | </property>
|
---|
686 | </widget>
|
---|
687 | </item>
|
---|
688 | </layout>
|
---|
689 | </widget>
|
---|
690 | <widget class="QLabel" name="alphaLabel" >
|
---|
691 | <property name="geometry" >
|
---|
692 | <rect>
|
---|
693 | <x>209</x>
|
---|
694 | <y>422</y>
|
---|
695 | <width>64</width>
|
---|
696 | <height>18</height>
|
---|
697 | </rect>
|
---|
698 | </property>
|
---|
699 | <property name="sizePolicy" >
|
---|
700 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
701 | <horstretch>0</horstretch>
|
---|
702 | <verstretch>0</verstretch>
|
---|
703 | </sizepolicy>
|
---|
704 | </property>
|
---|
705 | <property name="text" >
|
---|
706 | <string>Alpha</string>
|
---|
707 | </property>
|
---|
708 | </widget>
|
---|
709 | <widget class="QComboBox" name="typeComboBox" >
|
---|
710 | <property name="geometry" >
|
---|
711 | <rect>
|
---|
712 | <x>10</x>
|
---|
713 | <y>40</y>
|
---|
714 | <width>79</width>
|
---|
715 | <height>22</height>
|
---|
716 | </rect>
|
---|
717 | </property>
|
---|
718 | <property name="toolTip" >
|
---|
719 | <string>Type</string>
|
---|
720 | </property>
|
---|
721 | </widget>
|
---|
722 | <widget class="QComboBox" name="spreadComboBox" >
|
---|
|
---|