|
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>OptionsPage</class> |
|
7 <widget class="QWidget" name="OptionsPage"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>413</width> |
|
13 <height>372</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Form7</string> |
|
18 </property> |
|
19 <layout class="QHBoxLayout"> |
|
20 <property name="margin"> |
|
21 <number>11</number> |
|
22 </property> |
|
23 <property name="spacing"> |
|
24 <number>6</number> |
|
25 </property> |
|
26 <item> |
|
27 <layout class="QVBoxLayout"> |
|
28 <item> |
|
29 <widget class="Q3GroupBox" name="optionsGroup"> |
|
30 <property name="title"> |
|
31 <string>Installation options</string> |
|
32 </property> |
|
33 <layout class="QGridLayout"> |
|
34 <property name="margin"> |
|
35 <number>11</number> |
|
36 </property> |
|
37 <property name="spacing"> |
|
38 <number>6</number> |
|
39 </property> |
|
40 <item row="0" column="0" rowspan="1" colspan="2"> |
|
41 <widget class="QLabel" name="pathLabel"> |
|
42 <property name="text"> |
|
43 <string>Destination &path (appr. 1Gb free space required)</string> |
|
44 </property> |
|
45 <property name="buddy" stdset="0"> |
|
46 <cstring>installPath</cstring> |
|
47 </property> |
|
48 <property name="wordWrap"> |
|
49 <bool>false</bool> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="1" column="0" rowspan="1" colspan="2"> |
|
54 <layout class="QHBoxLayout"> |
|
55 <property name="margin"> |
|
56 <number>0</number> |
|
57 </property> |
|
58 <property name="spacing"> |
|
59 <number>6</number> |
|
60 </property> |
|
61 <item> |
|
62 <widget class="QLineEdit" name="installPath"/> |
|
63 </item> |
|
64 <item> |
|
65 <widget class="QPushButton" name="installPathButton"> |
|
66 <property name="text"> |
|
67 <string/> |
|
68 </property> |
|
69 <property name="icon"> |
|
70 <pixmap>image0</pixmap> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 </layout> |
|
75 </item> |
|
76 <item row="2" column="1"> |
|
77 <widget class="QCheckBox" name="installExamples"> |
|
78 <property name="text"> |
|
79 <string>Build &Examples</string> |
|
80 </property> |
|
81 <property name="shortcut"> |
|
82 <string>Alt+E</string> |
|
83 </property> |
|
84 <property name="checked"> |
|
85 <bool>true</bool> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="2" column="0"> |
|
90 <widget class="QCheckBox" name="installTools"> |
|
91 <property name="text"> |
|
92 <string>Build &Tools</string> |
|
93 </property> |
|
94 <property name="checked"> |
|
95 <bool>true</bool> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="3" column="0"> |
|
100 <widget class="QCheckBox" name="installExtensions"> |
|
101 <property name="text"> |
|
102 <string>Build E&xtensions</string> |
|
103 </property> |
|
104 <property name="checked"> |
|
105 <bool>true</bool> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item row="3" column="1"> |
|
110 <widget class="QCheckBox" name="installTutorials"> |
|
111 <property name="text"> |
|
112 <string>Build T&utorials</string> |
|
113 </property> |
|
114 <property name="shortcut"> |
|
115 <string>Alt+U</string> |
|
116 </property> |
|
117 <property name="checked"> |
|
118 <bool>true</bool> |
|
119 </property> |
|
120 </widget> |
|
121 </item> |
|
122 <item row="4" column="1"> |
|
123 <widget class="QCheckBox" name="skipBuild"> |
|
124 <property name="text"> |
|
125 <string>&Skip Build Step</string> |
|
126 </property> |
|
127 <property name="shortcut"> |
|
128 <string>Alt+S</string> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 <item row="4" column="0"> |
|
133 <widget class="QCheckBox" name="installDocs"> |
|
134 <property name="text"> |
|
135 <string>Install &documentation</string> |
|
136 </property> |
|
137 <property name="shortcut"> |
|
138 <string>Alt+D</string> |
|
139 </property> |
|
140 <property name="checked"> |
|
141 <bool>true</bool> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 </layout> |
|
146 </widget> |
|
147 </item> |
|
148 <item> |
|
149 <widget class="Q3ButtonGroup" name="sysGroup"> |
|
150 <property name="title"> |
|
151 <string>Compiler options</string> |
|
152 </property> |
|
153 <layout class="QGridLayout"> |
|
154 <property name="margin"> |
|
155 <number>11</number> |
|
156 </property> |
|
157 <property name="spacing"> |
|
158 <number>6</number> |
|
159 </property> |
|
160 <item row="0" column="1"> |
|
161 <layout class="QVBoxLayout"> |
|
162 <item> |
|
163 <widget class="QCheckBox" name="installIDEIntegration"> |
|
164 <property name="enabled"> |
|
165 <bool>false</bool> |
|
166 </property> |
|
167 <property name="text"> |
|
168 <string>&Integrate with IDE</string> |
|
169 </property> |
|
170 <property name="shortcut"> |
|
171 <string/> |
|
172 </property> |
|
173 <property name="checked"> |
|
174 <bool>true</bool> |
|
175 </property> |
|
176 <property name="buttonGroupId"> |
|
177 <number>99</number> |
|
178 </property> |
|
179 </widget> |
|
180 </item> |
|
181 <item> |
|
182 <spacer name="spacer7_2"> |
|
183 <property name="sizeHint"> |
|
184 <size> |
|
185 <width>40</width> |
|
186 <height>40</height> |
|
187 </size> |
|
188 </property> |
|
189 <property name="sizeType"> |
|
190 <enum>QSizePolicy::Expanding</enum> |
|
191 </property> |
|
192 <property name="orientation"> |
|
193 <enum>Qt::Vertical</enum> |
|
194 </property> |
|
195 </spacer> |
|
196 </item> |
|
197 </layout> |
|
198 </item> |
|
199 <item row="1" column="0" rowspan="1" colspan="2"> |
|
200 <layout class="QVBoxLayout"> |
|
201 <item> |
|
202 <layout class="QHBoxLayout"> |
|
203 <item> |
|
204 <widget class="QRadioButton" name="sysOther"> |
|
205 <property name="sizePolicy"> |
|
206 <sizepolicy> |
|
207 <hsizetype>0</hsizetype> |
|
208 <vsizetype>0</vsizetype> |
|
209 <horstretch>0</horstretch> |
|
210 <verstretch>0</verstretch> |
|
211 </sizepolicy> |
|
212 </property> |
|
213 <property name="text"> |
|
214 <string>Other</string> |
|
215 </property> |
|
216 <property name="buttonGroupId"> |
|
217 <number>4</number> |
|
218 </property> |
|
219 </widget> |
|
220 </item> |
|
221 <item> |
|
222 <widget class="QComboBox" name="sysOtherCombo"> |
|
223 <property name="enabled"> |
|
224 <bool>false</bool> |
|
225 </property> |
|
226 <property name="sizePolicy"> |
|
227 <sizepolicy> |
|
228 <hsizetype>5</hsizetype> |
|
229 <vsizetype>0</vsizetype> |
|
230 <horstretch>0</horstretch> |
|
231 <verstretch>0</verstretch> |
|
232 </sizepolicy> |
|
233 </property> |
|
234 <property name="duplicatesEnabled"> |
|
235 <bool>false</bool> |
|
236 </property> |
|
237 <item> |
|
238 <property name="text"> |
|
239 <string>win32-msvc2005</string> |
|
240 </property> |
|
241 </item> |
|
242 <item> |
|
243 <property name="text"> |
|
244 <string>win32-watcom</string> |
|
245 </property> |
|
246 </item> |
|
247 </widget> |
|
248 </item> |
|
249 <item> |
|
250 <spacer name="spacer9"> |
|
251 <property name="sizeHint"> |
|
252 <size> |
|
253 <width>121</width> |
|
254 <height>21</height> |
|
255 </size> |
|
256 </property> |
|
257 <property name="sizeType"> |
|
258 <enum>QSizePolicy::Expanding</enum> |
|
259 </property> |
|
260 <property name="orientation"> |
|
261 <enum>Qt::Horizontal</enum> |
|
262 </property> |
|
263 </spacer> |
|
264 </item> |
|
265 </layout> |
|
266 </item> |
|
267 <item> |
|
268 <widget class="QLabel" name="noteLabel"> |
|
269 <property name="text"> |
|
270 <string>Note: The compilers specified in the 'Other' section are not officially supported.</string> |
|
271 </property> |
|
272 <property name="wordWrap"> |
|
273 <bool>false</bool> |
|
274 </property> |
|
275 </widget> |
|
276 </item> |
|
277 </layout> |
|
278 </item> |
|
279 <item row="0" column="0"> |
|
280 <layout class="QVBoxLayout"> |
|
281 <item> |
|
282 <widget class="QRadioButton" name="sysMsvcNet"> |
|
283 <property name="text"> |
|
284 <string>Microsoft Visual C++ .&NET</string> |
|
285 </property> |
|
286 <property name="shortcut"> |
|
287 <string>Alt+N</string> |
|
288 </property> |
|
289 <property name="buttonGroupId"> |
|
290 <number>0</number> |
|
291 </property> |
|
292 </widget> |
|
293 </item> |
|
294 <item> |
|
295 <widget class="QRadioButton" name="sysMsvc"> |
|
296 <property name="text"> |
|
297 <string>Microsoft &Visual C++</string> |
|
298 </property> |
|
299 <property name="shortcut"> |
|
300 <string>Alt+V</string> |
|
301 </property> |
|
302 <property name="buttonGroupId"> |
|
303 <number>1</number> |
|
304 </property> |
|
305 </widget> |
|
306 </item> |
|
307 <item> |
|
308 <widget class="QRadioButton" name="sysBorland"> |
|
309 <property name="text"> |
|
310 <string>&Borland C++</string> |
|
311 </property> |
|
312 <property name="shortcut"> |
|
313 <string>Alt+V</string> |
|
314 </property> |
|
315 <property name="buttonGroupId"> |
|
316 <number>2</number> |
|
317 </property> |
|
318 </widget> |
|
319 </item> |
|
320 <item> |
|
321 <widget class="QRadioButton" name="sysMinGW"> |
|
322 <property name="text"> |
|
323 <string>MinGW32</string> |
|
324 </property> |
|
325 <property name="buttonGroupId"> |
|
326 <number>3</number> |
|
327 </property> |
|
328 </widget> |
|
329 </item> |
|
330 <item> |
|
331 <widget class="QRadioButton" name="sysIntel"> |
|
332 <property name="text"> |
|
333 <string>Intel C++</string> |
|
334 </property> |
|
335 <property name="buttonGroupId"> |
|
336 <number>6</number> |
|
337 </property> |
|
338 </widget> |
|
339 </item> |
|
340 </layout> |
|
341 </item> |
|
342 </layout> |
|
343 </widget> |
|
344 </item> |
|
345 <item> |
|
346 <spacer name="spacer6"> |
|
347 <property name="sizeHint"> |
|
348 <size> |
|
349 <width>20</width> |
|
350 <height>64</height> |
|
351 </size> |
|
352 </property> |
|
353 <property name="sizeType"> |
|
354 <enum>QSizePolicy::Expanding</enum> |
|
355 </property> |
|
356 <property name="orientation"> |
|
357 <enum>Qt::Vertical</enum> |
|
358 </property> |
|
359 </spacer> |
|
360 </item> |
|
361 </layout> |
|
362 </item> |
|
363 </layout> |
|
364 </widget> |
|
365 <layoutdefault spacing="6" margin="11"/> |
|
366 <images> |
|
367 <image name="image0"> |
|
368 <data format="XPM.GZ" length="379">789c5d8ec10ac2300c86ef7d8ad0dc8a6cad4e3b101f41f1288887b43ae6610a3a0f22bebb766de6e65f4af27f247f9b2bd86dd7a072716fa93d7bf035dd401d1f4df3dc1f562f21cd02cc0ce660e444c80c3c6cae9753e8f1dba3d6bad03a581f6c5994d36829d8ca56365ac7b6b25d0e0b11431932ec2e8e589a8d2cedf07af71772845119e7a1a374068c11fdcde14f7d9e6721cf0d51ca1ba1c8c628b15ef1ddf7527c00b6995250</data> |
|
369 </image> |
|
370 </images> |
|
371 <connections> |
|
372 <connection> |
|
373 <sender>sysOther</sender> |
|
374 <signal>toggled(bool)</signal> |
|
375 <receiver>sysOtherCombo</receiver> |
|
376 <slot>setEnabled(bool)</slot> |
|
377 </connection> |
|
378 <connection> |
|
379 <sender>sysBorland</sender> |
|
380 <signal>toggled(bool)</signal> |
|
381 <receiver>installIDEIntegration</receiver> |
|
382 <slot>setDisabled(bool)</slot> |
|
383 </connection> |
|
384 <connection> |
|
385 <sender>sysMsvcNet</sender> |
|
386 <signal>toggled(bool)</signal> |
|
387 <receiver>installIDEIntegration</receiver> |
|
388 <slot>setEnabled(bool)</slot> |
|
389 </connection> |
|
390 <connection> |
|
391 <sender>sysMsvc</sender> |
|
392 <signal>toggled(bool)</signal> |
|
393 <receiver>installIDEIntegration</receiver> |
|
394 <slot>setEnabled(bool)</slot> |
|
395 </connection> |
|
396 <connection> |
|
397 <sender>sysOther</sender> |
|
398 <signal>toggled(bool)</signal> |
|
399 <receiver>installIDEIntegration</receiver> |
|
400 <slot>setDisabled(bool)</slot> |
|
401 </connection> |
|
402 <connection> |
|
403 <sender>sysMinGW</sender> |
|
404 <signal>toggled(bool)</signal> |
|
405 <receiver>installIDEIntegration</receiver> |
|
406 <slot>setDisabled(bool)</slot> |
|
407 </connection> |
|
408 <connection> |
|
409 <sender>sysIntel</sender> |
|
410 <signal>toggled(bool)</signal> |
|
411 <receiver>installIDEIntegration</receiver> |
|
412 <slot>setEnabled(bool)</slot> |
|
413 </connection> |
|
414 <connection> |
|
415 <sender>skipBuild</sender> |
|
416 <signal>toggled(bool)</signal> |
|
417 <receiver>installTools</receiver> |
|
418 <slot>setDisabled(bool)</slot> |
|
419 </connection> |
|
420 <connection> |
|
421 <sender>skipBuild</sender> |
|
422 <signal>toggled(bool)</signal> |
|
423 <receiver>installTutorials</receiver> |
|
424 <slot>setDisabled(bool)</slot> |
|
425 </connection> |
|
426 <connection> |
|
427 <sender>skipBuild</sender> |
|
428 <signal>toggled(bool)</signal> |
|
429 <receiver>installExtensions</receiver> |
|
430 <slot>setDisabled(bool)</slot> |
|
431 </connection> |
|
432 <connection> |
|
433 <sender>skipBuild</sender> |
|
434 <signal>toggled(bool)</signal> |
|
435 <receiver>installExamples</receiver> |
|
436 <slot>setDisabled(bool)</slot> |
|
437 </connection> |
|
438 </connections> |
|
439 </ui> |