summaryrefslogtreecommitdiffstats
path: root/src/settingswidget.ui
blob: df44b1d5701bae6dcbf6e75a66ac167056a07b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SettingsWidget</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>Form2</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>456</width>
            <height>593</height>
        </rect>
    </property>
    <property name="caption">
        <string>Form2</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="TQCheckBox" row="1" column="2" rowspan="1" colspan="2">
            <property name="name">
                <cstring>lastProjectCheckbox</cstring>
            </property>
            <property name="text">
                <string>Lo&amp;ad last project on startup</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Check this if you want KDevelop to load the last opened project on startup</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Mark this checkbox if you want to continue to work with the last project you worked on. This will cause KDevelop to automatically load this project on start-up. It will usually be shown in the state you left work so you can readily proceed.</string>
            </property>
        </widget>
        <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="4">
            <property name="name">
                <cstring>textLabel2</cstring>
            </property>
            <property name="text">
                <string>&lt;qt&gt;&lt;h3&gt;Project Settings&lt;/h3&gt;&lt;/qt&gt;</string>
            </property>
            <property name="tqalignment">
                <set>WordBreak|AlignVCenter</set>
            </property>
        </widget>
        <widget class="TQCheckBox" row="6" column="2" rowspan="1" colspan="2">
            <property name="name">
                <cstring>lineWrappingCheckBox</cstring>
            </property>
            <property name="text">
                <string>Line wrappin&amp;g</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>By default, KDevelop will wrap long lines around in the Messages Output View window</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>By default, KDevelop will wrap long lines around in the Messages Output View window so that valuable information will not be easily overlooked. In some cases this will clutter long message lists. Remove the checkbox mark if you do not want the lines wrap around.</string>
            </property>
        </widget>
        <widget class="TQLayoutWidget" row="5" column="2" rowspan="1" colspan="2">
            <property name="name">
                <cstring>tqlayout10</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>compilerLabel</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Compiler output:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>compileOutputCombo</cstring>
                    </property>
                </widget>
                <widget class="TQComboBox">
                    <item>
                        <property name="text">
                            <string>Very Short</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>Short</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>Long</string>
                        </property>
                    </item>
                    <property name="name">
                        <cstring>compileOutputCombo</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>3</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Choose what sort of output you want from the build process</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>KDevelop preprocesses the messages the Messages Output View window receives during the build processes in order to filter superfluous information. You can control the level of detail KDevelop will display using the dropdown box in this field. 
