~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to buildtools/projectmanager/importers/qmake/projectconfigurationdlgbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>ProjectConfigurationDlgBase</class>
 
3
<author>Jakob Simon-Gaarde</author>
 
4
<widget class="QDialog">
 
5
    <property name="name">
 
6
        <cstring>ProjectConfigurationDlgBase</cstring>
 
7
    </property>
 
8
    <property name="geometry">
 
9
        <rect>
 
10
            <x>0</x>
 
11
            <y>0</y>
 
12
            <width>578</width>
 
13
            <height>424</height>
 
14
        </rect>
 
15
    </property>
 
16
    <property name="sizePolicy">
 
17
        <sizepolicy>
 
18
            <hsizetype>5</hsizetype>
 
19
            <vsizetype>5</vsizetype>
 
20
            <horstretch>0</horstretch>
 
21
            <verstretch>0</verstretch>
 
22
        </sizepolicy>
 
23
    </property>
 
24
    <property name="caption">
 
25
        <string>QMake Subproject Configuration</string>
 
26
    </property>
 
27
    <grid>
 
28
        <property name="name">
 
29
            <cstring>unnamed</cstring>
 
30
        </property>
 
31
        <spacer row="1" column="0">
 
32
            <property name="name">
 
33
                <cstring>Spacer1_2</cstring>
 
34
            </property>
 
35
            <property name="orientation">
 
36
                <enum>Horizontal</enum>
 
37
            </property>
 
38
            <property name="sizeType">
 
39
                <enum>Expanding</enum>
 
40
            </property>
 
41
            <property name="sizeHint">
 
42
                <size>
 
43
                    <width>511</width>
 
44
                    <height>16</height>
 
45
                </size>
 
46
            </property>
 
47
        </spacer>
 
48
        <widget class="KPushButton" row="1" column="1">
 
49
            <property name="name">
 
50
                <cstring>buttonOk</cstring>
 
51
            </property>
 
52
            <property name="text">
 
53
                <string>&amp;OK</string>
 
54
            </property>
 
55
            <property name="default">
 
56
                <bool>true</bool>
 
57
            </property>
 
58
        </widget>
 
59
        <widget class="KPushButton" row="1" column="2">
 
60
            <property name="name">
 
61
                <cstring>buttonCancel</cstring>
 
62
            </property>
 
63
            <property name="text">
 
64
                <string>&amp;Cancel</string>
 
65
            </property>
 
66
        </widget>
 
67
        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
 
68
            <property name="name">
 
69
                <cstring>TabBuild</cstring>
 
70
            </property>
 
71
            <widget class="QWidget">
 
72
                <property name="name">
 
73
                    <cstring>buildTab</cstring>
 
74
                </property>
 
75
                <attribute name="title">
 
76
                    <string>&amp;Basics</string>
 
77
                </attribute>
 
78
                <grid>
 
79
                    <property name="name">
 
80
                        <cstring>unnamed</cstring>
 
81
                    </property>
 
82
                    <widget class="QButtonGroup" row="0" column="0">
 
83
                        <property name="name">
 
84
                            <cstring>groupTemplate</cstring>
 
85
                        </property>
 
86
                        <property name="title">
 
87
                            <string>Template</string>
 
88
                        </property>
 
89
                        <property name="exclusive">
 
90
                            <bool>true</bool>
 
91
                        </property>
 
92
                        <property name="selectedId" stdset="0">
 
93
                            <number>0</number>
 
94
                        </property>
 
95
                        <vbox>
 
96
                            <property name="name">
 
97
                                <cstring>unnamed</cstring>
 
98
                            </property>
 
99
                            <widget class="QRadioButton">
 
100
                                <property name="name">
 
101
                                    <cstring>radioApplication</cstring>
 
102
                                </property>
 
103
                                <property name="text">
 
104
                                    <string>&amp;Application</string>
 
105
                                </property>
 
106
                                <property name="toolTip" stdset="0">
 
107
                                    <string>Create an application</string>
 
108
                                </property>
 
109
                            </widget>
 
110
                            <widget class="QRadioButton">
 
111
                                <property name="name">
 
112
                                    <cstring>radioLibrary</cstring>
 
113
                                </property>
 
114
                                <property name="text">
 
115
                                    <string>Librar&amp;y</string>
 
116
                                </property>
 
117
                                <property name="toolTip" stdset="0">
 
118
                                    <string>Create a library</string>
 
119
                                </property>
 
120
                            </widget>
 
121
                            <widget class="QRadioButton">
 
122
                                <property name="name">
 
123
                                    <cstring>radioSubdirs</cstring>
 
124
                                </property>
 
125
                                <property name="text">
 
126
                                    <string>S&amp;ubdirectories</string>
 
127
                                </property>
 
128
                                <property name="toolTip" stdset="0">
 
129
                                    <string>This project holds subdirectories</string>
 
130
                                </property>
 
131
                            </widget>
 
132
                        </vbox>
 
133
                    </widget>
 
134
                    <widget class="QGroupBox" row="1" column="0">
 
135
                        <property name="name">
 
136
                            <cstring>GroupBox1</cstring>
 
137
                        </property>
 
138
                        <property name="title">
 
139
                            <string>Target</string>
 
140
                        </property>
 
141
                        <grid>
 
142
                            <property name="name">
 
143
                                <cstring>unnamed</cstring>
 
144
                            </property>
 
145
                            <widget class="QLabel" row="0" column="0">
 
146
                                <property name="name">
 
147
                                    <cstring>TextLabel1_2</cstring>
 
148
                                </property>
 
149
                                <property name="text">
 
150
                                    <string>&amp;Path:</string>
 
151
                                </property>
 
152
                                <property name="buddy" stdset="0">
 
153
                                    <cstring>m_targetPath</cstring>
 
154
                                </property>
 
155
                            </widget>
 
156
                            <widget class="QLabel" row="1" column="0">
 
157
                                <property name="name">
 
158
                                    <cstring>TextLabel2</cstring>
 
159
                                </property>
 
160
                                <property name="text">
 
161
                                    <string>Output &amp;file:</string>
 
162
                                </property>
 
163
                                <property name="buddy" stdset="0">
 
164
                                    <cstring>m_targetOutputFile</cstring>
 
165
                                </property>
 
166
                            </widget>
 
167
                            <widget class="KLineEdit" row="0" column="1">
 
168
                                <property name="name">
 
169
                                    <cstring>m_targetPath</cstring>
 
170
                                </property>
 
171
                            </widget>
 
172
                            <widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="2">
 
173
                                <property name="name">
 
174
                                    <cstring>m_targetOutputFile</cstring>
 
175
                                </property>
 
176
                            </widget>
 
177
                            <widget class="KPushButton" row="0" column="2">
 
178
                                <property name="name">
 
179
                                    <cstring>Browse</cstring>
 
180
                                </property>
 
181
                                <property name="sizePolicy">
 
182
                                    <sizepolicy>
 
183
                                        <hsizetype>1</hsizetype>
 
184
                                        <vsizetype>0</vsizetype>
 
185
                                        <horstretch>0</horstretch>
 
186
                                        <verstretch>0</verstretch>
 
187
                                    </sizepolicy>
 
188
                                </property>
 
189
                                <property name="text">
 
190
                                    <string>&amp;Browse...</string>
 
191
                                </property>
 
192
                                <property name="toolTip" stdset="0">
 
193
                                    <string>Browse</string>
 
194
                                </property>
 
195
                            </widget>
 
196
                        </grid>
 
197
                    </widget>
 
198
                    <spacer row="4" column="0">
 
199
                        <property name="name">
 
200
                            <cstring>Spacer3</cstring>
 
201
                        </property>
 
202
                        <property name="orientation">
 
203
                            <enum>Vertical</enum>
 
204
                        </property>
 
205
                        <property name="sizeType">
 
206
                            <enum>Expanding</enum>
 
207
                        </property>
 
208
                        <property name="sizeHint">
 
209
                            <size>
 
210
                                <width>20</width>
 
211
                                <height>120</height>
 
212
                            </size>
 
213
                        </property>
 
214
                    </spacer>
 
215
                    <widget class="QGroupBox" row="2" column="0">
 
216
                        <property name="name">
 
217
                            <cstring>groupBox7</cstring>
 
218
                        </property>
 
219
                        <property name="title">
 
220
                            <string>Target Installation</string>
 
221
                        </property>
 
222
                        <grid>
 
223
                            <property name="name">
 
224
                                <cstring>unnamed</cstring>
 
225
                            </property>
 
226
                            <widget class="KLineEdit" row="0" column="2">
 
227
                                <property name="name">
 
228
                                    <cstring>m_InstallTargetPath</cstring>
 
229
                                </property>
 
230
                            </widget>
 
231
                            <widget class="QCheckBox" row="0" column="0">
 
232
                                <property name="name">
 
233
                                    <cstring>checkInstallTarget</cstring>
 
234
                                </property>
 
235
                                <property name="text">
 
236
                                    <string>I&amp;nstall</string>
 
237
                                </property>
 
238
                            </widget>
 
239
                            <widget class="QLabel" row="0" column="1">
 
240
                                <property name="name">
 
241
                                    <cstring>textLabel1_2</cstring>
 
242
                                </property>
 
243
                                <property name="text">
 
244
                                    <string>&amp;Installation path:</string>
 
245
                                </property>
 
246
                                <property name="buddy" stdset="0">
 
247
                                    <cstring>m_InstallTargetPath</cstring>
 
248
                                </property>
 
249
                            </widget>
 
250
                        </grid>
 
251
                    </widget>
 
252
                    <widget class="QGroupBox" row="3" column="0">
 
253
                        <property name="name">
 
254
                            <cstring>groupBox6</cstring>
 
255
                        </property>
 
256
                        <property name="title">
 
257
                            <string>&amp;Makefile</string>
 
258
                        </property>
 
259
                        <grid>
 
260
                            <property name="name">
 
261
                                <cstring>unnamed</cstring>
 
262
                            </property>
 
263
                            <widget class="KURLRequester" row="0" column="0">
 
264
                                <property name="name">
 
265
                                    <cstring>makefile_url</cstring>
 
266
                                </property>
 
267
                            </widget>
 
268
                        </grid>
 
269
                    </widget>
 
270
                </grid>
 
271
            </widget>
 
272
            <widget class="QWidget">
 
273
                <property name="name">
 
274
                    <cstring>configTab</cstring>
 
275
                </property>
 
276
                <attribute name="title">
 
277
                    <string>Confi&amp;guration</string>
 
278
                </attribute>
 
279
                <vbox>
 
280
                    <property name="name">
 
281
                        <cstring>unnamed</cstring>
 
282
                    </property>
 
283
                    <widget class="QCheckBox">
 
284
                        <property name="name">
 
285
                            <cstring>checkDontInheritConfig</cstring>
 
286
                        </property>
 
287
                        <property name="text">
 
288
                            <string>Do &amp;not inherit the configuration options of top level projects</string>
 
289
                        </property>
 
290
                        <property name="toolTip" stdset="0">
 
291
                            <string></string>
 
292
                        </property>
 
293
                    </widget>
 
294
                    <widget class="QButtonGroup">
 
295
                        <property name="name">
 
296
                            <cstring>groupBuildMode</cstring>
 
297
                        </property>
 
298
                        <property name="title">
 
299
                            <string>Build Mode</string>
 
300
                        </property>
 
301
                        <property name="toolTip" stdset="0">
 
302
                            <string>Set project to be built in release mode</string>
 
