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

« back to all changes in this revision

Viewing changes to buildtools/pascal/pascalproject_optionsdlgbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>PascalProjectOptionsDlgBase</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>PascalProjectOptionsDlgBase</cstring>
6
 
    </property>
7
 
    <property name="enabled">
8
 
        <bool>true</bool>
9
 
    </property>
10
 
    <property name="geometry">
11
 
        <rect>
12
 
            <x>0</x>
13
 
            <y>0</y>
14
 
            <width>600</width>
15
 
            <height>480</height>
16
 
        </rect>
17
 
    </property>
18
 
    <property name="caption">
19
 
        <string>Pascal Compiler</string>
20
 
    </property>
21
 
    <grid>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="5">
26
 
            <property name="name">
27
 
                <cstring>configuration_layout</cstring>
28
 
            </property>
29
 
            <hbox>
30
 
                <property name="name">
31
 
                    <cstring>unnamed</cstring>
32
 
                </property>
33
 
                <widget class="QLabel">
34
 
                    <property name="name">
35
 
                        <cstring>config_label</cstring>
36
 
                    </property>
37
 
                    <property name="sizePolicy">
38
 
                        <sizepolicy>
39
 
                            <hsizetype>1</hsizetype>
40
 
                            <vsizetype>5</vsizetype>
41
 
                            <horstretch>0</horstretch>
42
 
                            <verstretch>0</verstretch>
43
 
                        </sizepolicy>
44
 
                    </property>
45
 
                    <property name="text">
46
 
                        <string>Con&amp;figuration:</string>
47
 
                    </property>
48
 
                    <property name="buddy" stdset="0">
49
 
                        <cstring>config_combo</cstring>
50
 
                    </property>
51
 
                </widget>
52
 
                <widget class="QComboBox">
53
 
                    <property name="name">
54
 
                        <cstring>config_combo</cstring>
55
 
                    </property>
56
 
                    <property name="sizePolicy">
57
 
                        <sizepolicy>
58
 
                            <hsizetype>3</hsizetype>
59
 
                            <vsizetype>0</vsizetype>
60
 
                            <horstretch>0</horstretch>
61
 
                            <verstretch>0</verstretch>
62
 
                        </sizepolicy>
63
 
                    </property>
64
 
                    <property name="editable">
65
 
                        <bool>true</bool>
66
 
                    </property>
67
 
                </widget>
68
 
                <spacer>
69
 
                    <property name="name">
70
 
                        <cstring>Spacer17_2</cstring>
71
 
                    </property>
72
 
                    <property name="orientation">
73
 
                        <enum>Horizontal</enum>
74
 
                    </property>
75
 
                    <property name="sizeType">
76
 
                        <enum>Fixed</enum>
77
 
                    </property>
78
 
                    <property name="sizeHint">
79
 
                        <size>
80
 
                            <width>20</width>
81
 
                            <height>8</height>
82
 
                        </size>
83
 
                    </property>
84
 
                </spacer>
85
 
                <widget class="QPushButton">
86
 
                    <property name="name">
87
 
                        <cstring>addconfig_button</cstring>
88
 
                    </property>
89
 
                    <property name="text">
90
 
                        <string>&amp;Add</string>
91
 
                    </property>
92
 
                </widget>
93
 
                <widget class="QPushButton">
94
 
                    <property name="name">
95
 
                        <cstring>removeconfig_button</cstring>
96
 
                    </property>
97
 
                    <property name="text">
98
 
                        <string>&amp;Remove</string>
99
 
                    </property>
100
 
                </widget>
101
 
                <spacer>
102
 
                    <property name="name">
103
 
                        <cstring>Spacer18_2</cstring>
104
 
                    </property>
105
 
                    <property name="orientation">
106
 
                        <enum>Horizontal</enum>
107
 
                    </property>
108
 
                    <property name="sizeType">
109
 
                        <enum>Expanding</enum>
110
 
                    </property>
111
 
                    <property name="sizeHint">
112
 
                        <size>
113
 
                            <width>20</width>
114
 
                            <height>20</height>
115
 
                        </size>
116
 
                    </property>
117
 
                </spacer>
118
 
            </hbox>
119
 
        </widget>
120
 
        <widget class="QPushButton" row="6" column="4">
121
 
            <property name="name">
122
 
                <cstring>options_button</cstring>
123
 
            </property>
124
 
            <property name="sizePolicy">
125
 
                <sizepolicy>
126
 
                    <hsizetype>0</hsizetype>
