src/eric7/Preferences/ConfigurationPages/InterfacePage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9038
90bcfdd63d47
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>550</width>
10 <height>1140</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="3" column="0" colspan="2">
41 <layout class="QHBoxLayout" name="horizontalLayout_2">
42 <item>
43 <widget class="QLabel" name="label_4">
44 <property name="text">
45 <string>Filter out files:</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QLineEdit" name="fileFiltersEdit">
51 <property name="toolTip">
52 <string>Enter wildcard file patterns separated by semicolon. Files matching these patterns will not be shown by the file browsers.</string>
53 </property>
54 </widget>
55 </item>
56 </layout>
57 </item>
58 <item row="0" column="0">
59 <widget class="QCheckBox" name="uiBrowsersListFoldersFirstCheckBox">
60 <property name="toolTip">
61 <string>Select, if folders should be listed first in the various browsers</string>
62 </property>
63 <property name="text">
64 <string>List folders first in Browsers</string>
65 </property>
66 </widget>
67 </item>
68 <item row="0" column="1">
69 <widget class="QCheckBox" name="uiBrowsersHideNonPublicCheckBox">
70 <property name="toolTip">
71 <string>Select to hide non public classes, methods and attributes in the browsers.</string>
72 </property>
73 <property name="text">
74 <string>Hide non public members in Browsers</string>
75 </property>
76 </widget>
77 </item>
78 <item row="1" column="0">
79 <widget class="QCheckBox" name="uiBrowsersSortByOccurrenceCheckBox">
80 <property name="toolTip">
81 <string>Select to sort file contents by occurrence</string>
82 </property>
83 <property name="text">
84 <string>Sort contents by occurrence</string>
85 </property>
86 </widget>
87 </item>
88 <item row="1" column="1">
89 <widget class="QCheckBox" name="browserShowCodingCheckBox">
90 <property name="toolTip">
91 <string>Select to show the source code encoding</string>
92 </property>
93 <property name="text">
94 <string>Show source file encoding</string>
95 </property>
96 </widget>
97 </item>
98 </layout>
99 </widget>
100 </item>
101 <item>
102 <widget class="QGroupBox" name="uiCaptionShowsFilenameGroupBox">
103 <property name="focusPolicy">
104 <enum>Qt::StrongFocus</enum>
105 </property>
106 <property name="toolTip">
107 <string>Select, if the caption of the main window should show the filename of the current editor</string>
108 </property>
109 <property name="title">
110 <string>Caption shows filename</string>
111 </property>
112 <property name="checkable">
113 <bool>true</bool>
114 </property>
115 <layout class="QHBoxLayout">
116 <item>
117 <widget class="QLabel" name="label">
118 <property name="text">
119 <string>Filename Length</string>
120 </property>
121 </widget>
122 </item>
123 <item>
124 <widget class="QSpinBox" name="filenameLengthSpinBox">
125 <property name="toolTip">
126 <string>Enter the number of characters to be shown in the main window title.</string>
127 </property>
128 <property name="minimum">
129 <number>10</number>
130 </property>
131 <property name="maximum">
132 <number>999</number>
133 </property>
134 <property name="singleStep">
135 <number>10</number>
136 </property>
137 <property name="value">
138 <number>100</number>
139 </property>
140 </widget>
141 </item>
142 <item>
143 <spacer>
144 <property name="orientation">
145 <enum>Qt::Horizontal</enum>
146 </property>
147 <property name="sizeHint" stdset="0">
148 <size>
149 <width>31</width>
150 <height>23</height>
151 </size>
152 </property>
153 </spacer>
154 </item>
155 </layout>
156 </widget>
157 </item>
158 <item>
159 <layout class="QGridLayout" name="gridLayout_3">
160 <item row="0" column="0">
161 <widget class="QLabel" name="label_2">
162 <property name="text">
163 <string>Style:</string>
164 </property>
165 </widget>
166 </item>
167 <item row="0" column="1">
168 <widget class="QComboBox" name="styleComboBox">
169 <property name="toolTip">
170 <string>Select the interface style</string>
171 </property>
172 </widget>
173 </item>
174 <item row="1" column="0">
175 <widget class="QLabel" name="label_3">
176 <property name="text">
177 <string>Style Sheet:</string>
178 </property>
179 </widget>
180 </item>
181 <item row="1" column="1">
182 <widget class="EricPathPicker" name="styleSheetPicker" native="true">
183 <property name="sizePolicy">
184 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
185 <horstretch>0</horstretch>
186 <verstretch>0</verstretch>
187 </sizepolicy>
188 </property>
189 <property name="focusPolicy">
190 <enum>Qt::StrongFocus</enum>
191 </property>
192 <property name="toolTip">
193 <string>Enter the path of the style sheet file</string>
194 </property>
195 </widget>
196 </item>
197 <item row="2" column="0">
198 <widget class="QLabel" name="label_6">
199 <property name="text">
200 <string>Style Icons Path:</string>
201 </property>
202 </widget>
203 </item>
204 <item row="2" column="1">
205 <widget class="EricPathPicker" name="styleIconsPathPicker" native="true">
206 <property name="sizePolicy">
207 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
208 <horstretch>0</horstretch>
209 <verstretch>0</verstretch>
210 </sizepolicy>
211 </property>
212 <property name="focusPolicy">
213 <enum>Qt::StrongFocus</enum>
214 </property>
215 <property name="toolTip">
216 <string>Enter the path to the icons used within the style sheet (empty for default)</string>
217 </property>
218 </widget>
219 </item>
220 </layout>
221 </item>
222 <item>
223 <widget class="QGroupBox" name="groupBox_8">
224 <property name="title">
225 <string>Sidebars</string>
226 </property>
227 <layout class="QVBoxLayout" name="verticalLayout_2">
228 <item>
229 <layout class="QHBoxLayout" name="horizontalLayout">
230 <item>
231 <layout class="QGridLayout" name="gridLayout_7">
232 <item row="0" column="0" colspan="2">
233 <widget class="QPushButton" name="iconBarButton">
234 <property name="toolTip">
235 <string>Select the icon bar background color</string>
236 </property>
237 <property name="text">
238 <string>Icon Bar Color</string>
239 </property>
240 </widget>
241 </item>
242 <item row="1" column="0">
243 <widget class="QLabel" name="label_5">
244 <property name="text">
245 <string>Icon Size:</string>
246 </property>
247 </widget>
248 </item>
249 <item row="1" column="1">
250 <widget class="QComboBox" name="iconSizeComboBox">
251 <property name="toolTip">
252 <string>Select the icon size</string>
253 </property>
254 </widget>
255 </item>
256 </layout>
257 </item>
258 <item>
259 <widget class="QLabel" name="sampleLabel">
260 <property name="minimumSize">
261 <size>
262 <width>50</width>
263 <height>50</height>
264 </size>
265 </property>
266 <property name="text">
267 <string/>
268 </property>
269 <property name="alignment">
270 <set>Qt::AlignCenter</set>
271 </property>
272 </widget>
273 </item>
274 <item>
275 <widget class="QLabel" name="highlightedSampleLabel">
276 <property name="minimumSize">
277 <size>
278 <width>50</width>
279 <height>50</height>
280 </size>
281 </property>
282 <property name="text">
283 <string/>
284 </property>
285 <property name="alignment">
286 <set>Qt::AlignCenter</set>
287 </property>
288 </widget>
289 </item>
290 <item>
291 <spacer name="horizontalSpacer_2">
292 <property name="orientation">
293 <enum>Qt::Horizontal</enum>
294 </property>
295 <property name="sizeHint" stdset="0">
296 <size>
297 <width>396</width>
298 <height>20</height>
299 </size>
300 </property>
301 </spacer>
302 </item>
303 </layout>
304 </item>
305 <item>
306 <widget class="Line" name="line9_3">
307 <property name="frameShape">
308 <enum>QFrame::HLine</enum>
309 </property>
310 <property name="frameShadow">
311 <enum>QFrame::Sunken</enum>
312 </property>
313 <property name="orientation">
314 <enum>Qt::Horizontal</enum>
315 </property>
316 </widget>
317 </item>
318 <item>
319 <widget class="QLabel" name="TextLabel1_2_2_3">
320 <property name="text">
321 <string>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; The following setting will be activated at the next startup of the application.&lt;/font&gt;</string>
322 </property>
323 </widget>
324 </item>
325 <item>
326 <widget class="QCheckBox" name="combinedLeftRightSidebarCheckBox">
327 <property name="toolTip">
328 <string>Select to combine the left and right sidebar</string>
329 </property>
330 <property name="text">
331 <string>Combine left and right sidebar</string>
332 </property>
333 </widget>
334 </item>
335 </layout>
336 </widget>
337 </item>
338 <item>
339 <widget class="Line" name="line9_2">
340 <property name="frameShape">
341 <enum>QFrame::HLine</enum>
342 </property>
343 <property name="frameShadow">
344 <enum>QFrame::Sunken</enum>
345 </property>
346 <property name="orientation">
347 <enum>Qt::Horizontal</enum>
348 </property>
349 </widget>
350 </item>
351 <item>
352 <widget class="QLabel" name="TextLabel1_2_2_2">
353 <property name="text">
354 <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>
355 </property>
356 </widget>
357 </item>
358 <item>
359 <layout class="QGridLayout" name="gridLayout">
360 <item row="1" column="1">
361 <widget class="QComboBox" name="layoutComboBox">
362 <property name="sizePolicy">
363 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
364 <horstretch>0</horstretch>
365 <verstretch>0</verstretch>
366 </sizepolicy>
367 </property>
368 <property name="toolTip">
369 <string>Select the layout type.</string>
370 </property>
371 <item>
372 <property name="text">
373 <string>Sidebars</string>
374 </property>
375 </item>
376 <item>
377 <property name="text">
378 <string>Toolboxes</string>
379 </property>
380 </item>
381 </widget>
382 </item>
383 <item row="0" column="1">
384 <widget class="QComboBox" name="languageComboBox">
385 <property name="sizePolicy">
386 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
387 <horstretch>0</horstretch>
388 <verstretch>0</verstretch>
389 </sizepolicy>
390 </property>
391 <property name="toolTip">
392 <string>Select the interface language.</string>
393 </property>
394 <property name="whatsThis">
395 <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>
396 </property>
397 </widget>
398 </item>
399 <item row="0" column="0">
400 <widget class="QLabel" name="languageLabel">
401 <property name="sizePolicy">
402 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
403 <horstretch>0</horstretch>
404 <verstretch>0</verstretch>
405 </sizepolicy>
406 </property>
407 <property name="text">
408 <string>Language:</string>
409 </property>
410 <property name="buddy">
411 <cstring>languageComboBox</cstring>
412 </property>
413 </widget>
414 </item>
415 <item row="1" column="0">
416 <widget class="QLabel" name="layoutLabel">
417 <property name="text">
418 <string>Layout:</string>
419 </property>
420 </widget>
421 </item>
422 </layout>
423 </item>
424 <item>
425 <widget class="QGroupBox" name="groupBox_3">
426 <property name="title">
427 <string>Integrated Tools Activation</string>
428 </property>
429 <layout class="QVBoxLayout" name="verticalLayout">
430 <item>
431 <widget class="QGroupBox" name="groupBox_10">
432 <property name="title">
433 <string>Left Side</string>
434 </property>
435 <layout class="QGridLayout" name="gridLayout_5">
436 <item row="2" column="0">
437 <widget class="QCheckBox" name="symbolsCheckBox">
438 <property name="toolTip">
439 <string>Select to activate the Symbols widget</string>
440 </property>
441 <property name="text">
442 <string>Symbols</string>
443 </property>
444 </widget>
445 </item>
446 <item row="1" column="0">
447 <widget class="QCheckBox" name="templateViewerCheckBox">
448 <property name="toolTip">
449 <string>Select to activate the Template viewer</string>
450 </property>
451 <property name="text">
452 <string>Template-Viewer</string>
453 </property>
454 </widget>
455 </item>
456 <item row="1" column="1">
457 <widget class="QCheckBox" name="fileBrowserCheckBox">
458 <property name="toolTip">
459 <string>Select to activate the File-Browser widget</string>
460 </property>
461 <property name="text">
462 <string>File-Browser</string>
463 </property>
464 </widget>
465 </item>
466 <item row="0" column="0">
467 <widget class="QCheckBox" name="findReplaceCheckBox">
468 <property name="toolTip">
469 <string>Select to activate the embedded Find/Replace In Files tool.</string>
470 </property>
471 <property name="text">
472 <string>Find/Replace In Files</string>
473 </property>
474 </widget>
475 </item>
476 <item row="0" column="1">
477 <widget class="QCheckBox" name="findLocationCheckBox">
478 <property name="toolTip">
479 <string>Select to activate the embedded Find File tool.</string>
480 </property>
481 <property name="text">
482 <string>Find File</string>
483 </property>
484 </widget>
485 </item>
486 </layout>
487 </widget>
488 </item>
489 <item>
490 <widget class="QGroupBox" name="leftRightGroupBox">
491 <property name="title">
492 <string>Right Side</string>
493 </property>
494 <layout class="QGridLayout" name="gridLayout_4">
495 <item row="0" column="0">
496 <widget class="QCheckBox" name="codeDocumentationViewerCheckBox">
497 <property name="toolTip">
498 <string>Select to activate the Code Documentation Viewer</string>
499 </property>
500 <property name="text">
501 <string>Code Documentation Viewer</string>
502 </property>
503 </widget>
504 </item>
505 <item row="0" column="1">
506 <widget class="QCheckBox" name="helpViewerCheckBox">
507 <property name="toolTip">
508 <string>Select to activate the Help Viewer widget</string>
509 </property>
510 <property name="text">
511 <string>Help Viewer</string>
512 </property>
513 </widget>
514 </item>
515 <item row="1" column="0">
516 <widget class="QCheckBox" name="condaCheckBox">
517 <property name="toolTip">
518 <string>Select to activate the conda package manager widget</string>
519 </property>
520 <property name="text">
521 <string>Conda Package Manager</string>
522 </property>
523 </widget>
524 </item>
525 <item row="1" column="1">
526 <widget class="QCheckBox" name="pypiCheckBox">
527 <property name="toolTip">
528 <string>Select to activate the PyPI package manager widget</string>
529 </property>
530 <property name="text">
531 <string>PyPI Package Manager</string>
532 </property>
533 </widget>
534 </item>
535 <item row="2" column="0">
536 <widget class="QCheckBox" name="cooperationCheckBox">
537 <property name="toolTip">
538 <string>Select to activate the Cooperation widget</string>
539 </property>
540 <property name="text">
541 <string>Cooperation</string>
542 </property>
543 </widget>
544 </item>
545 <item row="2" column="1">
546 <widget class="QCheckBox" name="ircCheckBox">
547 <property name="toolTip">
548 <string>Select to activate the IRC widget</string>
549 </property>
550 <property name="text">
551 <string>IRC</string>
552 </property>
553 </widget>
554 </item>
555 <item row="3" column="0">
556 <widget class="QCheckBox" name="microPythonCheckBox">
557 <property name="toolTip">
558 <string>Select to activate the MicroPython widget</string>
559 </property>
560 <property name="text">
561 <string>MicroPython</string>
562 </property>
563 </widget>
564 </item>
565 </layout>
566 </widget>
567 </item>
568 <item>
569 <widget class="QGroupBox" name="groupBox_11">
570 <property name="title">
571 <string>Bottom Side</string>
572 </property>
573 <layout class="QGridLayout" name="gridLayout_6">
574 <item row="0" column="0">
575 <widget class="QCheckBox" name="numbersCheckBox">
576 <property name="toolTip">
577 <string>Select to activate the Numbers widget</string>
578 </property>
579 <property name="text">
580 <string>Numbers</string>
581 </property>
582 </widget>
583 </item>
584 </layout>
585 </widget>
586 </item>
587 </layout>
588 </widget>
589 </item>
590 <item>
591 <layout class="QHBoxLayout" name="horizontalLayout_3">
592 <item>
593 <spacer name="horizontalSpacer">
594 <property name="orientation">
595 <enum>Qt::Horizontal</enum>
596 </property>
597 <property name="sizeHint" stdset="0">
598 <size>
599 <width>40</width>
600 <height>20</height>
601 </size>
602 </property>
603 </spacer>
604 </item>
605 <item>
606 <widget class="QPushButton" name="resetLayoutButton">
607 <property name="text">
608 <string>Reset layout to factory defaults</string>
609 </property>
610 </widget>
611 </item>
612 <item>
613 <spacer name="horizontalSpacer_3">
614 <property name="orientation">
615 <enum>Qt::Horizontal</enum>
616 </property>
617 <property name="sizeHint" stdset="0">
618 <size>
619 <width>40</width>
620 <height>20</height>
621 </size>
622 </property>
623 </spacer>
624 </item>
625 </layout>
626 </item>
627 <item>
628 <spacer name="verticalSpacer">
629 <property name="orientation">
630 <enum>Qt::Vertical</enum>
631 </property>
632 <property name="sizeHint" stdset="0">
633 <size>
634 <width>20</width>
635 <height>0</height>
636 </size>
637 </property>
638 </spacer>
639 </item>
640 </layout>
641 </widget>
642 <customwidgets>
643 <customwidget>
644 <class>EricPathPicker</class>
645 <extends>QWidget</extends>
646 <header>EricWidgets/EricPathPicker.h</header>
647 <container>1</container>
648 </customwidget>
649 </customwidgets>
650 <tabstops>
651 <tabstop>uiBrowsersListFoldersFirstCheckBox</tabstop>
652 <tabstop>uiBrowsersHideNonPublicCheckBox</tabstop>
653 <tabstop>uiBrowsersSortByOccurrenceCheckBox</tabstop>
654 <tabstop>browserShowCodingCheckBox</tabstop>
655 <tabstop>fileFiltersEdit</tabstop>
656 <tabstop>uiCaptionShowsFilenameGroupBox</tabstop>
657 <tabstop>filenameLengthSpinBox</tabstop>
658 <tabstop>styleComboBox</tabstop>
659 <tabstop>styleSheetPicker</tabstop>
660 <tabstop>styleIconsPathPicker</tabstop>
661 <tabstop>iconBarButton</tabstop>
662 <tabstop>iconSizeComboBox</tabstop>
663 <tabstop>combinedLeftRightSidebarCheckBox</tabstop>
664 <tabstop>languageComboBox</tabstop>
665 <tabstop>layoutComboBox</tabstop>
666 <tabstop>findReplaceCheckBox</tabstop>
667 <tabstop>findLocationCheckBox</tabstop>
668 <tabstop>templateViewerCheckBox</tabstop>
669 <tabstop>fileBrowserCheckBox</tabstop>
670 <tabstop>symbolsCheckBox</tabstop>
671 <tabstop>codeDocumentationViewerCheckBox</tabstop>
672 <tabstop>helpViewerCheckBox</tabstop>
673 <tabstop>condaCheckBox</tabstop>
674 <tabstop>pypiCheckBox</tabstop>
675 <tabstop>cooperationCheckBox</tabstop>
676 <tabstop>ircCheckBox</tabstop>
677 <tabstop>microPythonCheckBox</tabstop>
678 <tabstop>numbersCheckBox</tabstop>
679 <tabstop>resetLayoutButton</tabstop>
680 </tabstops>
681 <resources/>
682 <connections/>
683 </ui>

eric ide

mercurial