Preferences/ConfigurationPages/InterfacePage.ui

changeset 0
de9c2efb9d02
child 405
374066392929
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>InterfacePage</class>
4 <widget class="QWidget" name="InterfacePage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>555</width>
10 <height>1121</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure User Interface&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line9">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox_4">
36 <property name="title">
37 <string>Browsers</string>
38 </property>
39 <layout class="QGridLayout" name="gridLayout_2">
40 <item row="0" column="0">
41 <widget class="QCheckBox" name="uiBrowsersListFoldersFirstCheckBox">
42 <property name="toolTip">
43 <string>Select, if folders should be listed first in the various browsers</string>
44 </property>
45 <property name="text">
46 <string>List folders first in Browsers</string>
47 </property>
48 </widget>
49 </item>
50 <item row="0" column="1">
51 <widget class="QCheckBox" name="uiBrowsersHideNonPublicCheckBox">
52 <property name="toolTip">
53 <string>Select to hide non public classes, methods and attributes in the browsers.</string>
54 </property>
55 <property name="text">
56 <string>Hide non public members in Browsers</string>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="0">
61 <widget class="QCheckBox" name="uiBrowsersSortByOccurrenceCheckBox">
62 <property name="toolTip">
63 <string>Select to sort file contents by occurrence</string>
64 </property>
65 <property name="text">
66 <string>Sort contents by occurrence</string>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 </item>
73 <item>
74 <widget class="QGroupBox" name="groupBox_3">
75 <property name="title">
76 <string>Log-Viewer</string>
77 </property>
78 <layout class="QGridLayout" name="gridLayout_3">
79 <item row="0" column="0" colspan="3">
80 <widget class="QCheckBox" name="lvAutoRaiseCheckBox">
81 <property name="toolTip">
82 <string>Select to show the log-viewer upon new output</string>
83 </property>
84 <property name="text">
85 <string>Show upon new output</string>
86 </property>
87 </widget>
88 </item>
89 <item row="1" column="0">
90 <widget class="QLabel" name="TextLabel3_2_2">
91 <property name="text">
92 <string>Stderr Colour:</string>
93 </property>
94 </widget>
95 </item>
96 <item row="1" column="1">
97 <widget class="QPushButton" name="stderrTextColourButton">
98 <property name="minimumSize">
99 <size>
100 <width>100</width>
101 <height>0</height>
102 </size>
103 </property>
104 <property name="toolTip">
105 <string>Select the colour for text sent to stderr</string>
106 </property>
107 <property name="text">
108 <string/>
109 </property>
110 </widget>
111 </item>
112 <item row="1" column="2">
113 <spacer name="horizontalSpacer">
114 <property name="orientation">
115 <enum>Qt::Horizontal</enum>
116 </property>
117 <property name="sizeHint" stdset="0">
118 <size>
119 <width>319</width>
120 <height>20</height>
121 </size>
122 </property>
123 </spacer>
124 </item>
125 </layout>
126 </widget>
127 </item>
128 <item>
129 <widget class="QGroupBox" name="uiCaptionShowsFilenameGroupBox">
130 <property name="focusPolicy">
131 <enum>Qt::StrongFocus</enum>
132 </property>
133 <property name="toolTip">
134 <string>Select, if the caption of the main window should show the filename of the current editor</string>
135 </property>
136 <property name="title">
137 <string>Caption shows filename</string>
138 </property>
139 <property name="checkable">
140 <bool>true</bool>
141 </property>
142 <layout class="QHBoxLayout">
143 <item>
144 <widget class="QLabel" name="label">
145 <property name="text">
146 <string>Filename Length</string>
147 </property>
148 </widget>
149 </item>
150 <item>
151 <widget class="QSpinBox" name="filenameLengthSpinBox">
152 <property name="toolTip">
153 <string>Enter the number of characters to be shown in the main window title.</string>
154 </property>
155 <property name="minimum">
156 <number>10</number>
157 </property>
158 <property name="maximum">
159 <number>999</number>
160 </property>
161 <property name="singleStep">
162 <number>10</number>
163 </property>
164 <property name="value">
165 <number>100</number>
166 </property>
167 </widget>
168 </item>
169 <item>
170 <spacer>
171 <property name="orientation">
172 <enum>Qt::Horizontal</enum>
173 </property>
174 <property name="sizeHint" stdset="0">
175 <size>
176 <width>31</width>
177 <height>23</height>
178 </size>
179 </property>
180 </spacer>
181 </item>
182 </layout>
183 </widget>
184 </item>
185 <item>
186 <layout class="QGridLayout">
187 <item row="0" column="0">
188 <widget class="QLabel" name="label_2">
189 <property name="text">
190 <string>Style:</string>
191 </property>
192 </widget>
193 </item>
194 <item row="0" column="1" colspan="2">
195 <widget class="QComboBox" name="styleComboBox">
196 <property name="toolTip">
197 <string>Select the interface style</string>
198 </property>
199 </widget>
200 </item>
201 <item row="1" column="0">
202 <widget class="QLabel" name="label_3">
203 <property name="text">
204 <string>Style Sheet:</string>
205 </property>
206 </widget>
207 </item>
208 <item row="1" column="1">
209 <widget class="QLineEdit" name="styleSheetEdit">
210 <property name="toolTip">
211 <string>Enter the name of the style sheet file</string>
212 </property>
213 </widget>
214 </item>
215 <item row="1" column="2">
216 <widget class="QPushButton" name="styleSheetButton">
217 <property name="toolTip">
218 <string>Select the style sheet file via a file selection dialog</string>
219 </property>
220 <property name="text">
221 <string>...</string>
222 </property>
223 </widget>
224 </item>
225 </layout>
226 </item>
227 <item>
228 <widget class="QGroupBox" name="groupBox">
229 <property name="title">
230 <string>Dockarea Corner Usage</string>
231 </property>
232 <layout class="QGridLayout">
233 <item row="0" column="0">
234 <widget class="QGroupBox" name="groupBox_2">
235 <property name="title">
236 <string>Top Left Corner</string>
237 </property>
238 <layout class="QVBoxLayout">
239 <item>
240 <widget class="QRadioButton" name="tlTopButton">
241 <property name="toolTip">
242 <string>Select to assign the top left corner to the top dockarea</string>
243 </property>
244 <property name="text">
245 <string>Top dockarea</string>
246 </property>
247 </widget>
248 </item>
249 <item>
250 <widget class="QRadioButton" name="tlLeftButton">
251 <property name="toolTip">
252 <string>Select to assign the top left corner to the left dockarea</string>
253 </property>
254 <property name="text">
255 <string>Left dockarea</string>
256 </property>
257 </widget>
258 </item>
259 </layout>
260 </widget>
261 </item>
262 <item row="0" column="1">
263 <widget class="QGroupBox" name="groupBox_5">
264 <property name="title">
265 <string>Top Right Corner</string>
266 </property>
267 <layout class="QVBoxLayout">
268 <item>
269 <widget class="QRadioButton" name="trTopButton">
270 <property name="toolTip">
271 <string>Select to assign the top right corner to the top dockarea</string>
272 </property>
273 <property name="text">
274 <string>Top dockarea</string>
275 </property>
276 </widget>
277 </item>
278 <item>
279 <widget class="QRadioButton" name="trRightButton">
280 <property name="toolTip">
281 <string>Select to assign the top right corner to the right dockarea</string>
282 </property>
283 <property name="text">
284 <string>Right dockarea</string>
285 </property>
286 </widget>
287 </item>
288 </layout>
289 </widget>
290 </item>
291 <item row="1" column="0">
292 <widget class="QGroupBox" name="groupBox_6">
293 <property name="title">
294 <string>Bottom Left Corner</string>
295 </property>
296 <layout class="QVBoxLayout">
297 <item>
298 <widget class="QRadioButton" name="blBottomButton">
299 <property name="toolTip">
300 <string>Select to assign the bottom left corner to the bottom dockarea</string>
301 </property>
302 <property name="text">
303 <string>Bottom dockarea</string>
304 </property>
305 </widget>
306 </item>
307 <item>
308 <widget class="QRadioButton" name="blLeftButton">
309 <property name="toolTip">
310 <string>Select to assign the bottom left corner to the left dockarea</string>
311 </property>
312 <property name="text">
313 <string>Left dockarea</string>
314 </property>
315 </widget>
316 </item>
317 </layout>
318 </widget>
319 </item>
320 <item row="1" column="1">
321 <widget class="QGroupBox" name="groupBox_7">
322 <property name="title">
323 <string>Bottom Right Corner</string>
324 </property>
325 <layout class="QVBoxLayout">
326 <item>
327 <widget class="QRadioButton" name="brTopButton">
328 <property name="toolTip">
329 <string>Select to assign the bottom right corner to the bottom dockarea</string>
330 </property>
331 <property name="text">
332 <string>Bottom dockarea</string>
333 </property>
334 </widget>
335 </item>
336 <item>
337 <widget class="QRadioButton" name="brRightButton">
338 <property name="toolTip">
339 <string>Select to assign the bottom right corner to the right dockarea</string>
340 </property>
341 <property name="text">
342 <string>Right dockarea</string>
343 </property>
344 </widget>
345 </item>
346 </layout>
347 </widget>
348 </item>
349 </layout>
350 </widget>
351 </item>
352 <item>
353 <widget class="Line" name="line9_2">
354 <property name="frameShape">
355 <enum>QFrame::HLine</enum>
356 </property>
357 <property name="frameShadow">
358 <enum>QFrame::Sunken</enum>
359 </property>
360 <property name="orientation">
361 <enum>Qt::Horizontal</enum>
362 </property>
363 </widget>
364 </item>
365 <item>
366 <widget class="QLabel" name="TextLabel1_2_2_2">
367 <property name="text">
368 <string>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</string>
369 </property>
370 </widget>
371 </item>
372 <item>
373 <layout class="QGridLayout" name="gridLayout">
374 <item row="0" column="0">
375 <widget class="QLabel" name="languageLabel">
376 <property name="sizePolicy">
377 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
378 <horstretch>0</horstretch>
379 <verstretch>0</verstretch>
380 </sizepolicy>
381 </property>
382 <property name="text">
383 <string>Language:</string>
384 </property>
385 <property name="buddy">
386 <cstring>languageComboBox</cstring>
387 </property>
388 </widget>
389 </item>
390 <item row="0" column="1">
391 <widget class="QComboBox" name="languageComboBox">
392 <property name="sizePolicy">
393 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
394 <horstretch>0</horstretch>
395 <verstretch>0</verstretch>
396 </sizepolicy>
397 </property>
398 <property name="toolTip">
399 <string>Select the interface language.</string>
400 </property>
401 <property name="whatsThis">
402 <string>The interface language can be selected from this list. If &quot;system&quot; is selected, the interface language is determined by the system. The selection of &quot;none&quot; means, that the default language will be used.</string>
403 </property>
404 </widget>
405 </item>
406 <item row="1" column="0">
407 <widget class="QLabel" name="layoutLabel">
408 <property name="text">
409 <string>Layout:</string>
410 </property>
411 </widget>
412 </item>
413 <item row="1" column="1">
414 <widget class="QComboBox" name="layoutComboBox">
415 <property name="sizePolicy">
416 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
417 <horstretch>0</horstretch>
418 <verstretch>0</verstretch>
419 </sizepolicy>
420 </property>
421 <property name="toolTip">
422 <string>Select the layout type.</string>
423 </property>
424 <item>
425 <property name="text">
426 <string>Dock Windows</string>
427 </property>
428 </item>
429 <item>
430 <property name="text">
431 <string>Floating Windows </string>
432 </property>
433 </item>
434 <item>
435 <property name="text">
436 <string>Toolboxes</string>
437 </property>
438 </item>
439 <item>
440 <property name="text">
441 <string>Sidebars</string>
442 </property>
443 </item>
444 </widget>
445 </item>
446 </layout>
447 </item>
448 <item>
449 <layout class="QHBoxLayout" name="horizontalLayout">
450 <item>
451 <widget class="QGroupBox" name="groupBox_9">
452 <property name="title">
453 <string>Shell</string>
454 </property>
455 <layout class="QVBoxLayout" name="_8">
456 <item>
457 <widget class="QRadioButton" name="separateShellButton">
458 <property name="toolTip">
459 <string>Select to get a separate shell window</string>
460 </property>
461 <property name="text">
462 <string>separate window</string>
463 </property>
464 </widget>
465 </item>
466 <item>
467 <widget class="QRadioButton" name="debugEmbeddedShellButton">
468 <property name="toolTip">
469 <string>Select to embed the shell in the Debug-Viewer</string>
470 </property>
471 <property name="text">
472 <string>embed in Debug-Viewer</string>
473 </property>
474 </widget>
475 </item>
476 </layout>
477 </widget>
478 </item>
479 <item>
480 <widget class="QGroupBox" name="groupBox_10">
481 <property name="title">
482 <string>File-Browser</string>
483 </property>
484 <layout class="QVBoxLayout" name="_9">
485 <item>
486 <widget class="QRadioButton" name="separateFileBrowserButton">
487 <property name="toolTip">
488 <string>Select to get a separate file browser window</string>
489 </property>
490 <property name="text">
491 <string>separate window</string>
492 </property>
493 </widget>
494 </item>
495 <item>
496 <widget class="QRadioButton" name="debugEmbeddedFileBrowserButton">
497 <property name="toolTip">
498 <string>Select to embed the file browser in the Debug-Viewer</string>
499 </property>
500 <property name="text">
501 <string>embed in Debug-Viewer</string>
502 </property>
503 </widget>
504 </item>
505 <item>
506 <widget class="QRadioButton" name="projectEmbeddedFileBrowserButton">
507 <property name="toolTip">
508 <string>Select to embed the file browser in the Project-Viewer</string>
509 </property>
510 <property name="text">
511 <string>embed in Project-Viewer</string>
512 </property>
513 </widget>
514 </item>
515 </layout>
516 </widget>
517 </item>
518 </layout>
519 </item>
520 <item>
521 <widget class="QGroupBox" name="tabsGroupBox">
522 <property name="title">
523 <string>Tabs</string>
524 </property>
525 <layout class="QVBoxLayout" name="verticalLayout_2">
526 <item>
527 <widget class="QCheckBox" name="tabsCloseButtonCheckBox">
528 <property name="text">
529 <string>Show only one close button instead of one for each tab</string>
530 </property>
531 </widget>
532 </item>
533 </layout>
534 </widget>
535 </item>
536 <item>
537 <spacer>
538 <property name="orientation">
539 <enum>Qt::Vertical</enum>
540 </property>
541 <property name="sizeHint" stdset="0">
542 <size>
543 <width>537</width>
544 <height>41</height>
545 </size>
546 </property>
547 </spacer>
548 </item>
549 <item>
550 <widget class="QPushButton" name="resetLayoutButton">
551 <property name="text">
552 <string>Reset layout to factory defaults</string>
553 </property>
554 </widget>
555 </item>
556 </layout>
557 </widget>
558 <tabstops>
559 <tabstop>uiBrowsersListFoldersFirstCheckBox</tabstop>
560 <tabstop>uiBrowsersHideNonPublicCheckBox</tabstop>
561 <tabstop>uiBrowsersSortByOccurrenceCheckBox</tabstop>
562 <tabstop>lvAutoRaiseCheckBox</tabstop>
563 <tabstop>stderrTextColourButton</tabstop>
564 <tabstop>uiCaptionShowsFilenameGroupBox</tabstop>
565 <tabstop>filenameLengthSpinBox</tabstop>
566 <tabstop>styleComboBox</tabstop>
567 <tabstop>styleSheetEdit</tabstop>
568 <tabstop>styleSheetButton</tabstop>
569 <tabstop>tlTopButton</tabstop>
570 <tabstop>tlLeftButton</tabstop>
571 <tabstop>trTopButton</tabstop>
572 <tabstop>trRightButton</tabstop>
573 <tabstop>blBottomButton</tabstop>
574 <tabstop>blLeftButton</tabstop>
575 <tabstop>brTopButton</tabstop>
576 <tabstop>brRightButton</tabstop>
577 <tabstop>languageComboBox</tabstop>
578 <tabstop>layoutComboBox</tabstop>
579 <tabstop>separateShellButton</tabstop>
580 <tabstop>debugEmbeddedShellButton</tabstop>
581 <tabstop>separateFileBrowserButton</tabstop>
582 <tabstop>debugEmbeddedFileBrowserButton</tabstop>
583 <tabstop>projectEmbeddedFileBrowserButton</tabstop>
584 <tabstop>tabsCloseButtonCheckBox</tabstop>
585 <tabstop>resetLayoutButton</tabstop>
586 </tabstops>
587 <resources/>
588 <connections/>
589 </ui>

eric ide

mercurial