|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>InstallationWizard</class> |
|
7 <widget class="QWidget" name="InstallationWizard"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>506</width> |
|
13 <height>403</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Installation Wizard</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <property name="margin"> |
|
21 <number>0</number> |
|
22 </property> |
|
23 <property name="spacing"> |
|
24 <number>0</number> |
|
25 </property> |
|
26 <item> |
|
27 <widget class="Q3Frame" name="Frame"> |
|
28 <property name="frameShape"> |
|
29 <enum>QFrame::NoFrame</enum> |
|
30 </property> |
|
31 <property name="frameShadow"> |
|
32 <enum>QFrame::Plain</enum> |
|
33 </property> |
|
34 <property name="lineWidth"> |
|
35 <number>0</number> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item> |
|
40 <layout class="QVBoxLayout"> |
|
41 <property name="margin"> |
|
42 <number>11</number> |
|
43 </property> |
|
44 <property name="spacing"> |
|
45 <number>6</number> |
|
46 </property> |
|
47 <item> |
|
48 <layout class="QHBoxLayout"> |
|
49 <property name="margin"> |
|
50 <number>0</number> |
|
51 </property> |
|
52 <property name="spacing"> |
|
53 <number>6</number> |
|
54 </property> |
|
55 <item> |
|
56 <widget class="QLabel" name="TextLabel3"> |
|
57 <property name="enabled"> |
|
58 <bool>false</bool> |
|
59 </property> |
|
60 <property name="sizePolicy"> |
|
61 <sizepolicy> |
|
62 <hsizetype>0</hsizetype> |
|
63 <vsizetype>5</vsizetype> |
|
64 <horstretch>0</horstretch> |
|
65 <verstretch>0</verstretch> |
|
66 </sizepolicy> |
|
67 </property> |
|
68 <property name="text"> |
|
69 <string>Setup Wizard</string> |
|
70 </property> |
|
71 <property name="textFormat"> |
|
72 <enum>Qt::PlainText</enum> |
|
73 </property> |
|
74 <property name="wordWrap"> |
|
75 <bool>false</bool> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 <item> |
|
80 <widget class="Line" name="Line1"> |
|
81 <property name="sizePolicy"> |
|
82 <sizepolicy> |
|
83 <hsizetype>1</hsizetype> |
|
84 <vsizetype>0</vsizetype> |
|
85 <horstretch>0</horstretch> |
|
86 <verstretch>0</verstretch> |
|
87 </sizepolicy> |
|
88 </property> |
|
89 <property name="frameShape" stdset="0"> |
|
90 <enum>QFrame::HLine</enum> |
|
91 </property> |
|
92 <property name="frameShadow"> |
|
93 <enum>QFrame::Sunken</enum> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 </layout> |
|
98 </item> |
|
99 <item> |
|
100 <layout class="QHBoxLayout"> |
|
101 <property name="margin"> |
|
102 <number>0</number> |
|
103 </property> |
|
104 <property name="spacing"> |
|
105 <number>6</number> |
|
106 </property> |
|
107 <item> |
|
108 <spacer name="Spacer1"> |
|
109 <property name="sizeHint"> |
|
110 <size> |
|
111 <width>20</width> |
|
112 <height>20</height> |
|
113 </size> |
|
114 </property> |
|
115 <property name="sizeType"> |
|
116 <enum>QSizePolicy::Expanding</enum> |
|
117 </property> |
|
118 <property name="orientation"> |
|
119 <enum>Qt::Horizontal</enum> |
|
120 </property> |
|
121 </spacer> |
|
122 </item> |
|
123 <item> |
|
124 <widget class="QPushButton" name="BackButton"> |
|
125 <property name="text"> |
|
126 <string>< Back</string> |
|
127 </property> |
|
128 </widget> |
|
129 </item> |
|
130 <item> |
|
131 <widget class="QPushButton" name="NextButton"> |
|
132 <property name="text"> |
|
133 <string>Next ></string> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 <item> |
|
138 <spacer name="Spacer2"> |
|
139 <property name="sizeHint"> |
|
140 <size> |
|
141 <width>20</width> |
|
142 <height>20</height> |
|
143 </size> |
|
144 </property> |
|
145 <property name="sizeType"> |
|
146 <enum>QSizePolicy::Fixed</enum> |
|
147 </property> |
|
148 <property name="orientation"> |
|
149 <enum>Qt::Horizontal</enum> |
|
150 </property> |
|
151 </spacer> |
|
152 </item> |
|
153 <item> |
|
154 <widget class="QPushButton" name="CancelButton"> |
|
155 <property name="text"> |
|
156 <string>Cancel</string> |
|
157 </property> |
|
158 </widget> |
|
159 </item> |
|
160 </layout> |
|
161 </item> |
|
162 </layout> |
|
163 </item> |
|
164 </layout> |
|
165 </widget> |
|
166 <layoutdefault spacing="6" margin="11"/> |
|
167 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
168 </ui> |