303
                        </property>
 
304
                        <hbox>
 
305
                            <property name="name">
 
306
                                <cstring>unnamed</cstring>
 
307
                            </property>
 
308
                            <widget class="QRadioButton">
 
309
                                <property name="name">
 
310
                                    <cstring>radioDebugMode</cstring>
 
311
                                </property>
 
312
                                <property name="text">
 
313
                                    <string>&amp;Debug</string>
 
314
                                </property>
 
315
                                <property name="toolTip" stdset="0">
 
316
                                    <string>Set project to be built in debug mode</string>
 
317
                                </property>
 
318
                            </widget>
 
319
                            <widget class="QRadioButton">
 
320
                                <property name="name">
 
321
                                    <cstring>radioReleaseMode</cstring>
 
322
                                </property>
 
323
                                <property name="text">
 
324
                                    <string>&amp;Release</string>
 
325
                                </property>
 
326
                                <property name="toolTip" stdset="0">
 
327
                                    <string>Set project to be built in release mode</string>
 
328
                                </property>
 
329
                            </widget>
 
330
                            <widget class="QCheckBox">
 
331
                                <property name="name">
 
332
                                    <cstring>checkWarning</cstring>
 
333
                                </property>
 
334
                                <property name="text">
 
335
                                    <string>Enable &amp;warnings</string>
 
336
                                </property>
 
337
                                <property name="toolTip" stdset="0">
 
338
                                    <string>Show compiler warnings</string>
 
339
                                </property>
 
340
                            </widget>
 
341
                        </hbox>
 
342
                    </widget>
 
343
                    <widget class="QButtonGroup">
 
344
                        <property name="name">
 
345
                            <cstring>groupRequirements</cstring>
 
346
                        </property>
 
347
                        <property name="title">
 
348
                            <string>Requirements</string>
 
349
                        </property>
 
350
                        <grid>
 
351
                            <property name="name">
 
352
                                <cstring>unnamed</cstring>
 
353
                            </property>
 
354
                            <widget class="QCheckBox" row="0" column="0">
 
355
                                <property name="name">
 
356
                                    <cstring>checkQt</cstring>
 
357
                                </property>
 
358
                                <property name="text">
 
359
                                    <string>&amp;Qt</string>
 
360
                                </property>
 
361
                                <property name="toolTip" stdset="0">
 
362
                                    <string>Requires the Qt header files/library</string>
 
363
                                </property>
 
364
                            </widget>
 
365
                            <widget class="QCheckBox" row="1" column="0">
 
366
                                <property name="name">
 
367
                                    <cstring>checkOpenGL</cstring>
 
368
                                </property>
 
369
                                <property name="text">
 
370
                                    <string>Open&amp;GL</string>
 
371
                                </property>
 
372
                                <property name="toolTip" stdset="0">
 
373
                                    <string>Requires the OpenGL (or Mesa) headers/libraries</string>
 
374
                                </property>
 
375
                            </widget>
 
376
                            <widget class="QCheckBox" row="1" column="1">
 
377
                                <property name="name">
 
378
                                    <cstring>checkX11</cstring>
 
379
                                </property>
 
380
                                <property name="text">
 
381
                                    <string>X&amp;11</string>
 
382
                                </property>
 
383
                                <property name="accel">
 
384
                                    <string>Alt+1</string>
 
385
                                </property>
 
386
                                <property name="toolTip" stdset="0">
 
387
                                    <string>Support required for X11 application or library</string>
 
388
                                </property>
 
389
                            </widget>
 
390
                            <widget class="QCheckBox" row="0" column="1">
 
391
                                <property name="name">
 
392
                                    <cstring>checkThread</cstring>
 
393
                                </property>
 
394
                                <property name="text">
 
395
                                    <string>&amp;Thread</string>
 
396
                                </property>
 
397
                                <property name="toolTip" stdset="0">
 
398
                                    <string>Requires support for multi-threaded application or library.</string>
 
399
                                </property>
 
400
                            </widget>
 
401
                            <widget class="QCheckBox" row="0" column="2">
 
402
                                <property name="name">
 
403
                                    <cstring>exceptionCheck</cstring>
 
404
                                </property>
 
405
                                <property name="text">
 
406
                                    <string>E&amp;xceptions </string>
 
407
                                </property>
 
408
                            </widget>
 
409
                            <widget class="QCheckBox" row="2" column="1" rowspan="2" colspan="2">
 
410
                                <property name="name">
 
411
                                    <cstring>rttiCheck</cstring>
 
412
                                </property>
 
413
                                <property name="text">
 
414
                                    <string>RTT&amp;I</string>
 
415
                                </property>
 
416
                            </widget>
 
417
                            <widget class="QCheckBox" row="2" column="0" rowspan="2" colspan="1">
 
418
                                <property name="name">
 
419
                                    <cstring>stlCheck</cstring>
 
420
                                </property>
 
421
                                <property name="text">
 
422
                                    <string>&amp;STL</string>
 
423
                                </property>
 
424
                            </widget>
 
425
                            <widget class="QCheckBox" row="3" column="2">
 
426
                                <property name="name">
 
427
                                    <cstring>checkPCH</cstring>
 
428
                                </property>
 
429
                                <property name="text">
 
430
                                    <string>Precompiled headers</string>
 
431
                                </property>
 
432
                            </widget>
 
433
                            <widget class="QCheckBox" row="1" column="2">
 
434
                                <property name="name">
 
435
                                    <cstring>checkConsole</cstring>
 
436
                                </property>
 
437
                                <property name="text">
 
438
                                    <string>Console</string>
 
439
                                </property>
 
440
                                <property name="accel">
 
441
                                    <string></string>
 
442
                                </property>
 
443
                                <property name="toolTip" stdset="0">
 
444
                                    <string>Requires support for multi-threaded application or library.</string>
 
445
                                </property>
 
446
                            </widget>
 
447
                        </grid>
 
448
                    </widget>
 
449
                    <widget class="QButtonGroup">
 
450
                        <property name="name">
 
451
                            <cstring>libGroup</cstring>
 
452
                        </property>
 
453
                        <property name="title">
 
454
                            <string>Library Options</string>
 
455
                        </property>
 
456
                        <property name="exclusive">
 
457
                            <bool>true</bool>
 
458
                        </property>
 
459
                        <vbox>
 
460
                            <property name="name">
 
461
                                <cstring>unnamed</cstring>
 
462
                            </property>
 
463
                            <widget class="QLayoutWidget">
 
464
                                <property name="name">
 
465
                                    <cstring>layout26</cstring>
 
466
                                </property>
 
467
                                <hbox>
 
468
                                    <property name="name">
 
469
                                        <cstring>unnamed</cstring>
 
470
                                    </property>
 
471
                                    <widget class="QRadioButton">
 
472
                                        <property name="name">
 
473
                                            <cstring>staticRadio</cstring>
 
474
                                        </property>
 
475
                                        <property name="text">
 
476
                                            <string>St&amp;atic library</string>
 
477
                                        </property>
 
478
                                        <property name="checked">
 
479
                                            <bool>true</bool>
 
480
                                        </property>
 
481
                                    </widget>
 
482
                                    <widget class="QRadioButton">
 
483
                                        <property name="name">
 
484
                                            <cstring>sharedRadio</cstring>
 
485
                                        </property>
 
486
                                        <property name="text">
 
487
                                            <string>S&amp;hared library</string>
 
488
                                        </property>
 
489
                                    </widget>
 
490
                                    <widget class="QRadioButton">
 
491
                                        <property name="name">
 
492
                                            <cstring>pluginRadio</cstring>
 
493
                                        </property>
 
494
                                        <property name="text">
 
495
                                            <string>Pl&amp;ugin</string>
 
496
                                        </property>
 
497
                                    </widget>
 
498
                                </hbox>
 
499
                            </widget>
 
500
                            <widget class="QLayoutWidget">
 
501
                                <property name="name">
 
502
                                    <cstring>layout27</cstring>
 
503
                                </property>
 
504
                                <hbox>
 
505
                                    <property name="name">
 
506
                                        <cstring>unnamed</cstring>
 
507
                                    </property>
 
508
                                    <widget class="QCheckBox">
 
509
                                        <property name="name">
 
510
                                            <cstring>checkLibtool</cstring>
 
511
                                        </property>
 
512
                                        <property name="enabled">
 
513
                                            <bool>true</bool>
 
514
                                        </property>
 
515
                                        <property name="text">
 
516
                                            <string>Ma&amp;ke libtool archive</string>
 
517
                                        </property>
 
518
                                        <property name="toolTip" stdset="0">
 
519
                                            <string>Support required for X11 application or library</string>
 
520
                                        </property>
 
521
                                    </widget>
 
522
                                    <widget class="QCheckBox">
 
523
                                        <property name="name">
 
524
                                            <cstring>checkPkgconf</cstring>
 
525
                                        </property>
 
526
                                        <property name="enabled">
 
527
                                            <bool>true</bool>
 
528
                                        </property>
 
529
                                        <property name="text">
 
530
                                            <string>Create pkgconf file</string>
 
531
                                        </property>
 
532
                                        <property name="accel">
 
533
                                            <string></string>
 
534
                                        </property>
 
535
                                    </widget>
 
536
                                </hbox>
 
537
                            </widget>
 
538
                            <widget class="QLayoutWidget">
 
539
                                <property name="name">
 
540
                                    <cstring>layout28</cstring>
 
541
                                </property>
 
542
                                <hbox>
 
543
                                    <property name="name">
 
544
                                        <cstring>unnamed</cstring>
 
545
                                    </property>
 
546
                                    <widget class="QCheckBox">
 
547
                                        <property name="name">
 
548
                                            <cstring>checkOrdered</cstring>
 
549
                                        </property>
 
550
                                        <property name="enabled">
 
551
                                            <bool>true</bool>
 
552
                                        </property>
 
553
                                        <property name="text">
 
554
                                            <string>Ord&amp;ered</string>
 
555
                                        </property>
 
556
                                        <property name="toolTip" stdset="0">
 
557
                                            <string>Support required for X11 application or library</string>
 
558
                                        </property>
 
559
                                    </widget>
 
560
                                    <widget class="QCheckBox">
 
561
                                        <property name="name">
 
562
                                            <cstring>checkDll</cstring>
 
563
                                        </property>
 
564
                                        <property name="enabled">
 
565
                                            <bool>true</bool>
 
566
                                        </property>
 
567
                                        <property name="text">
 
568
                                            <string>&amp;Build as DLL</string>
 
569
                                        </property>
 
570
                                    </widget>
 
571
                                </hbox>
 
572
                            </widget>
 
573
                            <widget class="QLayoutWidget">
 
574
                                <property name="name">
 
575
                                    <cstring>layout32</cstring>
 
576
                                </property>
 
577
                                <hbox>
 
578
                                    <property name="name">
 
579
                                        <cstring>unnamed</cstring>
 
580
                                    </property>
 
581
                                    <widget class="QLabel">
 
582
                                        <property name="name">
 
583
                                            <cstring>textLabel1</cstring>
 
584
                                        </property>
 
585
                                        <property name="text">
 
586
                                            <string>Librar&amp;y version:</string>
 
587
                                        </property>
 
588
                                        <property name="buddy" stdset="0">
 
589
                                            <cstring>m_targetLibraryVersion</cstring>
 
590
                                        </property>
 
591
                                    </widget>
 
592
                                    <widget class="QLineEdit">
 
593
                                        <property name="name">
 