127
 
                    <vsizetype>0</vsizetype>
128
 
                    <horstretch>0</horstretch>
129
 
                    <verstretch>0</verstretch>
130
 
                </sizepolicy>
131
 
            </property>
132
 
            <property name="maximumSize">
133
 
                <size>
134
 
                    <width>30</width>
135
 
                    <height>32767</height>
136
 
                </size>
137
 
            </property>
138
 
            <property name="text">
139
 
                <string>...</string>
140
 
            </property>
141
 
        </widget>
142
 
        <widget class="QLabel" row="6" column="0">
143
 
            <property name="name">
144
 
                <cstring>options_label</cstring>
145
 
            </property>
146
 
            <property name="sizePolicy">
147
 
                <sizepolicy>
148
 
                    <hsizetype>4</hsizetype>
149
 
                    <vsizetype>5</vsizetype>
150
 
                    <horstretch>0</horstretch>
151
 
                    <verstretch>0</verstretch>
152
 
                </sizepolicy>
153
 
            </property>
154
 
            <property name="text">
155
 
                <string>Compiler op&amp;tions:</string>
156
 
            </property>
157
 
            <property name="buddy" stdset="0">
158
 
                <cstring>compiler_box</cstring>
159
 
            </property>
160
 
        </widget>
161
 
        <widget class="QLabel" row="2" column="0">
162
 
            <property name="name">
163
 
                <cstring>compiler_label</cstring>
164
 
            </property>
165
 
            <property name="sizePolicy">
166
 
                <sizepolicy>
167
 
                    <hsizetype>4</hsizetype>
168
 
                    <vsizetype>5</vsizetype>
169
 
                    <horstretch>0</horstretch>
170
 
                    <verstretch>0</verstretch>
171
 
                </sizepolicy>
172
 
            </property>
173
 
            <property name="text">
174
 
                <string>&amp;Pascal compiler:</string>
175
 
            </property>
176
 
            <property name="buddy" stdset="0">
177
 
                <cstring>compiler_box</cstring>
178
 
            </property>
179
 
        </widget>
180
 
        <widget class="QLineEdit" row="4" column="1" rowspan="1" colspan="3">
181
 
            <property name="name">
182
 
                <cstring>exec_edit</cstring>
183
 
            </property>
184
 
        </widget>
185
 
        <widget class="QLineEdit" row="6" column="1" rowspan="1" colspan="3">
186
 
            <property name="name">
187
 
                <cstring>options_edit</cstring>
188
 
            </property>
189
 
        </widget>
190
 
        <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="3">
191
 
            <property name="name">
192
 
                <cstring>compiler_box</cstring>
193
 
            </property>
194
 
        </widget>
195
 
        <widget class="QLabel" row="4" column="0">
196
 
            <property name="name">
197
 
                <cstring>exec_label</cstring>
198
 
            </property>
199
 
            <property name="sizePolicy">
200
 
                <sizepolicy>
201
 
                    <hsizetype>4</hsizetype>
202
 
                    <vsizetype>5</vsizetype>
203
 
                    <horstretch>0</horstretch>
204
 
                    <verstretch>0</verstretch>
205
 
                </sizepolicy>
206
 
            </property>
207
 
            <property name="text">
208
 
                <string>Compiler co&amp;mmand:</string>
209
 
            </property>
210
 
            <property name="buddy" stdset="0">
211
 
                <cstring>compiler_box</cstring>
212
 
            </property>
213
 
        </widget>
214
 
        <widget class="Line" row="1" column="0" rowspan="1" colspan="5">
215
 
            <property name="name">
216
 
                <cstring>configuration_line</cstring>
217
 
            </property>
218
 
            <property name="frameShape">
219
 
                <enum>HLine</enum>
220
 
            </property>
221
 
            <property name="frameShadow">
222
 
                <enum>Sunken</enum>
223
 
            </property>
224
 
            <property name="orientation">
225
 
                <enum>Horizontal</enum>
226
 
            </property>
227
 
        </widget>
228
 
        <spacer row="3" column="1">
229
 
            <property name="name">
230
 
                <cstring>spacer11</cstring>
231
 
            </property>
232
 
            <property name="orientation">
233
 
                <enum>Vertical</enum>
234
 
            </property>
235
 
            <property name="sizeType">
236
 
                <enum>Fixed</enum>
237
 
            </property>
238
 
            <property name="sizeHint">
239
 
                <size>
240
 
                    <width>20</width>
241
 
                    <height>16</height>
242
 
                </size>
243
 
            </property>
