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