594
                                            <cstring>m_targetLibraryVersion</cstring>
 
595
                                        </property>
 
596
                                    </widget>
 
597
                                    <spacer>
 
598
                                        <property name="name">
 
599
                                            <cstring>spacer20</cstring>
 
600
                                        </property>
 
601
                                        <property name="orientation">
 
602
                                            <enum>Horizontal</enum>
 
603
                                        </property>
 
604
                                        <property name="sizeType">
 
605
                                            <enum>Expanding</enum>
 
606
                                        </property>
 
607
                                        <property name="sizeHint">
 
608
                                            <size>
 
609
                                                <width>231</width>
 
610
                                                <height>20</height>
 
611
                                            </size>
 
612
                                        </property>
 
613
                                    </spacer>
 
614
                                </hbox>
 
615
                            </widget>
 
616
                        </vbox>
 
617
                    </widget>
 
618
                    <spacer>
 
619
                        <property name="name">
 
620
                            <cstring>Spacer2</cstring>
 
621
                        </property>
 
622
                        <property name="orientation">
 
623
                            <enum>Vertical</enum>
 
624
                        </property>
 
625
                        <property name="sizeType">
 
626
                            <enum>Expanding</enum>
 
627
                        </property>
 
628
                        <property name="sizeHint">
 
629
                            <size>
 
630
                                <width>20</width>
 
631
                                <height>16</height>
 
632
                            </size>
 
633
                        </property>
 
634
                    </spacer>
 
635
                </vbox>
 
636
            </widget>
 
637
            <widget class="QWidget">
 
638
                <property name="name">
 
639
                    <cstring>incaddTab</cstring>
 
640
                </property>
 
641
                <attribute name="title">
 
642
                    <string>I&amp;ncludes</string>
 
643
                </attribute>
 
644
                <grid>
 
645
                    <property name="name">
 
646
                        <cstring>unnamed</cstring>
 
647
                    </property>
 
648
                    <widget class="QLayoutWidget" row="1" column="1">
 
649
                        <property name="name">
 
650
                            <cstring>Layout9</cstring>
 
651
                        </property>
 
652
                        <vbox>
 
653
                            <property name="name">
 
654
                                <cstring>unnamed</cstring>
 
655
                            </property>
 
656
                            <property name="margin">
 
657
                                <number>0</number>
 
658
                            </property>
 
659
                            <widget class="KPushButton">
 
660
                                <property name="name">
 
661
                                    <cstring>insideIncMoveUpBtn</cstring>
 
662
                                </property>
 
663
                                <property name="text">
 
664
                                    <string>Move &amp;Up</string>
 
665
                                </property>
 
666
                            </widget>
 
667
                            <widget class="KPushButton">
 
668
                                <property name="name">
 
669
                                    <cstring>insideIncMoveDownBtn</cstring>
 
670
                                </property>
 
671
                                <property name="text">
 
672
                                    <string>Move &amp;Down</string>
 
673
                                </property>
 
674
                            </widget>
 
675
                            <spacer>
 
676
                                <property name="name">
 
677
                                    <cstring>Spacer3_2</cstring>
 
678
                                </property>
 
679
                                <property name="orientation">
 
680
                                    <enum>Vertical</enum>
 
681
                                </property>
 
682
                                <property name="sizeType">
 
683
                                    <enum>Expanding</enum>
 
684
                                </property>
 
685
                                <property name="sizeHint">
 
686
                                    <size>
 
687
                                        <width>20</width>
 
688
                                        <height>20</height>
 
689
                                    </size>
 
690
                                </property>
 
691
                            </spacer>
 
692
                        </vbox>
 
693
                    </widget>
 
694
                    <widget class="QListView" row="3" column="0">
 
695
                        <column>
 
696
                            <property name="text">
 
697
                                <string>Directories Outside Project</string>
 
698
                            </property>
 
699
                            <property name="clickable">
 
700
                                <bool>true</bool>
 
701
                            </property>
 
702
                            <property name="resizable">
 
703
                                <bool>true</bool>
 
704
                            </property>
 
705
                        </column>
 
706
                        <property name="name">
 
707
                            <cstring>outsideinc_listview</cstring>
 
708
                        </property>
 
709
                        <property name="resizeMode">
 
710
                            <enum>LastColumn</enum>
 
711
                        </property>
 
712
                    </widget>
 
713
                    <widget class="QListView" row="1" column="0">
 
714
                        <column>
 
715
                            <property name="text">
 
716
                                <string>Directories Inside Project</string>
 
717
                            </property>
 
718
                            <property name="clickable">
 
719
                                <bool>true</bool>
 
720
                            </property>
 
721
                            <property name="resizable">
 
722
                                <bool>true</bool>
 
723
                            </property>
 
724
                        </column>
 
725
                        <property name="name">
 
726
                            <cstring>insideinc_listview</cstring>
 
727
                        </property>
 
728
                        <property name="resizeMode">
 
729
                            <enum>LastColumn</enum>
 
730
                        </property>
 
731
                    </widget>
 
732
                    <widget class="QLayoutWidget" row="3" column="1">
 
733
                        <property name="name">
 
734
                            <cstring>layout8</cstring>
 
735
                        </property>
 
736
                        <vbox>
 
737
                            <property name="name">
 
738
                                <cstring>unnamed</cstring>
 
739
                            </property>
 
740
                            <widget class="KPushButton">
 
741
                                <property name="name">
 
742
                                    <cstring>outsideIncAddBtn</cstring>
 
743
                                </property>
 
744
                                <property name="text">
 
745
                                    <string>&amp;Add...</string>
 
746
                                </property>
 
747
                            </widget>
 
748
                            <widget class="KPushButton">
 
749
                                <property name="name">
 
750
                                    <cstring>outsideIncRemoveBtn</cstring>
 
751
                                </property>
 
752
                                <property name="text">
 
753
                                    <string>&amp;Remove</string>
 
754
                                </property>
 
755
                            </widget>
 
756
                            <widget class="KPushButton">
 
757
                                <property name="name">
 
758
                                    <cstring>outsideIncEditBtn</cstring>
 
759
                                </property>
 
760
                                <property name="text">
 
761
                                    <string>&amp;Edit</string>
 
762
                                </property>
 
763
                            </widget>
 
764
                            <widget class="KPushButton">
 
765
                                <property name="name">
 
766
                                    <cstring>outsideIncMoveUpBtn</cstring>
 
767
                                </property>
 
768
                                <property name="text">
 
769
                                    <string>Move U&amp;p</string>
 
770
                                </property>
 
771
                            </widget>
 
772
                            <widget class="KPushButton">
 
773
                                <property name="name">
 
774
                                    <cstring>outsideIncMoveDownBtn</cstring>
 
775
                                </property>
 
776
                                <property name="text">
 
777
                                    <string>Move Dow&amp;n</string>
 
778
                                </property>
 
779
                            </widget>
 
780
                            <spacer>
 
781
                                <property name="name">
 
782
                                    <cstring>Spacer2_2</cstring>
 
783
                                </property>
 
784
                                <property name="orientation">
 
785
                                    <enum>Vertical</enum>
 
786
                                </property>
 
787
                                <property name="sizeType">
 
788
                                    <enum>Expanding</enum>
 
789
                                </property>
 
790
                                <property name="sizeHint">
 
791
                                    <size>
 
792
                                        <width>20</width>
 
793
                                        <height>70</height>
 
794
                                    </size>
 
795
                                </property>
 
796
                            </spacer>
 
797
                        </vbox>
 
798
                    </widget>
 
799
                </grid>
 
800
            </widget>
 
801
            <widget class="QWidget">
 
802
                <property name="name">
 
803
                    <cstring>libAddTab</cstring>
 
804
                </property>
 
805
                <attribute name="title">
 
806
                    <string>Libr&amp;aries</string>
 
807
                </attribute>
 
808
                <grid>
 
809
                    <property name="name">
 
810
                        <cstring>unnamed</cstring>
 
811
                    </property>
 
812
                    <widget class="QLayoutWidget" row="1" column="0">
 
813
                        <property name="name">
 
814
                            <cstring>layout12</cstring>
 
815
                        </property>
 
816
                        <hbox>
 
817
                            <property name="name">
 
818
                                <cstring>unnamed</cstring>
 
819
                            </property>
 
820
                            <widget class="QListView">
 
821
                                <column>
 
822
                                    <property name="text">
 
823
                                        <string>External Libraries</string>
 
824
                                    </property>
 
825
                                    <property name="clickable">
 
826
                                        <bool>true</bool>
 
827
                                    </property>
 
828
                                    <property name="resizable">
 
829
                                        <bool>true</bool>
 
830
                                    </property>
 
831
                                </column>
 
832
                                <property name="name">
 
833
                                    <cstring>outsidelibdir_listview</cstring>
 
834
                                </property>
 
835
                                <property name="resizeMode">
 
836
                                    <enum>LastColumn</enum>
 
837
                                </property>
 
838
                            </widget>
 
839
                            <widget class="QLayoutWidget">
 
840
                                <property name="name">
 
841
                                    <cstring>layout10</cstring>
 
842
                                </property>
 
843
                                <vbox>
 
844
                                    <property name="name">
 
845
                                        <cstring>unnamed</cstring>
 
846
                                    </property>
 
847
                                    <widget class="KPushButton">
 
848
                                        <property name="name">
 
849
                                            <cstring>outsideLibDirAddBtn</cstring>
 
850
                                        </property>
 
851
                                        <property name="text">
 
852
                                            <string>&amp;Add...</string>
 
853
                                        </property>
 
854
                                    </widget>
 
855
                                    <widget class="KPushButton">
 
856
                                        <property name="name">
 
857
                                            <cstring>outsideLibDirRemoveBtn</cstring>
 
858
                                        </property>
 
859
                                        <property name="text">
 
860
                                            <string>&amp;Remove</string>
 
861
                                        </property>
 
862
                                    </widget>
 
863
                                    <widget class="KPushButton">
 
864
                                        <property name="name">
 
865
                                            <cstring>outsideLibDirEditBtn</cstring>
 
866
                                        </property>
 
867
                                        <property name="text">
 
868
                                            <string>&amp;Edit</string>
 
869
                                        </property>
 
870
                                    </widget>
 
871
                                    <widget class="KPushButton">
 
872
                                        <property name="name">
 
873
                                            <cstring>outsideLibDirMoveUpBtn</cstring>
 
874
                                        </property>
 
875
                                        <property name="text">
 
876
                                            <string>Move U&amp;p</string>
 
877
                                        </property>
 
878
                                    </widget>
 
879
                                    <widget class="KPushButton">
 
880
                                        <property name="name">
 
881
                                            <cstring>outsideLibDirMoveDownBtn</cstring>
 
882
                                        </property>
 
883
                                        <property name="text">
 
884
                                            <string>Move Dow&amp;n</string>
 
885
                                        </property>
 
886
                                    </widget>
 
887
                                    <spacer>
 
888
                                        <property name="name">
 
889
                                            <cstring>Spacer2_2_2</cstring>
 
890
                                        </property>
 
891
                                        <property name="orientation">
 
892
                                            <enum>Vertical</enum>
 
893
                                        </property>
 
894
                                        <property name="sizeType">
 
895
                                            <enum>Expanding</enum>
 
896
                                        </property>
 
897
                                        <property name="sizeHint">
 
898
                                            <size>
 
899
                                                <width>20</width>
 
900
                                                <height>70</height>
 
901
                                            </size>
 
902
                                        </property>
 
