1<ui version="4.0" >
2 <comment>*********************************************************************
3**
4** Copyright (C) 2016 The Qt Company Ltd.
5** Contact: https://www.qt.io/licensing/
6**
7** This file is part of the tools applications of the Qt Toolkit.
8**
9** $QT_BEGIN_LICENSE:LGPL$
10** Commercial License Usage
11** Licensees holding valid commercial Qt licenses may use this file in
12** accordance with the commercial license agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and The Qt Company. For licensing terms
15** and conditions see https://www.qt.io/terms-conditions. For further
16** information use the contact form at https://www.qt.io/contact-us.
17**
18** GNU Lesser General Public License Usage
19** Alternatively, this file may be used under the terms of the GNU Lesser
20** General Public License version 3 as published by the Free Software
21** Foundation and appearing in the file LICENSE.LGPL3 included in the
22** packaging of this file. Please review the following information to
23** ensure the GNU Lesser General Public License version 3 requirements
24** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
25**
26** GNU General Public License Usage
27** Alternatively, this file may be used under the terms of the GNU
28** General Public License version 2.0 or (at your option) the GNU General
29** Public license version 3 or any later version approved by the KDE Free
30** Qt Foundation. The licenses are as published by the Free Software
31** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
32** included in the packaging of this file. Please review the following
33** information to ensure the GNU General Public License requirements will
34** be met: https://www.gnu.org/licenses/gpl-2.0.html and
35** https://www.gnu.org/licenses/gpl-3.0.html.
36**
37** $QT_END_LICENSE$
38**
39*********************************************************************</comment>
40 <class>QtGradientEditor</class>
41 <widget class="QWidget" name="QtGradientEditor" >
42  <property name="geometry" >
43   <rect>
44    <x>0</x>
45    <y>0</y>
46    <width>364</width>
47    <height>518</height>
48   </rect>
49  </property>
50  <property name="windowTitle" >
51   <string>Form</string>
52  </property>
53  <widget class="QFrame" name="frame" >
54   <property name="geometry" >
55    <rect>
56     <x>10</x>
57     <y>69</y>
58     <width>193</width>
59     <height>150</height>
60    </rect>
61   </property>
62   <property name="sizePolicy" >
63    <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
64     <horstretch>0</horstretch>
65     <verstretch>0</verstretch>
66    </sizepolicy>
67   </property>
68   <property name="frameShape" >
69    <enum>QFrame::StyledPanel</enum>
70   </property>
71   <property name="frameShadow" >
72    <enum>QFrame::Raised</enum>
73   </property>
74   <layout class="QVBoxLayout" >
75    <property name="spacing" >
76     <number>6</number>
77    </property>
78    <property name="leftMargin" >
79     <number>0</number>
80    </property>
81    <property name="topMargin" >
82     <number>0</number>
83    </property>
84    <property name="rightMargin" >
85     <number>0</number>
86    </property>
87    <property name="bottomMargin" >
88     <number>0</number>
89    </property>
90    <item>
91     <widget class="QtGradientWidget" native="1" name="gradientWidget" >
92      <property name="sizePolicy" >
93       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
94        <horstretch>0</horstretch>
95        <verstretch>0</verstretch>
96       </sizepolicy>
97      </property>
98      <property name="toolTip" >
99       <string>Gradient Editor</string>
100      </property>
101      <property name="whatsThis" >
102       <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 &amp; drop.</string>
103      </property>
104     </widget>
105    </item>
106   </layout>
107  </widget>
108  <widget class="QLabel" name="label1" >
109   <property name="geometry" >
110    <rect>
111     <x>209</x>
112     <y>69</y>
113     <width>64</width>
114     <height>23</height>
115    </rect>
116   </property>
117   <property name="text" >
118    <string>1</string>
119   </property>
120  </widget>
121  <widget class="QDoubleSpinBox" name="spinBox1" >
122   <property name="geometry" >
123    <rect>
124     <x>279</x>
125     <y>69</y>
126     <width>73</width>
127     <height>23</height>
128    </rect>
129   </property>
130   <property name="keyboardTracking" >
131    <bool>false</bool>
132   </property>
133   <property name="decimals" >
134    <number>3</number>
135   </property>
136   <property name="maximum" >
137    <double>1.000000000000000</double>
138   </property>
139   <property name="singleStep" >
140    <double>0.010000000000000</double>
141   </property>
142  </widget>
143  <widget class="QLabel" name="label2" >
144   <property name="geometry" >
145    <rect>
146     <x>209</x>
147     <y>99</y>
148     <width>64</width>
149     <height>23</height>
150    </rect>
151   </property>
152   <property name="text" >
153    <string>2</string>
154   </property>
155  </widget>
156  <widget class="QDoubleSpinBox" name="spinBox2" >
157   <property name="geometry" >
158    <rect>
159     <x>279</x>
160     <y>99</y>
161     <width>73</width>
162     <height>23</height>
163    </rect>
164   </property>
165   <property name="keyboardTracking" >
166    <bool>false</bool>
167   </property>
168   <property name="decimals" >
169    <number>3</number>
170   </property>
171   <property name="maximum" >
172    <double>1.000000000000000</double>
173   </property>
174   <property name="singleStep" >
175    <double>0.010000000000000</double>
176   </property>
177  </widget>
178  <widget class="QLabel" name="label3" >
179   <property name="geometry" >
180    <rect>
181     <x>209</x>
182     <y>129</y>
183     <width>64</width>
184     <height>23</height>
185    </rect>
186   </property>
187   <property name="text" >
188    <string>3</string>
189   </property>
190  </widget>
191  <widget class="QDoubleSpinBox" name="spinBox3" >
192   <property name="geometry" >
193    <rect>
194     <x>279</x>
195     <y>129</y>
196     <width>73</width>
197     <height>23</height>
198    </rect>
199   </property>
200   <property name="keyboardTracking" >
201    <bool>false</bool>
202   </property>
203   <property name="decimals" >
204    <number>3</number>
205   </property>
206   <property name="maximum" >
207    <double>1.000000000000000</double>
208   </property>
209   <property name="singleStep" >
210    <double>0.010000000000000</double>
211   </property>
212  </widget>
213  <widget class="QLabel" name="label4" >
214   <property name="geometry" >
215    <rect>
216     <x>209</x>
217     <y>159</y>
218     <width>64</width>
219     <height>23</height>
220    </rect>
221   </property>
222   <property name="text" >
223    <string>4</string>
224   </property>
225  </widget>
226  <widget class="QDoubleSpinBox" name="spinBox4" >
227   <property name="geometry" >
228    <rect>
229     <x>279</x>
230     <y>159</y>
231     <width>73</width>
232     <height>23</height>
233    </rect>
234   </property>
235   <property name="keyboardTracking" >
236    <bool>false</bool>
237   </property>
238   <property name="decimals" >
239    <number>3</number>
240   </property>
241   <property name="maximum" >
242    <double>1.000000000000000</double>
243   </property>
244   <property name="singleStep" >
245    <double>0.010000000000000</double>
246   </property>
247  </widget>
248  <widget class="QLabel" name="label5" >
249   <property name="geometry" >
250    <rect>
251     <x>209</x>
252     <y>189</y>
253     <width>64</width>
254     <height>23</height>
255    </rect>
256   </property>
257   <property name="text" >
258    <string>5</string>
259   </property>
260  </widget>
261  <widget class="QDoubleSpinBox" name="spinBox5" >
262   <property name="geometry" >
263    <rect>
264     <x>279</x>
265     <y>189</y>
266     <width>73</width>
267     <height>23</height>
268    </rect>
269   </property>
270   <property name="keyboardTracking" >
271    <bool>false</bool>
272   </property>
273   <property name="decimals" >
274    <number>3</number>
275   </property>
276   <property name="maximum" >
277    <double>1.000000000000000</double>
278   </property>
279   <property name="singleStep" >
280    <double>0.010000000000000</double>
281   </property>
282  </widget>
283  <widget class="QtGradientStopsWidget" native="1" name="gradientStopsWidget" >
284   <property name="geometry" >
285    <rect>
286     <x>10</x>
287     <y>225</y>
288     <width>193</width>
289     <height>67</height>
290    </rect>
291   </property>
292   <property name="toolTip" >
293    <string>Gradient Stops Editor</string>
294   </property>
295   <property name="whatsThis" >
296    <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 &amp; drop the handle to reposition it. Use right mouse button to popup context menu with extra actions.</string>
297   </property>
298  </widget>
299  <widget class="QLabel" name="zoomLabel" >
300   <property name="geometry" >
301    <rect>
302     <x>209</x>
303     <y>231</y>
304     <width>64</width>
305     <height>23</height>
306    </rect>
307   </property>
308   <property name="text" >
309    <string>Zoom</string>
310   </property>
311  </widget>
312  <widget class="QToolButton" name="zoomAllButton" >
313   <property name="geometry" >
314    <rect>
315     <x>279</x>
316     <y>260</y>
317     <width>72</width>
318     <height>26</height>
319    </rect>
320   </property>
321   <property name="sizePolicy" >
322    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
323     <horstretch>0</horstretch>
324     <verstretch>0</verstretch>
325    </sizepolicy>
326   </property>
327   <property name="toolTip" >
328    <string>Reset Zoom</string>
329   </property>
330   <property name="text" >
331    <string>Reset Zoom</string>
332   </property>
333  </widget>
334  <widget class="QLabel" name="positionLabel" >
335   <property name="geometry" >
336    <rect>
337     <x>209</x>
338     <y>304</y>
339     <width>64</width>
340     <height>23</height>
341    </rect>
342   </property>
343   <property name="text" >
344    <string>Position</string>
345   </property>
346  </widget>
347  <widget class="QLabel" name="hLabel" >
348   <property name="geometry" >
349    <rect>
350     <x>10</x>
351     <y>335</y>
352     <width>32</width>
353     <height>18</height>
354    </rect>
355   </property>
356   <property name="sizePolicy" >
357    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
358     <horstretch>0</horstretch>
359     <verstretch>0</verstretch>
360    </sizepolicy>
361   </property>
362   <property name="toolTip" >
363    <string>Hue</string>
364   </property>
365   <property name="text" >
366    <string>H</string>
367   </property>
368  </widget>
369  <widget class="QFrame" name="frame_2" >
370   <property name="geometry" >
371    <rect>
372     <x>48</x>
373     <y>333</y>
374     <width>155</width>
375     <height>23</height>
376    </rect>
377   </property>
378   <property name="sizePolicy" >
379    <sizepolicy vsizetype="Preferred" hsizetype="Ignored" >
380     <horstretch>0</horstretch>
381     <verstretch>0</verstretch>
382    </sizepolicy>
383   </property>
384   <property name="frameShape" >
385    <enum>QFrame::StyledPanel</enum>
386   </property>
387   <property name="frameShadow" >
388    <enum>QFrame::Raised</enum>
389   </property>
390   <layout class="QHBoxLayout" >
391    <property name="leftMargin" >
392     <number>0</number>
393    </property>
394    <property name="topMargin" >
395     <number>0</number>
396    </property>
397    <property name="rightMargin" >
398     <number>0</number>
399    </property>
400    <property name="bottomMargin" >
401     <number>0</number>
402    </property>
403    <item>
404     <widget class="QtColorLine" native="1" name="hueColorLine" >
405      <property name="sizePolicy" >
406       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
407        <horstretch>0</horstretch>
408        <verstretch>0</verstretch>
409       </sizepolicy>
410      </property>
411      <property name="toolTip" >
412       <string>Hue</string>
413      </property>
414     </widget>
415    </item>
416   </layout>
417  </widget>
418  <widget class="QLabel" name="hueLabel" >
419   <property name="geometry" >
420    <rect>
421     <x>209</x>
422     <y>335</y>
423     <width>64</width>
424     <height>18</height>
425    </rect>
426   </property>
427   <property name="sizePolicy" >
428    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
429     <horstretch>0</horstretch>
430     <verstretch>0</verstretch>
431    </sizepolicy>
432   </property>
433   <property name="text" >
434    <string>Hue</string>
435   </property>
436  </widget>
437  <widget class="QLabel" name="sLabel" >
438   <property name="geometry" >
439    <rect>
440     <x>10</x>
441     <y>364</y>
442     <width>32</width>
443     <height>18</height>
444    </rect>
445   </property>
446   <property name="sizePolicy" >
447    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
448     <horstretch>0</horstretch>
449     <verstretch>0</verstretch>
450    </sizepolicy>
451   </property>
452   <property name="toolTip" >
453    <string>Saturation</string>
454   </property>
455   <property name="text" >
456    <string>S</string>
457   </property>
458  </widget>
459  <widget class="QFrame" name="frame_5" >
460   <property name="geometry" >
461    <rect>
462     <x>48</x>
463     <y>362</y>
464     <width>155</width>
465     <height>23</height>
466    </rect>
467   </property>
468   <property name="sizePolicy" >
469    <sizepolicy vsizetype="Preferred" hsizetype="Ignored" >
470     <horstretch>0</horstretch>
471     <verstretch>0</verstretch>
472    </sizepolicy>
473   </property>
474   <property name="frameShape" >
475    <enum>QFrame::StyledPanel</enum>
476   </property>
477   <property name="frameShadow" >
478    <enum>QFrame::Raised</enum>
479   </property>
480   <layout class="QHBoxLayout" >
481    <property name="leftMargin" >
482     <number>0</number>
483    </property>
484    <property name="topMargin" >
485     <number>0</number>
486    </property>
487    <property name="rightMargin" >
488     <number>0</number>
489    </property>
490    <property name="bottomMargin" >
491     <number>0</number>
492    </property>
493    <item>
494     <widget class="QtColorLine" native="1" name="saturationColorLine" >
495      <property name="sizePolicy" >
496       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
497        <horstretch>0</horstretch>
498        <verstretch>0</verstretch>
499       </sizepolicy>
500      </property>
501      <property name="toolTip" >
502       <string>Saturation</string>
503      </property>
504     </widget>
505    </item>
506   </layout>
507  </widget>
508  <widget class="QLabel" name="saturationLabel" >
509   <property name="geometry" >
510    <rect>
511     <x>209</x>
512     <y>364</y>
513     <width>64</width>
514     <height>18</height>
515    </rect>
516   </property>
517   <property name="sizePolicy" >
518    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
519     <horstretch>0</horstretch>
520     <verstretch>0</verstretch>
521    </sizepolicy>
522   </property>
523   <property name="text" >
524    <string>Sat</string>
525   </property>
526  </widget>
527  <widget class="QLabel" name="vLabel" >
528   <property name="geometry" >
529    <rect>
530     <x>10</x>
531     <y>393</y>
532     <width>32</width>
533     <height>18</height>
534    </rect>
535   </property>
536   <property name="sizePolicy" >
537    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
538     <horstretch>0</horstretch>
539     <verstretch>0</verstretch>
540    </sizepolicy>
541   </property>
542   <property name="toolTip" >
543    <string>Value</string>
544   </property>
545   <property name="text" >
546    <string>V</string>
547   </property>
548  </widget>
549  <widget class="QFrame" name="frame_3" >
550   <property name="geometry" >
551    <rect>
552     <x>48</x>
553     <y>391</y>
554     <width>155</width>
555     <height>23</height>
556    </rect>
557   </property>
558   <property name="sizePolicy" >
559    <sizepolicy vsizetype="Preferred" hsizetype="Ignored" >
560     <horstretch>0</horstretch>
561     <verstretch>0</verstretch>
562    </sizepolicy>
563   </property>
564   <property name="frameShape" >
565    <enum>QFrame::StyledPanel</enum>
566   </property>
567   <property name="frameShadow" >
568    <enum>QFrame::Raised</enum>
569   </property>
570   <layout class="QHBoxLayout" >
571    <property name="leftMargin" >
572     <number>0</number>
573    </property>
574    <property name="topMargin" >
575     <number>0</number>
576    </property>
577    <property name="rightMargin" >
578     <number>0</number>
579    </property>
580    <property name="bottomMargin" >
581     <number>0</number>
582    </property>
583    <item>
584     <widget class="QtColorLine" native="1" name="valueColorLine" >
585      <property name="sizePolicy" >
586       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
587        <horstretch>0</horstretch>
588        <verstretch>0</verstretch>
589       </sizepolicy>
590      </property>
591      <property name="toolTip" >
592       <string>Value</string>
593      </property>
594     </widget>
595    </item>
596   </layout>
597  </widget>
598  <widget class="QLabel" name="valueLabel" >
599   <property name="geometry" >
600    <rect>
601     <x>209</x>
602     <y>393</y>
603     <width>64</width>
604     <height>18</height>
605    </rect>
606   </property>
607   <property name="sizePolicy" >
608    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
609     <horstretch>0</horstretch>
610     <verstretch>0</verstretch>
611    </sizepolicy>
612   </property>
613   <property name="text" >
614    <string>Val</string>
615   </property>
616  </widget>
617  <widget class="QLabel" name="aLabel" >
618   <property name="geometry" >
619    <rect>
620     <x>10</x>
621     <y>422</y>
622     <width>32</width>
623     <height>18</height>
624    </rect>
625   </property>
626   <property name="sizePolicy" >
627    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
628     <horstretch>0</horstretch>
629     <verstretch>0</verstretch>
630    </sizepolicy>
631   </property>
632   <property name="toolTip" >
633    <string>Alpha</string>
634   </property>
635   <property name="text" >
636    <string>A</string>
637   </property>
638  </widget>
639  <widget class="QFrame" name="frame_4" >
640   <property name="geometry" >
641    <rect>
642     <x>48</x>
643     <y>420</y>
644     <width>155</width>
645     <height>23</height>
646    </rect>
647   </property>
648   <property name="sizePolicy" >
649    <sizepolicy vsizetype="Preferred" hsizetype="Ignored" >
650     <horstretch>0</horstretch>
651     <verstretch>0</verstretch>
652    </sizepolicy>
653   </property>
654   <property name="frameShape" >
655    <enum>QFrame::StyledPanel</enum>
656   </property>
657   <property name="frameShadow" >
658    <enum>QFrame::Raised</enum>
659   </property>
660   <layout class="QHBoxLayout" >
661    <property name="leftMargin" >
662     <number>0</number>
663    </property>
664    <property name="topMargin" >
665     <number>0</number>
666    </property>
667    <property name="rightMargin" >
668     <number>0</number>
669    </property>
670    <property name="bottomMargin" >
671     <number>0</number>
672    </property>
673    <item>
674     <widget class="QtColorLine" native="1" name="alphaColorLine" >
675      <property name="sizePolicy" >
676       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
677        <horstretch>0</horstretch>
678        <verstretch>0</verstretch>
679       </sizepolicy>
680      </property>
681      <property name="toolTip" >
682       <string>Alpha</string>
683      </property>
684     </widget>
685    </item>
686   </layout>
687  </widget>
688  <widget class="QLabel" name="alphaLabel" >
689   <property name="geometry" >
690    <rect>
691     <x>209</x>
692     <y>422</y>
693     <width>64</width>
694     <height>18</height>
695    </rect>
696   </property>
697   <property name="sizePolicy" >
698    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
699     <horstretch>0</horstretch>
700     <verstretch>0</verstretch>
701    </sizepolicy>
702   </property>
703   <property name="text" >
704    <string>Alpha</string>
705   </property>
706  </widget>
707  <widget class="QComboBox" name="typeComboBox" >
708   <property name="geometry" >
709    <rect>
710     <x>10</x>
711     <y>40</y>
712     <width>79</width>
713     <height>22</height>
714    </rect>
715   </property>
716   <property name="toolTip" >
717    <string>Type</string>
718   </property>
719  </widget>
720  <widget class="QComboBox" name="spreadComboBox" >
721   <property name="geometry" >
722    <rect>
723     <x>96</x>
724     <y>40</y>
725     <width>72</width>
726     <height>22</height>
727    </rect>
728   </property>
729   <property name="toolTip" >
730    <string>Spread</string>
731   </property>
732  </widget>
733  <widget class="QLabel" name="colorLabel" >
734   <property name="geometry" >
735    <rect>
736     <x>10</x>
737     <y>298</y>
738     <width>32</width>
739     <height>29</height>
740    </rect>
741   </property>
742   <property name="sizePolicy" >
743    <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
744     <horstretch>0</horstretch>
745     <verstretch>0</verstretch>
746    </sizepolicy>
747   </property>
748   <property name="text" >
749    <string>Color</string>
750   </property>
751  </widget>
752  <widget class="QtColorButton" name="colorButton" >
753   <property name="geometry" >
754    <rect>
755     <x>48</x>
756     <y>300</y>
757     <width>26</width>
758     <height>25</height>
759    </rect>
760   </property>
761   <property name="toolTip" >
762    <string>Current stop's color</string>
763   </property>
764   <property name="text" >
765    <string/>
766   </property>
767  </widget>
768  <widget class="QRadioButton" name="hsvRadioButton" >
769   <property name="geometry" >
770    <rect>
771     <x>80</x>
772     <y>301</y>
773     <width>49</width>
774     <height>23</height>
775    </rect>
776   </property>
777   <property name="sizePolicy" >
778    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
779     <horstretch>0</horstretch>
780     <verstretch>0</verstretch>
781    </sizepolicy>
782   </property>
783   <property name="toolTip" >
784    <string>Show HSV specification</string>
785   </property>
786   <property name="text" >
787    <string>HSV</string>
788   </property>
789   <property name="checked" >
790    <bool>true</bool>
791   </property>
792  </widget>
793  <widget class="QRadioButton" name="rgbRadioButton" >
794   <property name="geometry" >
795    <rect>
796     <x>135</x>
797     <y>301</y>
798     <width>49</width>
799     <height>23</height>
800    </rect>
801   </property>
802   <property name="sizePolicy" >
803    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
804     <horstretch>0</horstretch>
805     <verstretch>0</verstretch>
806    </sizepolicy>
807   </property>
808   <property name="toolTip" >
809    <string>Show RGB specification</string>
810   </property>
811   <property name="text" >
812    <string>RGB</string>
813   </property>
814  </widget>
815  <widget class="QWidget" native="1" name="positionWidget" >
816   <property name="geometry" >
817    <rect>
818     <x>279</x>
819     <y>304</y>
820     <width>73</width>
821     <height>23</height>
822    </rect>
823   </property>
824   <layout class="QVBoxLayout" >
825    <property name="leftMargin" >
826     <number>0</number>
827    </property>
828    <property name="topMargin" >
829     <number>0</number>
830    </property>
831    <property name="rightMargin" >
832     <number>0</number>
833    </property>
834    <property name="bottomMargin" >
835     <number>0</number>
836    </property>
837    <item>
838     <widget class="QDoubleSpinBox" name="positionSpinBox" >
839      <property name="toolTip" >
840       <string>Current stop's position</string>
841      </property>
842      <property name="keyboardTracking" >
843       <bool>false</bool>
844      </property>
845      <property name="decimals" >
846       <number>3</number>
847      </property>
848      <property name="minimum" >
849       <double>0.000000000000000</double>
850      </property>
851      <property name="maximum" >
852       <double>1.000000000000000</double>
853      </property>
854      <property name="singleStep" >
855       <double>0.010000000000000</double>
856      </property>
857      <property name="value" >
858       <double>0.000000000000000</double>
859      </property>
860     </widget>
861    </item>
862   </layout>
863  </widget>
864  <widget class="QWidget" native="1" name="hueWidget" >
865   <property name="geometry" >
866    <rect>
867     <x>279</x>
868     <y>333</y>
869     <width>73</width>
870     <height>23</height>
871    </rect>
872   </property>
873   <layout class="QVBoxLayout" >
874    <property name="leftMargin" >
875     <number>0</number>
876    </property>
877    <property name="topMargin" >
878     <number>0</number>
879    </property>
880    <property name="rightMargin" >
881     <number>0</number>
882    </property>
883    <property name="bottomMargin" >
884     <number>0</number>
885    </property>
886    <item>
887     <widget class="QSpinBox" name="hueSpinBox" >
888      <property name="keyboardTracking" >
889       <bool>false</bool>
890      </property>
891      <property name="maximum" >
892       <number>359</number>
893      </property>
894     </widget>
895    </item>
896   </layout>
897  </widget>
898  <widget class="QWidget" native="1" name="saturationWidget" >
899   <property name="geometry" >
900    <rect>
901     <x>279</x>
902     <y>362</y>
903     <width>73</width>
904     <height>23</height>
905    </rect>
906   </property>
907   <layout class="QVBoxLayout" >
908    <property name="leftMargin" >
909     <number>0</number>
910    </property>
911    <property name="topMargin" >
912     <number>0</number>
913    </property>
914    <property name="rightMargin" >
915     <number>0</number>
916    </property>
917    <property name="bottomMargin" >
918     <number>0</number>
919    </property>
920    <item>
921     <widget class="QSpinBox" name="saturationSpinBox" >
922      <property name="keyboardTracking" >
923       <bool>false</bool>
924      </property>
925      <property name="maximum" >
926       <number>255</number>
927      </property>
928     </widget>
929    </item>
930   </layout>
931  </widget>
932  <widget class="QWidget" native="1" name="valueWidget" >
933   <property name="geometry" >
934    <rect>
935     <x>279</x>
936     <y>391</y>
937     <width>73</width>
938     <height>23</height>
939    </rect>
940   </property>
941   <layout class="QVBoxLayout" >
942    <property name="leftMargin" >
943     <number>0</number>
944    </property>
945    <property name="topMargin" >
946     <number>0</number>
947    </property>
948    <property name="rightMargin" >
949     <number>0</number>
950    </property>
951    <property name="bottomMargin" >
952     <number>0</number>
953    </property>
954    <item>
955     <widget class="QSpinBox" name="valueSpinBox" >
956      <property name="keyboardTracking" >
957       <bool>false</bool>
958      </property>
959      <property name="maximum" >
960       <number>255</number>
961      </property>
962     </widget>
963    </item>
964   </layout>
965  </widget>
966  <widget class="QWidget" native="1" name="alphaWidget" >
967   <property name="geometry" >
968    <rect>
969     <x>279</x>
970     <y>420</y>
971     <width>73</width>
972     <height>23</height>
973    </rect>
974   </property>
975   <layout class="QVBoxLayout" >
976    <property name="leftMargin" >
977     <number>0</number>
978    </property>
979    <property name="topMargin" >
980     <number>0</number>
981    </property>
982    <property name="rightMargin" >
983     <number>0</number>
984    </property>
985    <property name="bottomMargin" >
986     <number>0</number>
987    </property>
988    <item>
989     <widget class="QSpinBox" name="alphaSpinBox" >
990      <property name="keyboardTracking" >
991       <bool>false</bool>
992      </property>
993      <property name="maximum" >
994       <number>255</number>
995      </property>
996     </widget>
997    </item>
998   </layout>
999  </widget>
1000  <widget class="QWidget" native="1" name="zoomWidget" >
1001   <property name="geometry" >
1002    <rect>
1003     <x>279</x>
1004     <y>231</y>
1005     <width>73</width>
1006     <height>23</height>
1007    </rect>
1008   </property>
1009   <layout class="QVBoxLayout" >
1010    <property name="leftMargin" >
1011     <number>0</number>
1012    </property>
1013    <property name="topMargin" >
1014     <number>0</number>
1015    </property>
1016    <property name="rightMargin" >
1017     <number>0</number>
1018    </property>
1019    <property name="bottomMargin" >
1020     <number>0</number>
1021    </property>
1022    <item>
1023     <widget class="QSpinBox" name="zoomSpinBox" >
1024      <property name="keyboardTracking" >
1025       <bool>false</bool>
1026      </property>
1027      <property name="suffix" >
1028       <string>%</string>
1029      </property>
1030      <property name="minimum" >
1031       <number>100</number>
1032      </property>
1033      <property name="maximum" >
1034       <number>10000</number>
1035      </property>
1036      <property name="singleStep" >
1037       <number>100</number>
1038      </property>
1039      <property name="value" >
1040       <number>100</number>
1041      </property>
1042     </widget>
1043    </item>
1044   </layout>
1045  </widget>
1046  <widget class="QWidget" native="1" name="line1Widget" >
1047   <property name="geometry" >
1048    <rect>
1049     <x>209</x>
1050     <y>219</y>
1051     <width>143</width>
1052     <height>16</height>
1053    </rect>
1054   </property>
1055   <layout class="QVBoxLayout" >
1056    <property name="leftMargin" >
1057     <number>0</number>
1058    </property>
1059    <property name="topMargin" >
1060     <number>0</number>
1061    </property>
1062    <property name="rightMargin" >
1063     <number>0</number>
1064    </property>
1065    <property name="bottomMargin" >
1066     <number>0</number>
1067    </property>
1068    <item>
1069     <widget class="Line" name="line1" >
1070      <property name="orientation" >
1071       <enum>Qt::Horizontal</enum>
1072      </property>
1073     </widget>
1074    </item>
1075   </layout>
1076  </widget>
1077  <widget class="QWidget" native="1" name="line2Widget" >
1078   <property name="geometry" >
1079    <rect>
1080     <x>209</x>
1081     <y>292</y>
1082     <width>143</width>
1083     <height>16</height>
1084    </rect>
1085   </property>
1086   <layout class="QVBoxLayout" >
1087    <property name="leftMargin" >
1088     <number>0</number>
1089    </property>
1090    <property name="topMargin" >
1091     <number>0</number>
1092    </property>
1093    <property name="rightMargin" >
1094     <number>0</number>
1095    </property>
1096    <property name="bottomMargin" >
1097     <number>0</number>
1098    </property>
1099    <item>
1100     <widget class="Line" name="line2" >
1101      <property name="orientation" >
1102       <enum>Qt::Horizontal</enum>
1103      </property>
1104     </widget>
1105    </item>
1106   </layout>
1107  </widget>
1108  <widget class="QWidget" native="1" name="zoomButtonsWidget" >
1109   <property name="geometry" >
1110    <rect>
1111     <x>209</x>
1112     <y>260</y>
1113     <width>64</width>
1114     <height>26</height>
1115    </rect>
1116   </property>
1117   <property name="sizePolicy" >
1118    <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
1119     <horstretch>0</horstretch>
1120     <verstretch>0</verstretch>
1121    </sizepolicy>
1122   </property>
1123   <layout class="QHBoxLayout" >
1124    <property name="leftMargin" >
1125     <number>0</number>
1126    </property>
1127    <property name="topMargin" >
1128     <number>0</number>
1129    </property>
1130    <property name="rightMargin" >
1131     <number>0</number>
1132    </property>
1133    <property name="bottomMargin" >
1134     <number>0</number>
1135    </property>
1136    <item>
1137     <widget class="QToolButton" name="zoomInButton" >
1138      <property name="toolTip" >
1139       <string>Zoom In</string>
1140      </property>
1141     </widget>
1142    </item>
1143    <item>
1144     <widget class="QToolButton" name="zoomOutButton" >
1145      <property name="toolTip" >
1146       <string>Zoom Out</string>
1147      </property>
1148     </widget>
1149    </item>
1150    <item>
1151     <spacer>
1152      <property name="orientation" >
1153       <enum>Qt::Horizontal</enum>
1154      </property>
1155      <property name="sizeHint" >
1156       <size>
1157        <width>0</width>
1158        <height>20</height>
1159       </size>
1160      </property>
1161     </spacer>
1162    </item>
1163   </layout>
1164  </widget>
1165  <widget class="QToolButton" name="detailsButton" >
1166   <property name="geometry" >
1167    <rect>
1168     <x>176</x>
1169     <y>40</y>
1170     <width>25</width>
1171     <height>22</height>
1172    </rect>
1173   </property>
1174   <property name="sizePolicy" >
1175    <sizepolicy vsizetype="Ignored" hsizetype="Fixed" >
1176     <horstretch>0</horstretch>
1177     <verstretch>0</verstretch>
1178    </sizepolicy>
1179   </property>
1180   <property name="toolTip" >
1181    <string>Toggle details extension</string>
1182   </property>
1183   <property name="text" >
1184    <string>></string>
1185   </property>
1186   <property name="checkable" >
1187    <bool>true</bool>
1188   </property>
1189   <property name="autoRaise" >
1190    <bool>true</bool>
1191   </property>
1192  </widget>
1193  <widget class="QToolButton" name="linearButton" >
1194   <property name="geometry" >
1195    <rect>
1196     <x>10</x>
1197     <y>10</y>
1198     <width>30</width>
1199     <height>26</height>
1200    </rect>
1201   </property>
1202   <property name="toolTip" >
1203    <string>Linear Type</string>
1204   </property>
1205   <property name="text" >
1206    <string>...</string>
1207   </property>
1208   <property name="checkable" >
1209    <bool>true</bool>
1210   </property>
1211   <property name="autoRaise" >
1212    <bool>true</bool>
1213   </property>
1214  </widget>
1215  <widget class="QToolButton" name="radialButton" >
1216   <property name="geometry" >
1217    <rect>
1218     <x>40</x>
1219     <y>10</y>
1220     <width>30</width>
1221     <height>26</height>
1222    </rect>
1223   </property>
1224   <property name="toolTip" >
1225    <string>Radial Type</string>
1226   </property>
1227   <property name="text" >
1228    <string>...</string>
1229   </property>
1230   <property name="checkable" >
1231    <bool>true</bool>
1232   </property>
1233   <property name="autoRaise" >
1234    <bool>true</bool>
1235   </property>
1236  </widget>
1237  <widget class="QToolButton" name="conicalButton" >
1238   <property name="geometry" >
1239    <rect>
1240     <x>70</x>
1241     <y>10</y>
1242     <width>30</width>
1243     <height>26</height>
1244    </rect>
1245   </property>
1246   <property name="toolTip" >
1247    <string>Conical Type</string>
1248   </property>
1249   <property name="text" >
1250    <string>...</string>
1251   </property>
1252   <property name="checkable" >
1253    <bool>true</bool>
1254   </property>
1255   <property name="autoRaise" >
1256    <bool>true</bool>
1257   </property>
1258  </widget>
1259  <widget class="QToolButton" name="padButton" >
1260   <property name="geometry" >
1261    <rect>
1262     <x>110</x>
1263     <y>10</y>
1264     <width>30</width>
1265     <height>26</height>
1266    </rect>
1267   </property>
1268   <property name="toolTip" >
1269    <string>Pad Spread</string>
1270   </property>
1271   <property name="text" >
1272    <string>...</string>
1273   </property>
1274   <property name="checkable" >
1275    <bool>true</bool>
1276   </property>
1277   <property name="autoRaise" >
1278    <bool>true</bool>
1279   </property>
1280  </widget>
1281  <widget class="QToolButton" name="repeatButton" >
1282   <property name="geometry" >
1283    <rect>
1284     <x>140</x>
1285     <y>10</y>
1286     <width>30</width>
1287     <height>26</height>
1288    </rect>
1289   </property>
1290   <property name="toolTip" >
1291    <string>Repeat Spread</string>
1292   </property>
1293   <property name="text" >
1294    <string>...</string>
1295   </property>
1296   <property name="checkable" >
1297    <bool>true</bool>
1298   </property>
1299   <property name="autoRaise" >
1300    <bool>true</bool>
1301   </property>
1302  </widget>
1303  <widget class="QToolButton" name="reflectButton" >
1304   <property name="geometry" >
1305    <rect>
1306     <x>170</x>
1307     <y>10</y>
1308     <width>30</width>
1309     <height>26</height>
1310    </rect>
1311   </property>
1312   <property name="toolTip" >
1313    <string>Reflect Spread</string>
1314   </property>
1315   <property name="text" >
1316    <string>...</string>
1317   </property>
1318   <property name="checkable" >
1319    <bool>true</bool>
1320   </property>
1321   <property name="autoRaise" >
1322    <bool>true</bool>
1323   </property>
1324  </widget>
1325 </widget>
1326 <customwidgets>
1327  <customwidget>
1328   <class>QtColorButton</class>
1329   <extends>QToolButton</extends>
1330   <header>qtcolorbutton.h</header>
1331  </customwidget>
1332  <customwidget>
1333   <class>QtColorLine</class>
1334   <extends>QWidget</extends>
1335   <header>qtcolorline.h</header>
1336   <container>1</container>
1337  </customwidget>
1338  <customwidget>
1339   <class>QtGradientStopsWidget</class>
1340   <extends>QWidget</extends>
1341   <header>qtgradientstopswidget.h</header>
1342   <container>1</container>
1343  </customwidget>
1344  <customwidget>
1345   <class>QtGradientWidget</class>
1346   <extends>QWidget</extends>
1347   <header>qtgradientwidget.h</header>
1348   <container>1</container>
1349  </customwidget>
1350 </customwidgets>
1351 <tabstops>
1352  <tabstop>typeComboBox</tabstop>
1353  <tabstop>spreadComboBox</tabstop>
1354  <tabstop>detailsButton</tabstop>
1355  <tabstop>spinBox1</tabstop>
1356  <tabstop>spinBox2</tabstop>
1357  <tabstop>spinBox3</tabstop>
1358  <tabstop>spinBox4</tabstop>
1359  <tabstop>spinBox5</tabstop>
1360  <tabstop>zoomSpinBox</tabstop>
1361  <tabstop>zoomInButton</tabstop>
1362  <tabstop>zoomOutButton</tabstop>
1363  <tabstop>zoomAllButton</tabstop>
1364  <tabstop>colorButton</tabstop>
1365  <tabstop>hsvRadioButton</tabstop>
1366  <tabstop>rgbRadioButton</tabstop>
1367  <tabstop>positionSpinBox</tabstop>
1368  <tabstop>hueSpinBox</tabstop>
1369  <tabstop>saturationSpinBox</tabstop>
1370  <tabstop>valueSpinBox</tabstop>
1371  <tabstop>alphaSpinBox</tabstop>
1372 </tabstops>
1373 <resources/>
1374 <connections/>
1375</ui>
1376