4 <widget class="QDialog" name="ColorDialogWizardDialog"> |
4 <widget class="QDialog" name="ColorDialogWizardDialog"> |
5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>367</width> |
9 <width>381</width> |
10 <height>469</height> |
10 <height>338</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>QColorDialog Wizard</string> |
14 <string>QColorDialog Wizard</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
20 <item> |
20 <item> |
21 <widget class="QGroupBox" name="qtGroup"> |
|
22 <property name="title"> |
|
23 <string>Qt Version</string> |
|
24 </property> |
|
25 <layout class="QHBoxLayout" name="_2"> |
|
26 <item> |
|
27 <widget class="QRadioButton" name="rQt40"> |
|
28 <property name="focusPolicy"> |
|
29 <enum>Qt::TabFocus</enum> |
|
30 </property> |
|
31 <property name="toolTip"> |
|
32 <string>Select to generate code for Qt 4.0.0 but less than Qt 4.5.0</string> |
|
33 </property> |
|
34 <property name="text"> |
|
35 <string>Qt 4.0</string> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item> |
|
40 <widget class="QRadioButton" name="rQt45"> |
|
41 <property name="focusPolicy"> |
|
42 <enum>Qt::TabFocus</enum> |
|
43 </property> |
|
44 <property name="toolTip"> |
|
45 <string>Select to generate code for Qt 4.5.0 or newer</string> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string>Qt 4.5</string> |
|
49 </property> |
|
50 <property name="checked"> |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item> |
|
56 <spacer> |
|
57 <property name="orientation"> |
|
58 <enum>Qt::Horizontal</enum> |
|
59 </property> |
|
60 <property name="sizeHint" stdset="0"> |
|
61 <size> |
|
62 <width>161</width> |
|
63 <height>21</height> |
|
64 </size> |
|
65 </property> |
|
66 </spacer> |
|
67 </item> |
|
68 </layout> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QGroupBox" name="groupBox"> |
21 <widget class="QGroupBox" name="groupBox"> |
73 <property name="title"> |
22 <property name="title"> |
74 <string>Type</string> |
23 <string>Type</string> |
75 </property> |
24 </property> |
76 <layout class="QHBoxLayout"> |
25 <layout class="QHBoxLayout"> |
365 </layout> |
314 </layout> |
366 </widget> |
315 </widget> |
367 <layoutdefault spacing="6" margin="11"/> |
316 <layoutdefault spacing="6" margin="11"/> |
368 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
317 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
369 <tabstops> |
318 <tabstops> |
370 <tabstop>rQt40</tabstop> |
|
371 <tabstop>rQt45</tabstop> |
|
372 <tabstop>rColor</tabstop> |
319 <tabstop>rColor</tabstop> |
373 <tabstop>rRGBA</tabstop> |
320 <tabstop>rRGBA</tabstop> |
374 <tabstop>eTitle</tabstop> |
321 <tabstop>eTitle</tabstop> |
375 <tabstop>eColor</tabstop> |
322 <tabstop>eColor</tabstop> |
376 <tabstop>sRed</tabstop> |
323 <tabstop>sRed</tabstop> |