903
                                    </spacer>
 
904
                                </vbox>
 
905
                            </widget>
 
906
                        </hbox>
 
907
                    </widget>
 
908
                    <widget class="QLayoutWidget" row="1" column="1">
 
909
                        <property name="name">
 
910
                            <cstring>layout11</cstring>
 
911
                        </property>
 
912
                        <hbox>
 
913
                            <property name="name">
 
914
                                <cstring>unnamed</cstring>
 
915
                            </property>
 
916
                            <widget class="QListView">
 
917
                                <column>
 
918
                                    <property name="text">
 
919
                                        <string>Internal Libraries</string>
 
920
                                    </property>
 
921
                                    <property name="clickable">
 
922
                                        <bool>true</bool>
 
923
                                    </property>
 
924
                                    <property name="resizable">
 
925
                                        <bool>true</bool>
 
926
                                    </property>
 
927
                                </column>
 
928
                                <property name="name">
 
929
                                    <cstring>outsidelib_listview</cstring>
 
930
                                </property>
 
931
                                <property name="resizeMode">
 
932
                                    <enum>LastColumn</enum>
 
933
                                </property>
 
934
                            </widget>
 
935
                            <widget class="QLayoutWidget">
 
936
                                <property name="name">
 
937
                                    <cstring>layout9</cstring>
 
938
                                </property>
 
939
                                <vbox>
 
940
                                    <property name="name">
 
941
                                        <cstring>unnamed</cstring>
 
942
                                    </property>
 
943
                                    <widget class="KPushButton">
 
944
                                        <property name="name">
 
945
                                            <cstring>outsideLibAddBtn</cstring>
 
946
                                        </property>
 
947
                                        <property name="text">
 
948
                                            <string>&amp;Add...</string>
 
949
                                        </property>
 
950
                                    </widget>
 
951
                                    <widget class="KPushButton">
 
952
                                        <property name="name">
 
953
                                            <cstring>outsideLibRemoveBtn</cstring>
 
954
                                        </property>
 
955
                                        <property name="text">
 
956
                                            <string>&amp;Remove</string>
 
957
                                        </property>
 
958
                                    </widget>
 
959
                                    <widget class="KPushButton">
 
960
                                        <property name="name">
 
961
                                            <cstring>outsideLibEditBtn</cstring>
 
962
                                        </property>
 
963
                                        <property name="text">
 
964
                                            <string>&amp;Edit</string>
 
965
                                        </property>
 
966
                                    </widget>
 
967
                                    <widget class="KPushButton">
 
968
                                        <property name="name">
 
969
                                            <cstring>outsideLibMoveUpBtn</cstring>
 
970
                                        </property>
 
971
                                        <property name="text">
 
972
                                            <string>Move U&amp;p</string>
 
973
                                        </property>
 
974
                                    </widget>
 
975
                                    <widget class="KPushButton">
 
976
                                        <property name="name">
 
977
                                            <cstring>outsideLibMoveDownBtn</cstring>
 
978
                                        </property>
 
979
                                        <property name="text">
 
980
                                            <string>Move Dow&amp;n</string>
 
981
                                        </property>
 
982
                                    </widget>
 
983
                                    <spacer>
 
984
                                        <property name="name">
 
985
                                            <cstring>Spacer8_2</cstring>
 
986
                                        </property>
 
987
                                        <property name="orientation">
 
988
                                            <enum>Vertical</enum>
 
989
                                        </property>
 
990
                                        <property name="sizeType">
 
991
                                            <enum>Expanding</enum>
 
992
                                        </property>
 
993
                                        <property name="sizeHint">
 
994
                                            <size>
 
995
                                                <width>20</width>
 
996
                                                <height>64</height>
 
997
                                            </size>
 
998
                                        </property>
 
999
                                    </spacer>
 
1000
                                </vbox>
 
1001
                            </widget>
 
1002
                        </hbox>
 
1003
                    </widget>
 
1004
                    <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
 
1005
                        <property name="name">
 
1006
                            <cstring>layout10</cstring>
 
1007
                        </property>
 
1008
                        <hbox>
 
1009
                            <property name="name">
 
1010
                                <cstring>unnamed</cstring>
 
1011
                            </property>
 
1012
                            <widget class="QListView">
 
1013
                                <column>
 
1014
                                    <property name="text">
 
1015
                                        <string>Link Convenience Libraries Inside Project</string>
 
1016
                                    </property>
 
1017
                                    <property name="clickable">
 
1018
                                        <bool>true</bool>
 
1019
                                    </property>
 
1020
                                    <property name="resizable">
 
1021
                                        <bool>true</bool>
 
1022
                                    </property>
 
1023
                                </column>
 
1024
                                <property name="name">
 
1025
                                    <cstring>insidelib_listview</cstring>
 
1026
                                </property>
 
1027
                                <property name="resizeMode">
 
1028
                                    <enum>LastColumn</enum>
 
1029
                                </property>
 
1030
                            </widget>
 
1031
                            <widget class="QLayoutWidget">
 
1032
                                <property name="name">
 
1033
                                    <cstring>Layout9_3</cstring>
 
1034
                                </property>
 
1035
                                <vbox>
 
1036
                                    <property name="name">
 
1037
                                        <cstring>unnamed</cstring>
 
1038
                                    </property>
 
1039
                                    <widget class="KPushButton">
 
1040
                                        <property name="name">
 
1041
                                            <cstring>insideLibMoveUpBtn</cstring>
 
1042
                                        </property>
 
1043
                                        <property name="text">
 
1044
                                            <string>Move &amp;Up</string>
 
1045
                                        </property>
 
1046
                                    </widget>
 
1047
                                    <widget class="KPushButton">
 
1048
                                        <property name="name">
 
1049
                                            <cstring>insideLibMoveDownBtn</cstring>
 
1050
                                        </property>
 
1051
                                        <property name="text">
 
1052
                                            <string>Move &amp;Down</string>
 
1053
                                        </property>
 
1054
                                    </widget>
 
1055
                                    <spacer>
 
1056
                                        <property name="name">
 
1057
                                            <cstring>Spacer6_2_2</cstring>
 
1058
                                        </property>
 
1059
                                        <property name="orientation">
 
1060
                                            <enum>Vertical</enum>
 
1061
                                        </property>
 
1062
                                        <property name="sizeType">
 
1063
                                            <enum>Expanding</enum>
 
1064
                                        </property>
 
1065
                                        <property name="sizeHint">
 
1066
                                            <size>
 
1067
                                                <width>20</width>
 
1068
                                                <height>20</height>
 
1069
                                            </size>
 
1070
                                        </property>
 
1071
                                    </spacer>
 
1072
                                </vbox>
 
1073
                            </widget>
 
1074
                        </hbox>
 
1075
                    </widget>
 
1076
                </grid>
 
1077
            </widget>
 
1078
            <widget class="QWidget">
 
1079
                <property name="name">
 
1080
                    <cstring>depTab</cstring>
 
1081
                </property>
 
1082
                <attribute name="title">
 
1083
                    <string>&amp;Dependencies</string>
 
1084
                </attribute>
 
1085
                <vbox>
 
1086
                    <property name="name">
 
1087
                        <cstring>unnamed</cstring>
 
1088
                    </property>
 
1089
                    <widget class="QLayoutWidget">
 
1090
                        <property name="name">
 
1091
                            <cstring>layout26</cstring>
 
1092
                        </property>
 
1093
                        <hbox>
 
1094
                            <property name="name">
 
1095
                                <cstring>unnamed</cstring>
 
1096
                            </property>
 
1097
                            <widget class="QListView">
 
1098
                                <column>
 
1099
                                    <property name="text">
 
1100
                                        <string>Targets in Project</string>
 
1101
                                    </property>
 
1102
                                    <property name="clickable">
 
1103
                                        <bool>true</bool>
 
1104
                                    </property>
 
1105
                                    <property name="resizable">
 
1106
                                        <bool>true</bool>
 
1107
                                    </property>
 
1108
                                </column>
 
1109
                                <property name="name">
 
1110
                                    <cstring>intDeps_view</cstring>
 
1111
                                </property>
 
1112
                                <property name="resizeMode">
 
1113
                                    <enum>LastColumn</enum>
 
1114
                                </property>
 
1115
                            </widget>
 
1116
                            <widget class="QLayoutWidget">
 
1117
                                <property name="name">
 
1118
                                    <cstring>Layout9_3_2</cstring>
 
1119
                                </property>
 
1120
                                <vbox>
 
1121
                                    <property name="name">
 
1122
                                        <cstring>unnamed</cstring>
 
1123
                                    </property>
 
1124
                                    <property name="margin">
 
1125
                                        <number>0</number>
 
1126
                                    </property>
 
1127
                                    <widget class="KPushButton">
 
1128
                                        <property name="name">
 
1129
                                            <cstring>intMoveUp_button</cstring>
 
1130
                                        </property>
 
1131
                                        <property name="text">
 
1132
                                            <string>Move &amp;Up</string>
 
1133
                                        </property>
 
1134
                                    </widget>
 
1135
                                    <widget class="KPushButton">
 
1136
                                        <property name="name">
 
1137
                                            <cstring>intMoveDown_button</cstring>
 
1138
                                        </property>
 
1139
                                        <property name="text">
 
1140
                                            <string>Move &amp;Down</string>
 
1141
                                        </property>
 
1142
                                    </widget>
 
1143
                                    <spacer>
 
1144
                                        <property name="name">
 
1145
                                            <cstring>Spacer6_2_2_2</cstring>
 
1146
                                        </property>
 
1147
                                        <property name="orientation">
 
1148
                                            <enum>Vertical</enum>
 
1149
                                        </property>
 
1150
                                        <property name="sizeType">
 
1151
                                            <enum>Expanding</enum>
 
1152
                                        </property>
 
1153
                                        <property name="sizeHint">
 
1154
                                            <size>
 
1155
                                                <width>20</width>
 
1156
                                                <height>20</height>
 
1157
                                            </size>
 
1158
                                        </property>
 
1159
                                    </spacer>
 
1160
                                </vbox>
 
1161
                            </widget>
 
1162
                        </hbox>
 
1163
                    </widget>
 
1164
                    <widget class="QLayoutWidget">
 
1165
                        <property name="name">
 
1166
                            <cstring>layout27</cstring>
 
1167
                        </property>
 
1168
                        <hbox>
 
1169
                            <property name="name">
 
1170
                                <cstring>unnamed</cstring>
 
1171
                            </property>
 
1172
                            <widget class="QListView">
 
1173
                                <column>
 
1174
                                    <property name="text">
 
1175
                                        <string>Miscellaneous Targets</string>
 
1176
                                    </property>
 
1177
                                    <property name="clickable">
 
1178
                                        <bool>true</bool>
 
1179
                                    </property>
 
1180
                                    <property name="resizable">
 
1181
                                        <bool>true</bool>
 
1182
                                    </property>
 
1183
                                </column>
 
1184
                                <property name="name">
 
1185
                                    <cstring>extDeps_view</cstring>
 
1186
                                </property>
 
1187
                                <property name="resizeMode">
 
1188
                                    <enum>LastColumn</enum>
 
1189
                                </property>
 
1190
                            </widget>
 
1191
                            <widget class="QLayoutWidget">
 
1192
                                <property name="name">
 
1193
                                    <cstring>layout9_2</cstring>
 
1194
                                </property>
 
1195
                                <vbox>
 
1196
                                    <property name="name">
 
1197
                                        <cstring>unnamed</cstring>
 