244
 
        </spacer>
245
 
        <spacer row="5" column="3">
246
 
            <property name="name">
247
 
                <cstring>spacer12</cstring>
248
 
            </property>
249
 
            <property name="orientation">
250
 
                <enum>Vertical</enum>
251
 
            </property>
252
 
            <property name="sizeType">
253
 
                <enum>Fixed</enum>
254
 
            </property>
255
 
            <property name="sizeHint">
256
 
                <size>
257
 
                    <width>20</width>
258
 
                    <height>16</height>
259
 
                </size>
260
 
            </property>
261
 
        </spacer>
262
 
        <spacer row="8" column="2">
263
 
            <property name="name">
264
 
                <cstring>spacer13</cstring>
265
 
            </property>
266
 
            <property name="orientation">
267
 
                <enum>Vertical</enum>
268
 
            </property>
269
 
            <property name="sizeType">
270
 
                <enum>Fixed</enum>
271
 
            </property>
272
 
            <property name="sizeHint">
273
 
                <size>
274
 
                    <width>20</width>
275
 
                    <height>30</height>
276
 
                </size>
277
 
            </property>
278
 
        </spacer>
279
 
        <spacer row="7" column="0" rowspan="1" colspan="3">
280
 
            <property name="name">
281
 
                <cstring>spacer7</cstring>
282
 
            </property>
283
 
            <property name="orientation">
284
 
                <enum>Horizontal</enum>
285
 
            </property>
286
 
            <property name="sizeType">
287
 
                <enum>Expanding</enum>
288
 
            </property>
289
 
            <property name="sizeHint">
290
 
                <size>
291
 
                    <width>400</width>
292
 
                    <height>20</height>
293
 
                </size>
294
 
            </property>
295
 
        </spacer>
296
 
        <widget class="QPushButton" row="7" column="3" rowspan="1" colspan="2">
297
 
            <property name="name">
298
 
                <cstring>defaultopts_button</cstring>
299
 
            </property>
300
 
            <property name="text">
301
 
                <string>Load &amp;Default Compiler Options</string>
302
 
            </property>
303
 
        </widget>
304
 
        <widget class="KURLRequester" row="9" column="1" rowspan="1" colspan="4">
305
 
            <property name="name">
306
 
                <cstring>mainSourceUrl</cstring>
307
 
            </property>
308
 
            <property name="minimumSize">
309
 
                <size>
310
 
                    <width>0</width>
311
 
                    <height>26</height>
312
 
                </size>
313
 
            </property>
314
 
            <property name="focusPolicy">
315
 
                <enum>WheelFocus</enum>
316
 
            </property>
317
 
        </widget>
318
 
        <widget class="QLabel" row="9" column="0">
319
 
            <property name="name">
320
 
                <cstring>mainSourceLabel</cstring>
321
 
            </property>
322
 
            <property name="sizePolicy">
323
 
                <sizepolicy>
324
 
                    <hsizetype>4</hsizetype>
325
 
                    <vsizetype>5</vsizetype>
326
 
                    <horstretch>0</horstretch>
327
 
                    <verstretch>0</verstretch>
328
 
                </sizepolicy>
329
 
            </property>
330
 
            <property name="text">
331
 
                <string>Main &amp;source file:</string>
332
 
            </property>
333
 
            <property name="buddy" stdset="0">
334
 
                <cstring>compiler_box</cstring>
335
 
            </property>
336
 
        </widget>
337
 
        <spacer row="12" column="1">
338
 
            <property name="name">
339
 
                <cstring>spacer1</cstring>
340
 
            </property>
341
 
            <property name="orientation">
342
 
                <enum>Vertical</enum>
343
 
            </property>
344
 
            <property name="sizeType">
345
 
                <enum>Expanding</enum>
346
 
            </property>
347
 
            <property name="sizeHint">
348
 
                <size>
349
 
                    <width>20</width>
350
 
                    <height>20</height>
351
 
                </size>
352
 
            </property>
353
 
        </spacer>
354
 
    </grid>
355
 
</widget>
356
 
<connections>
357
 
    <connection>
358
 
        <sender>compiler_box</sender>
359
 
        <signal>activated(const QString&amp;)</signal>
360
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
361
 
        <slot>compiler_box_activated(const QString&amp;)</slot>
362
 
    </connection>
363
 
    <connection>
364
 
        <sender>removeconfig_button</sender>
365
 
        <signal>clicked()</signal>
366
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
367
 
        <slot>configRemoved()</slot>
368
 
    </connection>