&lt;b&gt;Very Short&lt;/b&gt;  Displays only warnings, errors, and the filenames which are compiled. 
&lt;b&gt;Short&lt;/b&gt;  Suppresses all compiler flags and formats the output to be more readable. 
&lt;b&gt;Full&lt;/b&gt;  Displays all output messages unmodified.</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="TQLabel" row="3" column="0" rowspan="1" colspan="4">
            <property name="name">
                <cstring>textLabel2_2</cstring>
            </property>
            <property name="text">
                <string>&lt;qt&gt;&lt;h3&gt;Output View Settings&lt;/h3&gt;&lt;/qt&gt;</string>
            </property>
            <property name="textFormat">
                <enum>AutoText</enum>
            </property>
            <property name="tqalignment">
                <set>WordBreak|AlignBottom|AlignLeft</set>
            </property>
        </widget>
        <widget class="TQLayoutWidget" row="2" column="2" rowspan="1" colspan="2">
            <property name="name">
                <cstring>tqlayout5</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>textLabel1</cstring>
                    </property>
                    <property name="text">
                        <string>Default pro&amp;jects directory:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>projectsURL</cstring>
                    </property>
                </widget>
                <widget class="KURLRequester">
                    <property name="name">
                        <cstring>projectsURL</cstring>
                    </property>
                    <property name="focusPolicy">
                        <enum>WheelFocus</enum>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Set the directory where you want your projects in.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>By default, KDevelop uses a common tqparent directory for all new projects. Enter the absolute path of this common directory in the box or select it from your directory structure. KDevelop will place the any new project here as a subdirectory.</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <spacer row="1" column="0" rowspan="2" colspan="1">
            <property name="name">
                <cstring>spacer13</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Fixed</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>20</width>
                    <height>40</height>
                </size>
            </property>
        </spacer>
        <widget class="TQLayoutWidget" row="4" column="2" rowspan="1" colspan="2">
            <property name="name">
                <cstring>tqlayout4</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>buttonLabel</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>4</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>Window &amp;font:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>outputFont</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string></string>
                    </property>
                </widget>
                <widget class="KFontRequester">
                    <property name="name">
                        <cstring>outputFont</cstring>
                    </property>
                </widget>
            </hbox>
        </widget>
        <spacer row="10" column="0" rowspan="1" colspan="2">
            <property name="name">
                <cstring>spacer13_2_2</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Fixed</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>16</width>
                    <height>60</height>
                </size>
            </property>
        </spacer>
        <widget class="TQButtonGroup" row="12" column="3">
            <property name="name">
                <cstring>terminalButtonGroup</cstring>
            </property>
            <property name="frameShape">
                <enum>NoFrame</enum>
            </property>
            <property name="title">
                <string></string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQRadioButton" row="0" column="0">
                    <property name="name">
                        <cstring>useKDETerminal</cstring>
                    </property>
                    <property name="text">
                        <string>Use &amp;KDE setting</string>
                    </property>
                    <property name="checked">
                        <bool>true</bool>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Use the terminal as set in KControl</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If checked, KDevelop will use the default terminal as set in KControl in KDE components, Component Chooser.</string>
                    </property>
                </widget>
                <widget class="TQLayoutWidget" row="1" column="0">
                    <property name="name">
                        <cstring>tqlayout9</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQRadioButton">
                            <property name="name">
                                <cstring>useOtherTerminal</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>5</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>&amp;Other:</string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Set a different terminal than the KDE default one</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Choose some other terminal different from the default one.</string>
                            </property>
                        </widget>
                        <widget class="KLineEdit">
                            <property name="name">
                                <cstring>terminalEdit</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                        </widget>
                    </hbox>
                </widget>
            </grid>
        </widget>
        <widget class="TQLabel" row="11" column="0" rowspan="1" colspan="4">
            <property name="name">
                <cstring>textLabel5_2</cstring>
            </property>
            <property name="text">
                <string>&lt;qt&gt;&lt;h3&gt;Terminal Emulation&lt;/h3&gt;&lt;/qt&gt;</string>
            </property>
            <property name="tqalignment">
                <set>AlignTop</set>
            </property>
        </widget>
        <spacer row="12" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>spacer13_2_2_2</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Fixed</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>20</width>
                    <height>50</height>
                </size>
            </property>
        </spacer>
        <spacer row="13" column="3">
            <property name="name">
                <cstring>spacer23</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>MinimumExpanding</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>20</width>
                    <height>16</height>
                </size>
            </property>
        </spacer>
        <widget class="TQLabel" row="9" column="0" rowspan="1" colspan="4">
            <property name="name">
                <cstring>textLabel5</cstring>
            </property>
            <property name="text">
                <string>&lt;qt&gt;&lt;h3&gt;UI Designer Integration&lt;/h3&gt;This will only be used when no project is opened. For the project specific setting see Project Options/C++ Specific and open the Qt tab.&lt;/qt&gt;</string>
            </property>
            <property name="tqalignment">
                <set>WordBreak|AlignTop</set>
            </property>
        </widget>
        <widget class="TQButtonGroup" row="10" column="3">
            <property name="name">
                <cstring>designerButtonGroup</cstring>
            </property>
            <property name="frameShape">
                <enum>NoFrame</enum>
            </property>
            <property name="title">
                <string></string>
            </property>
            <property name="flat">
                <bool>false</bool>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>0</number>
                </property>
                <widget class="TQRadioButton" row="0" column="0">
                    <property name="name">
                        <cstring>embeddedDesignerRadioButton</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Use KDevelop's embedded designer</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Start KDevelop own designer embedded within KDevelop</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>KDevelop comes with its own UI designer that can either be embedded or be run as a separate program. Check this button if you wish to integrate the UI designer into KDevelop.</string>
                    </property>
                </widget>
                <widget class="TQRadioButton" row="1" column="0">
                    <property name="name">
                        <cstring>seperateAppRadioButton</cstring>
                    </property>
                    <property name="text">
                        <string>Run KDevelop's &amp;designer as a separate application</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Start KDevelop own designer externally</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>KDevelop comes with its own UI designer that can either be embedded or be run as a separate program. Check this button if you wish to run KDevelop's UI designer as a separate program.</string>
                    </property>
                </widget>
                <widget class="TQRadioButton" row="2" column="0">
                    <property name="name">
                        <cstring>qtDesignerRadioButton</cstring>
                    </property>
                    <property name="text">
                        <string>Run &amp;Qt Designer</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Use Qt Designer externally</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Check this button if you wish to use Qt Designer rather than KDevelop's integrated designer.</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="TQCheckBox" row="7" column="2" rowspan="1" colspan="2">
            <property name="name">
                <cstring>dirNavigMsgCheckBox</cstring>
            </property>
            <property name="text">
                <string>Directory &amp;navigation messages</string>
            </property>
            <property name="accel">
                <string>Alt+N</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Check this if you want to know what directory make is in</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>The make tool usually will display messages like “Entering directory”, or “Leaving directory” when it switches the directories it currently works in. As this clutters the messages list in the Messages Output View window, KDevelop suppresses those messages by default. Mark the checkbox if you want to protocol which directories make worked in.</string>
            </property>
        </widget>
        <spacer row="4" column="0" rowspan="5" colspan="1">
            <property name="name">
                <cstring>spacer13_2</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Fixed</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>16</width>
                    <height>150</height>
                </size>
            </property>
        </spacer>
        <widget class="TQButtonGroup" row="8" column="1" rowspan="1" colspan="3">
            <property name="name">
                <cstring>buttonGroup3</cstring>
            </property>
            <property name="lineWidth">
                <number>0</number>
            </property>
            <property name="margin">
                <number>0</number>
            </property>
            <property name="title">
                <string></string>
            </property>
            <property name="tqalignment">
                <set>AlignAuto</set>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>6</number>
                </property>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>forceCLocaleRadio</cstring>
                    </property>
                    <property name="text">
                        <string>Force English compiler output</string>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>userLocaleRadio</cstring>
                    </property>
                    <property name="text">
                        <string>Use kde language and disable "jump-to-source" functionality</string>
                    </property>
                </widget>
            </vbox>
        </widget>
    </grid>
</widget>
<connections>
    <connection>
        <sender>useOtherTerminal</sender>
        <signal>toggled(bool)</signal>
        <receiver>terminalEdit</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
</connections>
<tqlayoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>kurlrequester.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>kpushbutton.h</includehint>
    <includehint>kfontrequester.h</includehint>
    <includehint>klineedit.h</includehint>
</includehints>
</UI>