1198
                                    </property>
 
1199
                                    <widget class="KPushButton">
 
1200
                                        <property name="name">
 
1201
                                            <cstring>extAdd_button</cstring>
 
1202
                                        </property>
 
1203
                                        <property name="text">
 
1204
                                            <string>&amp;Add...</string>
 
1205
                                        </property>
 
1206
                                    </widget>
 
1207
                                    <widget class="KPushButton">
 
1208
                                        <property name="name">
 
1209
                                            <cstring>extRemove_button</cstring>
 
1210
                                        </property>
 
1211
                                        <property name="text">
 
1212
                                            <string>&amp;Remove</string>
 
1213
                                        </property>
 
1214
                                    </widget>
 
1215
                                    <widget class="KPushButton">
 
1216
                                        <property name="name">
 
1217
                                            <cstring>extEdit_button</cstring>
 
1218
                                        </property>
 
1219
                                        <property name="text">
 
1220
                                            <string>&amp;Edit</string>
 
1221
                                        </property>
 
1222
                                    </widget>
 
1223
                                    <widget class="KPushButton">
 
1224
                                        <property name="name">
 
1225
                                            <cstring>extMoveUp_button</cstring>
 
1226
                                        </property>
 
1227
                                        <property name="text">
 
1228
                                            <string>Move U&amp;p</string>
 
1229
                                        </property>
 
1230
                                    </widget>
 
1231
                                    <widget class="KPushButton">
 
1232
                                        <property name="name">
 
1233
                                            <cstring>extMoveDown_button</cstring>
 
1234
                                        </property>
 
1235
                                        <property name="text">
 
1236
                                            <string>Move Dow&amp;n</string>
 
1237
                                        </property>
 
1238
                                    </widget>
 
1239
                                    <spacer>
 
1240
                                        <property name="name">
 
1241
                                            <cstring>Spacer8_2_2</cstring>
 
1242
                                        </property>
 
1243
                                        <property name="orientation">
 
1244
                                            <enum>Vertical</enum>
 
1245
                                        </property>
 
1246
                                        <property name="sizeType">
 
1247
                                            <enum>Expanding</enum>
 
1248
                                        </property>
 
1249
                                        <property name="sizeHint">
 
1250
                                            <size>
 
1251
                                                <width>20</width>
 
1252
                                                <height>64</height>
 
1253
                                            </size>
 
1254
                                        </property>
 
1255
                                    </spacer>
 
1256
                                </vbox>
 
1257
                            </widget>
 
1258
                        </hbox>
 
1259
                    </widget>
 
1260
                    <widget class="QLayoutWidget">
 
1261
                        <property name="name">
 
1262
                            <cstring>layout28_2</cstring>
 
1263
                        </property>
 
1264
                        <hbox>
 
1265
                            <property name="name">
 
1266
                                <cstring>unnamed</cstring>
 
1267
                            </property>
 
1268
                            <widget class="QListView">
 
1269
                                <column>
 
1270
                                    <property name="text">
 
1271
                                        <string>Order in Which Sub Projects Are Built</string>
 
1272
                                    </property>
 
1273
                                    <property name="clickable">
 
1274
                                        <bool>true</bool>
 
1275
                                    </property>
 
1276
                                    <property name="resizable">
 
1277
                                        <bool>true</bool>
 
1278
                                    </property>
 
1279
                                </column>
 
1280
                                <property name="name">
 
1281
                                    <cstring>buildorder_listview</cstring>
 
1282
                                </property>
 
1283
                                <property name="resizeMode">
 
1284
                                    <enum>LastColumn</enum>
 
1285
                                </property>
 
1286
                            </widget>
 
1287
                            <widget class="QLayoutWidget">
 
1288
                                <property name="name">
 
1289
                                    <cstring>Layout9_2</cstring>
 
1290
                                </property>
 
1291
                                <vbox>
 
1292
                                    <property name="name">
 
1293
                                        <cstring>unnamed</cstring>
 
1294
                                    </property>
 
1295
                                    <property name="margin">
 
1296
                                        <number>0</number>
 
1297
                                    </property>
 
1298
                                    <widget class="KPushButton">
 
1299
                                        <property name="name">
 
1300
                                            <cstring>buildmoveup_button</cstring>
 
1301
                                        </property>
 
1302
                                        <property name="text">
 
1303
                                            <string>Move &amp;Up</string>
 
1304
                                        </property>
 
1305
                                    </widget>
 
1306
                                    <widget class="KPushButton">
 
1307
                                        <property name="name">
 
1308
                                            <cstring>buildmovedown_button</cstring>
 
1309
                                        </property>
 
1310
                                        <property name="text">
 
1311
                                            <string>Move &amp;Down</string>
 
1312
                                        </property>
 
1313
                                    </widget>
 
1314
                                    <spacer>
 
1315
                                        <property name="name">
 
1316
                                            <cstring>Spacer3_2_2</cstring>
 
1317
                                        </property>
 
1318
                                        <property name="orientation">
 
1319
                                            <enum>Vertical</enum>
 
1320
                                        </property>
 
1321
                                        <property name="sizeType">
 
1322
                                            <enum>Expanding</enum>
 
1323
                                        </property>
 
1324
                                        <property name="sizeHint">
 
1325
                                            <size>
 
1326
                                                <width>20</width>
 
1327
                                                <height>20</height>
 
1328
                                            </size>
 
1329
                                        </property>
 
1330
                                    </spacer>
 
1331
                                </vbox>
 
1332
                            </widget>
 
1333
                        </hbox>
 
1334
                    </widget>
 
1335
                </vbox>
 
1336
            </widget>
 
1337
            <widget class="QWidget">
 
1338
                <property name="name">
 
1339
                    <cstring>buildOptsTab</cstring>
 
1340
                </property>
 
1341
                <attribute name="title">
 
1342
                    <string>Bu&amp;ild Options</string>
 
1343
                </attribute>
 
1344
                <vbox>
 
1345
                    <property name="name">
 
1346
                        <cstring>unnamed</cstring>
 
1347
                    </property>
 
1348
                    <widget class="QGroupBox">
 
1349
                        <property name="name">
 
1350
                            <cstring>GroupBox2</cstring>
 
1351
                        </property>
 
1352
                        <property name="sizePolicy">
 
1353
                            <sizepolicy>
 
1354
                                <hsizetype>1</hsizetype>
 
1355
                                <vsizetype>1</vsizetype>
 
1356
                                <horstretch>0</horstretch>
 
1357
                                <verstretch>0</verstretch>
 
1358
                            </sizepolicy>
 
1359
                        </property>
 
1360
                        <property name="title">
 
1361
                            <string>Compiler Options</string>
 
1362
                        </property>
 
1363
                        <grid>
 
1364
                            <property name="name">
 
1365
                                <cstring>unnamed</cstring>
 
1366
                            </property>
 
1367
                            <widget class="QLayoutWidget" row="0" column="0">
 
1368
                                <property name="name">
 
1369
                                    <cstring>layout26</cstring>
 
1370
                                </property>
 
1371
                                <hbox>
 
1372
                                    <property name="name">
 
1373
                                        <cstring>unnamed</cstring>
 
1374
                                    </property>
 
1375
                                    <widget class="QLayoutWidget">
 
1376
                                        <property name="name">
 
1377
                                            <cstring>layout23</cstring>
 
1378
                                        </property>
 
1379
                                        <vbox>
 
1380
                                            <property name="name">
 
1381
                                                <cstring>unnamed</cstring>
 
1382
                                            </property>
 
1383
                                            <widget class="QLabel">
 
1384
                                                <property name="name">
 
1385
                                                    <cstring>TextLabel2_2</cstring>
 
1386
                                                </property>
 
1387
                                                <property name="text">
 
1388
                                                    <string>&amp;Debug flags:</string>
 
1389
                                                </property>
 
1390
                                                <property name="buddy" stdset="0">
 
1391
                                                    <cstring>m_debugFlags</cstring>
 
1392
                                                </property>
 
1393
                                            </widget>
 
1394
                                            <widget class="QLabel">
 
1395
                                                <property name="name">
 
1396
                                                    <cstring>TextLabel2_2_2</cstring>
 
1397
                                                </property>
 
1398
                                                <property name="text">
 
1399
                                                    <string>&amp;Release flags:</string>
 
1400
                                                </property>
 
1401
                                                <property name="buddy" stdset="0">
 
1402
                                                    <cstring>m_releaseFlags</cstring>
 
1403
                                                </property>
 
1404
                                            </widget>
 
1405
                                            <widget class="QLabel">
 
1406
                                                <property name="name">
 
1407
                                                    <cstring>TextLabel1</cstring>
 
1408
                                                </property>
 
1409
                                                <property name="text">
 
1410
                                                    <string>Defines:</string>
 
1411
                                                </property>
 
1412
                                            </widget>
 
1413
                                        </vbox>
 
1414
                                    </widget>
 
1415
                                    <widget class="QLayoutWidget">
 
1416
                                        <property name="name">
 
1417
                                            <cstring>layout24</cstring>
 
1418
                                        </property>
 
1419
                                        <vbox>
 
1420
                                            <property name="name">
 
1421
                                                <cstring>unnamed</cstring>
 
1422
                                            </property>
 
1423
                                            <widget class="KLineEdit">
 
1424
                                                <property name="name">
 
1425
                                                    <cstring>m_debugFlags</cstring>
 
1426
                                                </property>
 
1427
                                            </widget>
 
1428
                                            <widget class="KLineEdit">
 
1429
                                                <property name="name">
 
1430
                                                    <cstring>m_releaseFlags</cstring>
 
1431
                                                </property>
 
1432
                                            </widget>
 
1433
                                            <widget class="KLineEdit">
 
1434
                                                <property name="name">
 
1435
                                                    <cstring>m_defines</cstring>
 
1436
                                                </property>
 
1437
                                            </widget>
 
1438
                                        </vbox>
 
1439
                                    </widget>
 
1440
                                </hbox>
 
1441
                            </widget>
 
1442
                        </grid>
 
1443
                    </widget>
 
1444
                    <widget class="QGroupBox">
 
1445
                        <property name="name">
 
1446
                            <cstring>groupBox8</cstring>
 
1447
                        </property>
 
1448
                        <property name="title">
 
1449
                            <string>Intermediate File Directories</string>
 
1450
                        </property>
 
1451
                        <hbox>
 
1452
                            <property name="name">
 
1453
                                <cstring>unnamed</cstring>
 
1454
                            </property>
 
1455
                            <widget class="QLayoutWidget">
 
1456
                                <property name="name">
 
1457
                                    <cstring>layout18</cstring>
 
1458
                                </property>
 
1459
                                <vbox>
 
1460
                                    <property name="name">
 
1461
                                        <cstring>unnamed</cstring>
 
1462
                                    </property>
 
1463
                                    <widget class="QLabel">
 
1464
                                        <property name="name">
 
1465
                                            <cstring>mocdir_label</cstring>
 
1466
                                        </property>
 
1467
                                        <property name="text">
 
1468
                                            <string>&amp;MOC files:</string>
 
1469
                                        </property>
 
1470
                                        <property name="buddy" stdset="0">
 
1471
                                            <cstring>mocdir_url</cstring>
 
1472
                                        </property>
 
1473
                                    </widget>
 
1474
                                    <widget class="QLabel">
 
1475
                                        <property name="name">
 
1476
                                            <cstring>uidir_label</cstring>
 
1477
                                        </property>
 
1478
                                        <property name="text">
 