369
 
    <connection>
370
 
        <sender>config_combo</sender>
371
 
        <signal>textChanged(const QString&amp;)</signal>
372
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
373
 
        <slot>configComboTextChanged(const QString&amp;)</slot>
374
 
    </connection>
375
 
    <connection>
376
 
        <sender>config_combo</sender>
377
 
        <signal>activated(const QString&amp;)</signal>
378
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
379
 
        <slot>configChanged(const QString&amp;)</slot>
380
 
    </connection>
381
 
    <connection>
382
 
        <sender>addconfig_button</sender>
383
 
        <signal>clicked()</signal>
384
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
385
 
        <slot>configAdded()</slot>
386
 
    </connection>
387
 
    <connection>
388
 
        <sender>options_button</sender>
389
 
        <signal>clicked()</signal>
390
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
391
 
        <slot>optionsButtonClicked()</slot>
392
 
    </connection>
393
 
    <connection>
394
 
        <sender>exec_edit</sender>
395
 
        <signal>textChanged(const QString&amp;)</signal>
396
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
397
 
        <slot>setDirty()</slot>
398
 
    </connection>
399
 
    <connection>
400
 
        <sender>options_edit</sender>
401
 
        <signal>textChanged(const QString&amp;)</signal>
402
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
403
 
        <slot>setDirty()</slot>
404
 
    </connection>
405
 
    <connection>
406
 
        <sender>mainSourceUrl</sender>
407
 
        <signal>textChanged(const QString&amp;)</signal>
408
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
409
 
        <slot>setDirty()</slot>
410
 
    </connection>
411
 
    <connection>
412
 
        <sender>mainSourceUrl</sender>
413
 
        <signal>urlSelected(const QString&amp;)</signal>
414
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
415
 
        <slot>setDirty()</slot>
416
 
    </connection>
417
 
    <connection>
418
 
        <sender>compiler_box</sender>
419
 
        <signal>activated(const QString&amp;)</signal>
420
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
421
 
        <slot>setDirty()</slot>
422
 
    </connection>
423
 
    <connection>
424
 
        <sender>compiler_box</sender>
425
 
        <signal>textChanged(const QString&amp;)</signal>
426
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
427
 
        <slot>setDirty()</slot>
428
 
    </connection>
429
 
    <connection>
430
 
        <sender>defaultopts_button</sender>
431
 
        <signal>clicked()</signal>
432
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
433
 
        <slot>setDefaultOptions()</slot>
434
 
    </connection>
435
 
    <connection>
436
 
        <sender>defaultopts_button</sender>
437
 
        <signal>clicked()</signal>
438
 
        <receiver>PascalProjectOptionsDlgBase</receiver>
439
 
        <slot>setDirty()</slot>
440
 
    </connection>
441
 
</connections>
442
 
<tabstops>
443
 
    <tabstop>compiler_box</tabstop>
444
 
    <tabstop>exec_edit</tabstop>
445
 
    <tabstop>options_edit</tabstop>
446
 
    <tabstop>options_button</tabstop>
447
 
    <tabstop>defaultopts_button</tabstop>
448
 
    <tabstop>mainSourceUrl</tabstop>
449
 
    <tabstop>config_combo</tabstop>
450
 
    <tabstop>addconfig_button</tabstop>
451
 
    <tabstop>removeconfig_button</tabstop>
452
 
</tabstops>
453
 
<includes>
454
 
    <include location="global" impldecl="in implementation">kdialog.h</include>
455
 
</includes>
456
 
<slots>
457
 
    <slot access="protected">compiler_box_activated(const QString&amp;)</slot>
458
 
    <slot access="protected">addconfig_button_clicked()</slot>
459
 
    <slot access="protected">configRemoved()</slot>
460
 
    <slot access="protected">configComboTextChanged(const QString&amp;)</slot>
461
 
    <slot access="protected">configChanged(const QString&amp;)</slot>
462
 
    <slot access="protected">optionsButtonClicked()</slot>
463
 
    <slot access="protected">configAdded()</slot>
464
 
    <slot access="protected">setDirty()</slot>
465
 
    <slot access="protected">setDefaultOptions()</slot>
466
 
</slots>
467
 
<layoutdefaults spacing="6" margin="11"/>
468
 
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
469
 
<includehints>
470
 
    <includehint>kurlrequester.h</includehint>
471
 
    <includehint>klineedit.h</includehint>
472
 
    <includehint>kpushbutton.h</includehint>
473
 
</includehints>
474
 
</UI>