1479
                                            <string>&amp;UI files:</string>
 
1480
                                        </property>
 
1481
                                        <property name="buddy" stdset="0">
 
1482
                                            <cstring>uidir_url</cstring>
 
1483
                                        </property>
 
1484
                                    </widget>
 
1485
                                    <widget class="QLabel">
 
1486
                                        <property name="name">
 
1487
                                            <cstring>objdir_label</cstring>
 
1488
                                        </property>
 
1489
                                        <property name="text">
 
1490
                                            <string>Ob&amp;ject files:</string>
 
1491
                                        </property>
 
1492
                                        <property name="buddy" stdset="0">
 
1493
                                            <cstring>objdir_url</cstring>
 
1494
                                        </property>
 
1495
                                    </widget>
 
1496
                                </vbox>
 
1497
                            </widget>
 
1498
                            <widget class="QLayoutWidget">
 
1499
                                <property name="name">
 
1500
                                    <cstring>layout19</cstring>
 
1501
                                </property>
 
1502
                                <vbox>
 
1503
                                    <property name="name">
 
1504
                                        <cstring>unnamed</cstring>
 
1505
                                    </property>
 
1506
                                    <widget class="KURLRequester">
 
1507
                                        <property name="name">
 
1508
                                            <cstring>mocdir_url</cstring>
 
1509
                                        </property>
 
1510
                                    </widget>
 
1511
                                    <widget class="KURLRequester">
 
1512
                                        <property name="name">
 
1513
                                            <cstring>uidir_url</cstring>
 
1514
                                        </property>
 
1515
                                    </widget>
 
1516
                                    <widget class="KURLRequester">
 
1517
                                        <property name="name">
 
1518
                                            <cstring>objdir_url</cstring>
 
1519
                                        </property>
 
1520
                                    </widget>
 
1521
                                </vbox>
 
1522
                            </widget>
 
1523
                        </hbox>
 
1524
                    </widget>
 
1525
                    <widget class="QGroupBox">
 
1526
                        <property name="name">
 
1527
                            <cstring>idlGroup</cstring>
 
1528
                        </property>
 
1529
                        <property name="title">
 
1530
                            <string>Corba</string>
 
1531
                        </property>
 
1532
                        <grid>
 
1533
                            <property name="name">
 
1534
                                <cstring>unnamed</cstring>
 
1535
                            </property>
 
1536
                            <property name="margin">
 
1537
                                <number>11</number>
 
1538
                            </property>
 
1539
                            <widget class="QLabel" row="1" column="0">
 
1540
                                <property name="name">
 
1541
                                    <cstring>TextLabel2_3</cstring>
 
1542
                                </property>
 
1543
                                <property name="text">
 
1544
                                    <string>Compiler o&amp;ptions:</string>
 
1545
                                </property>
 
1546
                                <property name="buddy" stdset="0">
 
1547
                                    <cstring>idlCmdOptionsEdit</cstring>
 
1548
                                </property>
 
1549
                            </widget>
 
1550
                            <widget class="KLineEdit" row="1" column="1">
 
1551
                                <property name="name">
 
1552
                                    <cstring>idlCmdOptionsEdit</cstring>
 
1553
                                </property>
 
1554
                            </widget>
 
1555
                            <widget class="KURLRequester" row="0" column="1">
 
1556
                                <property name="name">
 
1557
                                    <cstring>idlCmdEdit</cstring>
 
1558
                                </property>
 
1559
                            </widget>
 
1560
                            <widget class="QLabel" row="0" column="0">
 
1561
                                <property name="name">
 
1562
                                    <cstring>TextLabel1_2_2</cstring>
 
1563
                                </property>
 
1564
                                <property name="text">
 
1565
                                    <string>&amp;IDL compiler:</string>
 
1566
                                </property>
 
1567
                                <property name="buddy" stdset="0">
 
1568
                                    <cstring>idlCmdEdit</cstring>
 
1569
                                </property>
 
1570
                            </widget>
 
1571
                        </grid>
 
1572
                    </widget>
 
1573
                    <spacer>
 
1574
                        <property name="name">
 
1575
                            <cstring>spacer29</cstring>
 
1576
                        </property>
 
1577
                        <property name="orientation">
 
1578
                            <enum>Vertical</enum>
 
1579
                        </property>
 
1580
                        <property name="sizeType">
 
1581
                            <enum>Expanding</enum>
 
1582
                        </property>
 
1583
                        <property name="sizeHint">
 
1584
                            <size>
 
1585
                                <width>20</width>
 
1586
                                <height>21</height>
 
1587
                            </size>
 
1588
                        </property>
 
1589
                    </spacer>
 
1590
                </vbox>
 
1591
            </widget>
 
1592
            <widget class="QWidget">
 
1593
                <property name="name">
 
1594
                    <cstring>custVarsTab</cstring>
 
1595
                </property>
 
1596
                <attribute name="title">
 
1597
                    <string>Custom &amp;Variables</string>
 
1598
                </attribute>
 
1599
                <vbox>
 
1600
                    <property name="name">
 
1601
                        <cstring>unnamed</cstring>
 
1602
                    </property>
 
1603
                    <widget class="QLayoutWidget">
 
1604
                        <property name="name">
 
1605
                            <cstring>layout24</cstring>
 
1606
                        </property>
 
1607
                        <hbox>
 
1608
                            <property name="name">
 
1609
                                <cstring>unnamed</cstring>
 
1610
                            </property>
 
1611
                            <widget class="KListView">
 
1612
                                <column>
 
1613
                                    <property name="text">
 
1614
                                        <string>Name</string>
 
1615
                                    </property>
 
1616
                                    <property name="clickable">
 
1617
                                        <bool>true</bool>
 
1618
                                    </property>
 
1619
                                    <property name="resizable">
 
1620
                                        <bool>true</bool>
 
1621
                                    </property>
 
1622
                                </column>
 
1623
                                <column>
 
1624
                                    <property name="text">
 
1625
                                        <string>Value</string>
 
1626
                                    </property>
 
1627
                                    <property name="clickable">
 
1628
                                        <bool>true</bool>
 
1629
                                    </property>
 
1630
                                    <property name="resizable">
 
1631
                                        <bool>true</bool>
 
1632
                                    </property>
 
1633
                                </column>
 
1634
                                <property name="name">
 
1635
                                    <cstring>customVariables</cstring>
 
1636
                                </property>
 
1637
                                <property name="allColumnsShowFocus">
 
1638
                                    <bool>true</bool>
 
1639
                                </property>
 
1640
                                <property name="defaultRenameAction">
 
1641
                                    <enum>Accept</enum>
 
1642
                                </property>
 
1643
                                <property name="fullWidth">
 
1644
                                    <bool>true</bool>
 
1645
                                </property>
 
1646
                            </widget>
 
1647
                            <widget class="QLayoutWidget">
 
1648
                                <property name="name">
 
1649
                                    <cstring>layout23</cstring>
 
1650
                                </property>
 
1651
                                <vbox>
 
1652
                                    <property name="name">
 
1653
                                        <cstring>unnamed</cstring>
 
1654
                                    </property>
 
1655
                                    <widget class="QLayoutWidget">
 
1656
                                        <property name="name">
 
1657
                                            <cstring>layout22</cstring>
 
1658
                                        </property>
 
1659
                                        <vbox>
 
1660
                                            <property name="name">
 
1661
                                                <cstring>unnamed</cstring>
 
1662
                                            </property>
 
1663
                                            <widget class="KPushButton">
 
1664
                                                <property name="name">
 
1665
                                                    <cstring>varAdd_button</cstring>
 
1666
                                                </property>
 
1667
                                                <property name="text">
 
1668
                                                    <string>&amp;New</string>
 
1669
                                                </property>
 
1670
                                            </widget>
 
1671
                                            <widget class="KPushButton">
 
1672
                                                <property name="name">
 
1673
                                                    <cstring>varRemove_button</cstring>
 
1674
                                                </property>
 
1675
                                                <property name="text">
 
1676
                                                    <string>&amp;Remove</string>
 
1677
                                                </property>
 
1678
                                            </widget>
 
1679
                                            <widget class="KPushButton">
 
1680
                                                <property name="name">
 
1681
                                                    <cstring>varMoveUp_button</cstring>
 
1682
                                                </property>
 
1683
                                                <property name="text">
 
1684
                                                    <string>Move U&amp;p</string>
 
1685
                                                </property>
 
1686
                                            </widget>
 
1687
                                            <widget class="KPushButton">
 
1688
                                                <property name="name">
 
1689
                                                    <cstring>varMoveDown_button</cstring>
 
1690
                                                </property>
 
1691
                                                <property name="text">
 
1692
                                                    <string>Move Dow&amp;n</string>
 
1693
                                                </property>
 
1694
                                            </widget>
 
1695
                                        </vbox>
 
1696
                                    </widget>
 
1697
                                    <spacer>
 
1698
                                        <property name="name">
 
1699
                                            <cstring>Spacer8_2_2_2</cstring>
 
1700
                                        </property>
 
1701
                                        <property name="orientation">
 
1702
                                            <enum>Vertical</enum>
 
1703
                                        </property>
 
1704
                                        <property name="sizeType">
 
1705
                                            <enum>Expanding</enum>
 
1706
                                        </property>
 
1707
                                        <property name="sizeHint">
 
1708
                                            <size>
 
1709
                                                <width>20</width>
 
1710
                                                <height>106</height>
 
1711
                                            </size>
 
1712
                                        </property>
 
1713
                                    </spacer>
 
1714
                                </vbox>
 
1715
                            </widget>
 
1716
                        </hbox>
 
1717
                    </widget>
 
1718
                    <widget class="QLayoutWidget">
 
1719
                        <property name="name">
 
1720
                            <cstring>layout25</cstring>
 
1721
                        </property>
 
1722
                        <hbox>
 
1723
                            <property name="name">
 
1724
                                <cstring>unnamed</cstring>
 
1725
                            </property>
 
1726
                            <widget class="QLabel">
 
1727
                                <property name="name">
 
1728
                                    <cstring>textLabel1_3</cstring>
 
1729
                                </property>
 
1730
                                <property name="text">
 
1731
                                    <string>Name:</string>
 
1732
                                </property>
 
1733
                            </widget>
 
1734
                            <widget class="KLineEdit">
 
1735
                                <property name="name">
 
1736
                                    <cstring>customVariableName</cstring>
 
1737
                                </property>
 
1738
                                <property name="sizePolicy">
 
1739
                                    <sizepolicy>
 
1740
                                        <hsizetype>7</hsizetype>
 
1741
                                        <vsizetype>0</vsizetype>
 
1742
                                        <horstretch>1</horstretch>
 
1743
                                        <verstretch>0</verstretch>
 
1744
                                    </sizepolicy>
 
1745
                                </property>
 
1746
                            </widget>
 
1747
                            <widget class="QLabel">
 
1748
                                <property name="name">
 
1749
                                    <cstring>textLabel2</cstring>
 
1750
                                </property>
 
1751
                                <property name="text">
 
1752
                                    <string>Value:</string>
 
1753
                                </property>
 
1754
                            </widget>
 
1755
                            <widget class="KLineEdit">
 
1756
                                <property name="name">
 
1757
                                    <cstring>customVariableData</cstring>
 
1758
                                </property>
 
1759
                                <property name="sizePolicy">
 
1760
                                    <sizepolicy>
 
1761
                                        <hsizetype>7</hsizetype>
 
1762
                                        <vsizetype>0</vsizetype>
 
1763
                                        <horstretch>1</horstretch>
 
1764
                                        <verstretch>0</verstretch>
 
1765
                                    </sizepolicy>
 
1766
                                </property>
 
1767
                            </widget>
 
1768
                            <widget class="KPushButton">
 
1769
                                <property name="name">
 
1770
                                    <cstring>varEdit_button</cstring>
 
1771
                                </property>
 
1772
                                <property name="text">
 
1773
                                    <string>&amp;Update</string>
 
1774
                                </property>
 
1775
                            </widget>
 
1776
                        </hbox>
 
1777
                    </widget>
 
1778
                </vbox>
 
1779
            </widget>
 
1780
        </widget>
 
1781
    </grid>
 
1782
</widget>
 
1783
<connections>
 
1784
    <connection>
 
1785
        <sender>buttonCancel</sender>
 
1786
        <signal>clicked()</signal>
 
1787
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1788
        <slot>reject()</slot>
 
1789
    </connection>
 
1790
    <connection>
 
1791
        <sender>buttonOk</sender>
 
1792
        <signal>clicked()</signal>
 
1793
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1794
        <slot>updateProjectConfiguration()</slot>
 
1795
    </connection>
 
1796
    <connection>
 
1797
        <sender>varEdit_button</sender>
 
1798
        <signal>clicked()</signal>
 
1799
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1800
        <slot>editCustomValueClicked()</slot>
 
1801
    </connection>
 
1802
    <connection>
 
1803
        <sender>varMoveDown_button</sender>
 
1804
        <signal>clicked()</signal>
 
1805
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1806
        <slot>upCustomValueClicked()</slot>
 
1807
    </connection>
 
1808
    <connection>
 
1809
        <sender>varMoveUp_button</sender>
 
1810
        <signal>clicked()</signal>
 
1811
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1812
        <slot>downCustomValueClicked()</slot>
 
1813
    </connection>
 
1814
    <connection>
 
1815
        <sender>varRemove_button</sender>
 
1816
        <signal>clicked()</signal>
 
1817
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1818
        <slot>removeCustomValueClicked()</slot>
 
1819
    </connection>
 
1820
    <connection>
 
1821
        <sender>varAdd_button</sender>
 
1822
        <signal>clicked()</signal>
 
1823
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1824
        <slot>addCustomValueClicked()</slot>
 
1825
    </connection>
 
1826
    <connection>
 
1827
        <sender>customVariables</sender>
 
1828
        <signal>selectionChanged()</signal>
 
1829
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1830
        <slot>newCustomVariableActive()</slot>
 
1831
    </connection>
 
1832
    <connection>
 
1833
        <sender>extMoveDown_button</sender>
 
1834
        <signal>clicked()</signal>
 
1835
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1836
        <slot>extMoveDown_button_clicked()</slot>
 
1837
    </connection>
 
1838
    <connection>
 
1839
        <sender>extMoveUp_button</sender>
 
1840
        <signal>clicked()</signal>
 
1841
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1842
        <slot>extMoveUp_button_clicked()</slot>
 
1843
    </connection>
 
1844
    <connection>
 
1845
        <sender>extEdit_button</sender>
 
1846
        <signal>clicked()</signal>
 
1847
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1848
        <slot>extEdit_button_clicked()</slot>
 
1849
    </connection>
 
1850
    <connection>
 
1851
        <sender>extRemove_button</sender>
 
1852
        <signal>clicked()</signal>
 
1853
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1854
        <slot>extRemove_button_clicked()</slot>
 
1855
    </connection>
 
1856
    <connection>
 
1857
        <sender>extAdd_button</sender>
 
1858
        <signal>clicked()</signal>
 
1859
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1860
        <slot>extAdd_button_clicked()</slot>
 
1861
    </connection>
 
1862
    <connection>
 
1863
        <sender>intMoveDown_button</sender>
 
1864
        <signal>clicked()</signal>
 
1865
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1866
        <slot>intMoveDown_button_clicked()</slot>
 
1867
    </connection>
 
1868
    <connection>
 
1869
        <sender>intMoveUp_button</sender>
 
1870
        <signal>clicked()</signal>
 
1871
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1872
        <slot>intMoveUp_button_clicked()</slot>
 
1873
    </connection>
 
1874
    <connection>
 
1875
        <sender>insideLibMoveDownBtn</sender>
 
1876
        <signal>clicked()</signal>
 
1877
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1878
        <slot>insideLibMoveDownClicked()</slot>
 
1879
    </connection>
 
1880
    <connection>
 
1881
        <sender>insideLibMoveUpBtn</sender>
 
1882
        <signal>clicked()</signal>
 
1883
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1884
        <slot>insideLibMoveUpClicked()</slot>
 
1885
    </connection>
 
1886
    <connection>
 
1887
        <sender>outsideLibMoveDownBtn</sender>
 
1888
        <signal>clicked()</signal>
 
1889
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1890
        <slot>outsideLibMoveDownClicked()</slot>
 
1891
    </connection>
 
1892
    <connection>
 
1893
        <sender>outsideLibMoveUpBtn</sender>
 
1894
        <signal>clicked()</signal>
 
1895
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1896
        <slot>outsideLibMoveUpClicked()</slot>
 
1897
    </connection>
 
1898
    <connection>
 
1899
        <sender>outsideLibEditBtn</sender>
 
1900
        <signal>clicked()</signal>
 
1901
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1902
        <slot>outsideLibEditClicked()</slot>
 
1903
    </connection>
 
1904
    <connection>
 
1905
        <sender>outsideLibRemoveBtn</sender>
 
1906
        <signal>clicked()</signal>
 
1907
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1908
        <slot>outsideLibRemoveClicked()</slot>
 
1909
    </connection>
 
1910
    <connection>
 
1911
        <sender>outsideLibAddBtn</sender>
 
1912
        <signal>clicked()</signal>
 
1913
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1914
        <slot>outsideLibAddClicked()</slot>
 
1915
    </connection>
 
1916
    <connection>
 
1917
        <sender>outsideLibDirMoveDownBtn</sender>
 
1918
        <signal>clicked()</signal>
 
1919
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1920
        <slot>outsideLibDirMoveDownClicked()</slot>
 
1921
    </connection>
 
1922
    <connection>
 
1923
        <sender>outsideLibDirMoveUpBtn</sender>
 
1924
        <signal>clicked()</signal>
 
1925
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1926
        <slot>outsideLibMoveUpClicked()</slot>
 
1927
    </connection>
 
1928
    <connection>
 
1929
        <sender>outsideLibDirEditBtn</sender>
 
1930
        <signal>clicked()</signal>
 
1931
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1932
        <slot>outsideLibDirEditClicked()</slot>
 
1933
    </connection>
 
1934
    <connection>
 
1935
        <sender>outsideLibDirRemoveBtn</sender>
 
1936
        <signal>clicked()</signal>
 
1937
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1938
        <slot>outsideLibDirRemoveClicked()</slot>
 
1939
    </connection>
 
1940
    <connection>
 
1941
        <sender>outsideLibDirAddBtn</sender>
 
1942
        <signal>clicked()</signal>
 
1943
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1944
        <slot>outsideLibDirAddClicked()</slot>
 
1945
    </connection>
 
1946
    <connection>
 
1947
        <sender>outsideIncMoveDownBtn</sender>
 
1948
        <signal>clicked()</signal>
 
1949
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1950
        <slot>outsideIncMoveDownClicked()</slot>
 
1951
    </connection>
 
1952
    <connection>
 
1953
        <sender>outsideIncMoveUpBtn</sender>
 
1954
        <signal>clicked()</signal>
 
1955
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1956
        <slot>outsideIncMoveUpClicked()</slot>
 
1957
    </connection>
 
1958
    <connection>
 
1959
        <sender>outsideIncEditBtn</sender>
 
1960
        <signal>clicked()</signal>
 
1961
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1962
        <slot>outsideIncEditClicked()</slot>
 
1963
    </connection>
 
1964
    <connection>
 
1965
        <sender>outsideIncRemoveBtn</sender>
 
1966
        <signal>clicked()</signal>
 
1967
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1968
        <slot>outsideIncRemoveClicked()</slot>
 
1969
    </connection>
 
1970
    <connection>
 
1971
        <sender>outsideIncAddBtn</sender>
 
1972
        <signal>clicked()</signal>
 
1973
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1974
        <slot>outsideIncAddClicked()</slot>
 
1975
    </connection>
 
1976
    <connection>
 
1977
        <sender>insideIncMoveDownBtn</sender>
 
1978
        <signal>clicked()</signal>
 
1979
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1980
        <slot>insideIncMoveDownClicked()</slot>
 
1981
    </connection>
 
1982
    <connection>
 
1983
        <sender>insideIncMoveUpBtn</sender>
 
1984
        <signal>clicked()</signal>
 
1985
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1986
        <slot>insideIncMoveUpClicked()</slot>
 
1987
    </connection>
 
1988
    <connection>
 
1989
        <sender>staticRadio</sender>
 
1990
        <signal>stateChanged(int)</signal>
 
1991
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1992
        <slot>slotStaticLibClicked(int)</slot>
 
1993
    </connection>
 
1994
    <connection>
 
1995
        <sender>checkInstallTarget</sender>
 
1996
        <signal>clicked()</signal>
 
1997
        <receiver>ProjectConfigurationDlgBase</receiver>
 
1998
        <slot>slotInstallTargetClicked()</slot>
 
1999
    </connection>
 
2000
    <connection>
 
2001
        <sender>Browse</sender>
 
2002
        <signal>clicked()</signal>
 
2003
        <receiver>ProjectConfigurationDlgBase</receiver>
 
2004
        <slot>browseTargetPath()</slot>
 
2005
    </connection>
 
2006
    <connection>
 
2007
        <sender>radioSubdirs</sender>
 
2008
        <signal>stateChanged(int)</signal>
 
2009
        <receiver>ProjectConfigurationDlgBase</receiver>
 
2010
        <slot>clickSubdirsTemplate()</slot>
 
2011
    </connection>
 
2012
    <connection>
 
2013
        <sender>radioLibrary</sender>
 
2014
        <signal>stateChanged(int)</signal>
 
2015
        <receiver>ProjectConfigurationDlgBase</receiver>
 
2016
        <slot>templateLibraryClicked(int)</slot>
 
2017
    </connection>
 
2018
</connections>
 
2019
<tabstops>
 
2020
    <tabstop>radioApplication</tabstop>
 
2021
    <tabstop>radioLibrary</tabstop>
 
2022
    <tabstop>radioSubdirs</tabstop>
 
2023
    <tabstop>m_targetPath</tabstop>
 
2024
    <tabstop>Browse</tabstop>
 
2025
    <tabstop>m_targetOutputFile</tabstop>
 
2026
    <tabstop>checkInstallTarget</tabstop>
 
2027
    <tabstop>m_InstallTargetPath</tabstop>
 
2028
    <tabstop>makefile_url</tabstop>
 
2029
    <tabstop>TabBuild</tabstop>
 
2030
    <tabstop>checkDontInheritConfig</tabstop>
 
2031
    <tabstop>radioDebugMode</tabstop>
 
2032
    <tabstop>radioReleaseMode</tabstop>
 
2033
    <tabstop>checkWarning</tabstop>
 
2034
    <tabstop>checkQt</tabstop>
 
2035
    <tabstop>checkOpenGL</tabstop>
 
2036
    <tabstop>stlCheck</tabstop>
 
2037
    <tabstop>checkThread</tabstop>
 
2038
    <tabstop>checkX11</tabstop>
 
2039
    <tabstop>rttiCheck</tabstop>
 
2040
    <tabstop>exceptionCheck</tabstop>
 
2041
    <tabstop>checkConsole</tabstop>
 
2042
    <tabstop>checkPCH</tabstop>
 
2043
    <tabstop>staticRadio</tabstop>
 
2044
    <tabstop>sharedRadio</tabstop>
 
2045
    <tabstop>pluginRadio</tabstop>
 
2046
    <tabstop>checkLibtool</tabstop>
 
2047
    <tabstop>checkPkgconf</tabstop>
 
2048
    <tabstop>checkOrdered</tabstop>
 
2049
    <tabstop>checkDll</tabstop>
 
2050
    <tabstop>m_targetLibraryVersion</tabstop>
 
2051
    <tabstop>insideinc_listview</tabstop>
 
2052
    <tabstop>insideIncMoveUpBtn</tabstop>
 
2053
    <tabstop>insideIncMoveDownBtn</tabstop>
 
2054
    <tabstop>outsideinc_listview</tabstop>
 
2055
    <tabstop>outsideIncAddBtn</tabstop>
 
2056
    <tabstop>outsideIncRemoveBtn</tabstop>
 
2057
    <tabstop>outsideIncEditBtn</tabstop>
 
2058
    <tabstop>outsideIncMoveUpBtn</tabstop>
 
2059
    <tabstop>outsideIncMoveDownBtn</tabstop>
 
2060
    <tabstop>insidelib_listview</tabstop>
 
2061
    <tabstop>insideLibMoveUpBtn</tabstop>
 
2062
    <tabstop>insideLibMoveDownBtn</tabstop>
 
2063
    <tabstop>outsidelibdir_listview</tabstop>
 
2064
    <tabstop>outsideLibDirAddBtn</tabstop>
 
2065
    <tabstop>outsideLibDirRemoveBtn</tabstop>
 
2066
    <tabstop>outsideLibDirEditBtn</tabstop>
 
2067
    <tabstop>outsideLibDirMoveUpBtn</tabstop>
 
2068
    <tabstop>outsideLibDirMoveDownBtn</tabstop>
 
2069
    <tabstop>outsidelib_listview</tabstop>
 
2070
    <tabstop>outsideLibAddBtn</tabstop>
 
2071
    <tabstop>outsideLibRemoveBtn</tabstop>
 
2072
    <tabstop>outsideLibEditBtn</tabstop>
 
2073
    <tabstop>outsideLibMoveUpBtn</tabstop>
 
2074
    <tabstop>outsideLibMoveDownBtn</tabstop>
 
2075
    <tabstop>intDeps_view</tabstop>
 
2076
    <tabstop>intMoveUp_button</tabstop>
 
2077
    <tabstop>intMoveDown_button</tabstop>
 
2078
    <tabstop>extDeps_view</tabstop>
 
2079
    <tabstop>extAdd_button</tabstop>
 
2080
    <tabstop>extRemove_button</tabstop>
 
2081
    <tabstop>extEdit_button</tabstop>
 
2082
    <tabstop>extMoveUp_button</tabstop>
 
2083
    <tabstop>extMoveDown_button</tabstop>
 
2084
    <tabstop>m_debugFlags</tabstop>
 
2085
    <tabstop>m_releaseFlags</tabstop>
 
2086
    <tabstop>m_defines</tabstop>
 
2087
    <tabstop>mocdir_url</tabstop>
 
2088
    <tabstop>uidir_url</tabstop>
 
2089
    <tabstop>objdir_url</tabstop>
 
2090
    <tabstop>idlCmdEdit</tabstop>
 
2091
    <tabstop>idlCmdOptionsEdit</tabstop>
 
2092
    <tabstop>customVariables</tabstop>
 
2093
    <tabstop>varAdd_button</tabstop>
 
2094
    <tabstop>varRemove_button</tabstop>
 
2095
    <tabstop>varMoveUp_button</tabstop>
 
2096
    <tabstop>varMoveDown_button</tabstop>
 
2097
    <tabstop>customVariableName</tabstop>
 
2098
    <tabstop>customVariableData</tabstop>
 
2099
    <tabstop>varEdit_button</tabstop>
 
2100
    <tabstop>buttonOk</tabstop>
 
2101
    <tabstop>buttonCancel</tabstop>
 
2102
</tabstops>
 
2103
<includes>
 
2104
    <include location="global" impldecl="in implementation">klineedit.h</include>
 
2105
    <include location="global" impldecl="in implementation">kdialog.h</include>
 
2106
    <include location="global" impldecl="in implementation">kpushbutton.h</include>
 
2107
</includes>
 
2108
<slots>
 
2109
    <slot>browseTargetPath()</slot>
 
2110
    <slot>clickSubdirsTemplate()</slot>
 
2111
    <slot>updateProjectConfiguration()</slot>
 
2112
    <slot>templateLibraryClicked(int)</slot>
 
2113
    <slot>buildorderMoveUpClicked()</slot>
 
2114
    <slot>buildorderMoveDownClicked()</slot>
 
2115
    <slot>outsideIncMoveUpClicked()</slot>
 
2116
    <slot>outsideIncMoveDownClicked()</slot>
 
2117
    <slot>insideIncMoveUpClicked()</slot>
 
2118
    <slot>insideIncMoveDownClicked()</slot>
 
2119
    <slot>outsideLibMoveUpClicked()</slot>
 
2120
    <slot>outsideLibMoveDownClicked()</slot>
 
2121
    <slot>insideLibMoveUpClicked()</slot>
 
2122
    <slot>insideLibMoveDownClicked()</slot>
 
2123
    <slot>outsideIncAddClicked()</slot>
 
2124
    <slot>outsideIncRemoveClicked()</slot>
 
2125
    <slot>outsideLibAddClicked()</slot>
 
2126
    <slot>outsideLibRemoveClicked()</slot>
 
2127
    <slot>outsideLibDirMoveDownClicked()</slot>
 
2128
    <slot>outsideLibDirMoveUpClicked()</slot>
 
2129
    <slot>outsideLibDirAddClicked()</slot>
 
2130
    <slot>outsideLibDirRemoveClicked()</slot>
 
2131
    <slot>outsideLibDirEditClicked()</slot>
 
2132
    <slot>outsideLibEditClicked()</slot>
 
2133
    <slot>outsideIncEditClicked()</slot>
 
2134
    <slot>prjDepsMoveUpClicked()</slot>
 
2135
    <slot>prjDepsMoveDownClicked()</slot>
 
2136
    <slot>slotStaticLibClicked(int)</slot>
 
2137
    <slot>slotInstallTargetClicked()</slot>
 
2138
    <slot>intMoveUp_button_clicked()</slot>
 
2139
    <slot>intMoveDown_button_clicked()</slot>
 
2140
    <slot>extAdd_button_clicked()</slot>
 
2141
    <slot>extRemove_button_clicked()</slot>
 
2142
    <slot>extEdit_button_clicked()</slot>
 
2143
    <slot>extMoveUp_button_clicked()</slot>
 
2144
    <slot>extMoveDown_button_clicked()</slot>
 
2145
    <slot>addCustomValueClicked()</slot>
 
2146
    <slot>removeCustomValueClicked()</slot>
 
2147
    <slot>upCustomValueClicked()</slot>
 
2148
    <slot>downCustomValueClicked()</slot>
 
2149
    <slot>newCustomVariableActive()</slot>
 
2150
    <slot>customVariables_selectionChanged()</slot>
 
2151
    <slot>editCustomValueClicked()</slot>
 
2152
</slots>
 
2153
<layoutdefaults spacing="6" margin="11"/>
 
2154
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
 
2155
<includehints>
 
2156
    <includehint>kpushbutton.h</includehint>
 
2157
    <includehint>kpushbutton.h</includehint>
 
2158
    <includehint>klineedit.h</includehint>
 
2159
    <includehint>klineedit.h</includehint>
 
2160
    <includehint>kpushbutton.h</includehint>
 
2161
    <includehint>klineedit.h</includehint>
 
2162
    <includehint>kurlrequester.h</includehint>
 
2163
    <includehint>klineedit.h</includehint>
 
2164
    <includehint>kpushbutton.h</includehint>
 
2165
    <includehint>kpushbutton.h</includehint>
 
2166
    <includehint>kpushbutton.h</includehint>
 
2167
    <includehint>kpushbutton.h</includehint>
 
2168
    <includehint>kpushbutton.h</includehint>
 
2169
    <includehint>kpushbutton.h</includehint>
 
2170
    <includehint>kpushbutton.h</includehint>
 
2171
    <includehint>kpushbutton.h</includehint>
 
2172
    <includehint>kpushbutton.h</includehint>
 
2173
    <includehint>kpushbutton.h</includehint>
 
2174
    <includehint>kpushbutton.h</includehint>
 
2175
    <includehint>kpushbutton.h</includehint>
 
2176
    <includehint>kpushbutton.h</includehint>
 
2177
    <includehint>kpushbutton.h</includehint>
 
2178
    <includehint>kpushbutton.h</includehint>
 
2179
    <includehint>kpushbutton.h</includehint>
 
2180
    <includehint>kpushbutton.h</includehint>
 
2181
    <includehint>kpushbutton.h</includehint>
 
2182
    <includehint>kpushbutton.h</includehint>
 
2183
    <includehint>kpushbutton.h</includehint>
 
2184
    <includehint>kpushbutton.h</includehint>
 
2185
    <includehint>kpushbutton.h</includehint>
 
2186
    <includehint>kpushbutton.h</includehint>
 
2187
    <includehint>kpushbutton.h</includehint>
 
2188
    <includehint>kpushbutton.h</includehint>
 
2189
    <includehint>kpushbutton.h</includehint>
 
2190
    <includehint>kpushbutton.h</includehint>
 
2191
    <includehint>kpushbutton.h</includehint>
 
2192
    <includehint>kpushbutton.h</includehint>
 
2193
    <includehint>klineedit.h</includehint>
 
2194
    <includehint>klineedit.h</includehint>
 
2195
    <includehint>klineedit.h</includehint>
 
2196
    <includehint>kurlrequester.h</includehint>
 
2197
    <includehint>klineedit.h</includehint>
 
2198
    <includehint>kpushbutton.h</includehint>
 
2199
    <includehint>kurlrequester.h</includehint>
 
2200
    <includehint>klineedit.h</includehint>
 
2201
    <includehint>kpushbutton.h</includehint>
 
2202
    <includehint>kurlrequester.h</includehint>
 
2203
    <includehint>klineedit.h</includehint>
 
2204
    <includehint>kpushbutton.h</includehint>
 
2205
    <includehint>klineedit.h</includehint>
 
2206
    <includehint>kurlrequester.h</includehint>
 
2207
    <includehint>klineedit.h</includehint>
 
2208
    <includehint>kpushbutton.h</includehint>
 
2209
    <includehint>klistview.h</includehint>
 
2210
    <includehint>kpushbutton.h</includehint>
 
2211
    <includehint>kpushbutton.h</includehint>
 
2212
    <includehint>kpushbutton.h</includehint>
 
2213
    <includehint>kpushbutton.h</includehint>
 
2214
    <includehint>klineedit.h</includehint>
 
2215
    <includehint>klineedit.h</includehint>
 
2216
    <includehint>kpushbutton.h</includehint>
 
2217
</includehints>
 
2218
</UI>