2 <class>EditProfileDialog</class>
3 <widget class="QWidget" name="EditProfileDialog" >
4 <property name="geometry" >
12 <layout class="QHBoxLayout" >
13 <property name="margin" >
17 <widget class="QTabWidget" name="tabWidget" >
18 <property name="sizePolicy" >
19 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
20 <horstretch>0</horstretch>
21 <verstretch>0</verstretch>
24 <property name="currentIndex" >
27 <property name="usesScrollButtons" >
30 <widget class="QWidget" name="generalTab" >
31 <property name="geometry" >
39 <attribute name="title" >
40 <string>General</string>
42 <layout class="QVBoxLayout" >
44 <widget class="QGroupBox" name="groupBox_10" >
45 <property name="title" >
46 <string>General</string>
48 <property name="flat" >
51 <layout class="QGridLayout" >
52 <item row="0" column="0" >
53 <widget class="QLabel" name="profileNameLabel" >
54 <property name="text" >
55 <string>Profile name:</string>
57 <property name="alignment" >
58 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
62 <item row="0" column="1" colspan="2" >
63 <widget class="QLineEdit" name="profileNameEdit" >
64 <property name="toolTip" >
65 <string>A descriptive name for the profile</string>
69 <item row="1" column="0" >
70 <widget class="QLabel" name="label_3" >
71 <property name="text" >
72 <string>Command:</string>
74 <property name="alignment" >
75 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
79 <item row="1" column="1" colspan="2" >
80 <widget class="KLineEdit" name="commandEdit" >
81 <property name="toolTip" >
82 <string>The command to execute when new terminal sessions are created using this profile</string>
84 <property name="layoutDirection" >
85 <enum>Qt::LeftToRight</enum>
89 <item row="2" column="0" >
90 <widget class="QLabel" name="label_9" >
91 <property name="text" >
92 <string>Initial directory:</string>
94 <property name="alignment" >
95 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
99 <item row="2" column="1" colspan="2" >
100 <widget class="KLineEdit" name="initialDirEdit" >
101 <property name="toolTip" >
102 <string>The initial working directory for new terminal sessions using this profile</string>
104 <property name="layoutDirection" >
105 <enum>Qt::LeftToRight</enum>
109 <item row="2" column="3" >
110 <widget class="QToolButton" name="dirSelectButton" >
111 <property name="toolTip" >
112 <string>Browse for initial directory</string>
114 <property name="text" >
119 <item row="4" column="0" >
120 <widget class="QLabel" name="label_10" >
121 <property name="text" >
122 <string>Icon:</string>
124 <property name="alignment" >
125 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
129 <item row="4" column="1" >
130 <widget class="QPushButton" name="iconSelectButton" >
131 <property name="sizePolicy" >
132 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
133 <horstretch>0</horstretch>
134 <verstretch>0</verstretch>
137 <property name="minimumSize" >
143 <property name="baseSize" >
149 <property name="toolTip" >
150 <string>Select the icon displayed on tabs using this profile</string>
152 <property name="text" >
155 <property name="iconSize" >
163 <item row="4" column="2" >
165 <property name="orientation" >
166 <enum>Qt::Horizontal</enum>
168 <property name="sizeHint" stdset="0" >
176 <item row="5" column="0" >
177 <widget class="QLabel" name="environmentLabel" >
178 <property name="text" >
179 <string>Environment:</string>
181 <property name="alignment" >
182 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
186 <item row="5" column="1" >
187 <widget class="QPushButton" name="environmentEditButton" >
188 <property name="toolTip" >
189 <string>Edit the list of environment variables and associated values</string>
191 <property name="text" >
192 <string>Edit...</string>
196 <item row="3" column="1" colspan="2" >
197 <widget class="QCheckBox" name="startInSameDirButton" >
198 <property name="text" >
199 <string>Start in same directory as current tab</string>
207 <widget class="QGroupBox" name="groupBox_12" >
208 <property name="title" >
209 <string>Window</string>
211 <property name="flat" >
214 <layout class="QVBoxLayout" >
216 <widget class="QCheckBox" name="showMenuBarButton" >
217 <property name="sizePolicy" >
218 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
219 <horstretch>0</horstretch>
220 <verstretch>0</verstretch>
223 <property name="toolTip" >
224 <string>Show or hide the menu bar in terminal windows</string>
226 <property name="text" >
227 <string>Show menu bar in new windows</string>
236 <property name="orientation" >
237 <enum>Qt::Vertical</enum>
239 <property name="sizeHint" stdset="0" >
249 <widget class="QWidget" name="tabsTab" >
250 <property name="geometry" >
258 <attribute name="title" >
259 <string>Tabs</string>
261 <layout class="QVBoxLayout" >
263 <widget class="QGroupBox" name="groupBox_5" >
264 <property name="title" >
265 <string>Tab Titles</string>
267 <property name="flat" >
270 <layout class="QGridLayout" >
271 <item row="0" column="0" >
272 <widget class="QLabel" name="label" >
273 <property name="text" >
274 <string>Tab title format:</string>
276 <property name="alignment" >
277 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
281 <item row="0" column="1" >
282 <widget class="KLineEdit" name="tabTitleEdit" >
283 <property name="toolTip" >
284 <string>Normal tab title format</string>
288 <item row="0" column="2" >
289 <widget class="QPushButton" name="tabTitleEditButton" >
290 <property name="toolTip" >
291 <string>Edit normal tab title format</string>
293 <property name="text" >
294 <string>Insert</string>
298 <item row="1" column="0" >
299 <widget class="QLabel" name="label_2" >
300 <property name="text" >
301 <string>Remote tab title format:</string>
303 <property name="alignment" >
304 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
308 <item row="1" column="1" >
309 <widget class="KLineEdit" name="remoteTabTitleEdit" >
310 <property name="toolTip" >
311 <string>Tab title format used when a remote command (e.g. connection to another computer via SSH) is being executed</string>
315 <item row="1" column="2" >
316 <widget class="QPushButton" name="remoteTabTitleEditButton" >
317 <property name="toolTip" >
318 <string>Edit tab title format used when executing remote commands</string>
320 <property name="text" >
321 <string>Insert</string>
329 <widget class="QGroupBox" name="groupBox_2" >
330 <property name="title" >
331 <string>Tab Bar</string>
333 <property name="flat" >
336 <layout class="QGridLayout" >
337 <item row="1" column="0" >
338 <widget class="QLabel" name="label_12" >
339 <property name="text" >
340 <string>Tab bar display:</string>
342 <property name="alignment" >
343 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
347 <item row="1" column="1" >
348 <widget class="QComboBox" name="tabBarVisibilityCombo" >
349 <property name="sizePolicy" >
350 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
351 <horstretch>1</horstretch>
352 <verstretch>0</verstretch>
355 <property name="toolTip" >
360 <item row="2" column="0" >
361 <widget class="QLabel" name="label_13" >
362 <property name="text" >
363 <string>Tab bar position:</string>
365 <property name="alignment" >
366 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
370 <item row="2" column="1" >
371 <widget class="QComboBox" name="tabBarPositionCombo" >
372 <property name="sizePolicy" >
373 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
374 <horstretch>1</horstretch>
375 <verstretch>0</verstretch>
380 <item row="3" column="0" colspan="2" >
381 <widget class="QCheckBox" name="newTabButton" >
382 <property name="text" >
383 <string>Show 'New Tab' and 'Close Tab' buttons in tab bar</string>
392 <property name="orientation" >
393 <enum>Qt::Vertical</enum>
395 <property name="sizeHint" stdset="0" >
405 <widget class="QWidget" name="appearanceTab" >
406 <property name="geometry" >
414 <attribute name="title" >
415 <string>Appearance</string>
417 <layout class="QVBoxLayout" >
419 <widget class="QGroupBox" name="groupBox" >
420 <property name="sizePolicy" >
421 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
422 <horstretch>0</horstretch>
423 <verstretch>1</verstretch>
426 <property name="title" >
427 <string>Color Scheme && Background</string>
429 <property name="flat" >
432 <layout class="QGridLayout" >
433 <item rowspan="5" row="0" column="0" >
434 <widget class="QListView" name="colorSchemeList" >
435 <property name="verticalScrollMode" >
436 <enum>QAbstractItemView::ScrollPerPixel</enum>
440 <item row="0" column="1" >
441 <widget class="QPushButton" name="newColorSchemeButton" >
442 <property name="toolTip" >
443 <string>Create a new color scheme based upon the selected scheme</string>
445 <property name="text" >
446 <string>New...</string>
450 <item row="1" column="1" >
451 <widget class="QPushButton" name="editColorSchemeButton" >
452 <property name="toolTip" >
453 <string>Edit the selected color scheme</string>
455 <property name="text" >
456 <string>Edit...</string>
460 <item row="2" column="1" >
461 <widget class="QPushButton" name="removeColorSchemeButton" >
462 <property name="toolTip" >
463 <string>Delete the selected color scheme</string>
465 <property name="text" >
466 <string>Remove</string>
470 <item rowspan="2" row="3" column="1" >
472 <property name="orientation" >
473 <enum>Qt::Vertical</enum>
475 <property name="sizeHint" stdset="0" >
483 <item row="5" column="0" >
484 <widget class="Konsole::WarningBox" native="1" name="transparencyWarningWidget" />
490 <widget class="QGroupBox" name="groupBox_3" >
491 <property name="title" >
492 <string>Font</string>
494 <property name="flat" >
497 <layout class="QVBoxLayout" >
499 <layout class="QHBoxLayout" >
501 <widget class="QLabel" name="label_7" >
502 <property name="text" >
503 <string>Preview:</string>
508 <widget class="QLabel" name="fontPreviewLabel" >
509 <property name="sizePolicy" >
510 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
511 <horstretch>1</horstretch>
512 <verstretch>0</verstretch>
515 <property name="text" >
516 <string comment="KDE::DoNotExtract">FONT PREVIEW TEXT</string>
523 <layout class="QHBoxLayout" >
525 <widget class="QLabel" name="label_4" >
526 <property name="text" >
527 <string>Text size:</string>
529 <property name="alignment" >
530 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
535 <widget class="QLabel" name="label_5" >
536 <property name="text" >
537 <string>Small</string>
542 <widget class="QSlider" name="fontSizeSlider" >
543 <property name="toolTip" >
544 <string>Adjust the font size used in this profile</string>
546 <property name="minimum" >
549 <property name="maximum" >
552 <property name="orientation" >
553 <enum>Qt::Horizontal</enum>
558 <widget class="QLabel" name="label_6" >
559 <property name="text" >
560 <string>Large</string>
565 <widget class="QPushButton" name="editFontButton" >
566 <property name="toolTip" >
567 <string>Change the font used in this profile</string>
569 <property name="text" >
570 <string>Edit Font...</string>
577 <widget class="QCheckBox" name="antialiasTextButton" >
578 <property name="text" >
579 <string>Smooth fonts</string>
588 <widget class="QWidget" name="scrollingTab" >
589 <property name="geometry" >
597 <attribute name="title" >
598 <string>Scrolling</string>
600 <layout class="QVBoxLayout" >
602 <widget class="QGroupBox" name="groupBox_6" >
603 <property name="title" >
604 <string>Scrolling</string>
606 <property name="flat" >
609 <layout class="QVBoxLayout" >
611 <widget class="QRadioButton" name="disableScrollbackButton" >
612 <property name="sizePolicy" >
613 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
614 <horstretch>0</horstretch>
615 <verstretch>0</verstretch>
618 <property name="toolTip" >
619 <string>Disable scroll bar and do not remember previous output</string>
621 <property name="text" >
622 <string>Disable scrollback</string>
627 <layout class="QHBoxLayout" >
629 <widget class="QRadioButton" name="fixedScrollbackButton" >
630 <property name="sizePolicy" >
631 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
632 <horstretch>0</horstretch>
633 <verstretch>0</verstretch>
636 <property name="toolTip" >
637 <string>Limit the remembered output to a fixed number of lines</string>
639 <property name="text" >
640 <string>Fixed number of lines: </string>
645 <widget class="QSpinBox" name="scrollBackLinesSpinner" >
646 <property name="toolTip" >
647 <string>Number of lines of output to remember</string>
649 <property name="minimum" >
652 <property name="maximum" >
653 <number>100000</number>
659 <property name="orientation" >
660 <enum>Qt::Horizontal</enum>
662 <property name="sizeHint" stdset="0" >
673 <widget class="QRadioButton" name="unlimitedScrollbackButton" >
674 <property name="sizePolicy" >
675 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
676 <horstretch>0</horstretch>
677 <verstretch>0</verstretch>
680 <property name="toolTip" >
681 <string>Remember all output produced by the terminal</string>
683 <property name="text" >
684 <string>Unlimited scrollback</string>
692 <widget class="QGroupBox" name="groupBox_7" >
693 <property name="title" >
694 <string>Scroll Bar</string>
696 <property name="flat" >
699 <layout class="QVBoxLayout" >
701 <widget class="QRadioButton" name="scrollBarLeftButton" >
702 <property name="sizePolicy" >
703 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
704 <horstretch>0</horstretch>
705 <verstretch>0</verstretch>
708 <property name="toolTip" >
709 <string>Show the scroll bar on the left side of the terminal window</string>
711 <property name="text" >
712 <string>Show on left side</string>
717 <widget class="QRadioButton" name="scrollBarRightButton" >
718 <property name="sizePolicy" >
719 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
720 <horstretch>0</horstretch>
721 <verstretch>0</verstretch>
724 <property name="toolTip" >
725 <string>Show the scroll bar on the right side of the terminal window</string>
727 <property name="text" >
728 <string>Show on right side</string>
733 <widget class="QRadioButton" name="scrollBarHiddenButton" >
734 <property name="sizePolicy" >
735 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
736 <horstretch>0</horstretch>
737 <verstretch>0</verstretch>
740 <property name="toolTip" >
741 <string>Hide the scroll bar</string>
743 <property name="text" >
744 <string>Hidden</string>
753 <property name="orientation" >
754 <enum>Qt::Vertical</enum>
756 <property name="sizeHint" stdset="0" >
766 <widget class="QWidget" name="keyboardTab" >
767 <property name="geometry" >
775 <attribute name="title" >
776 <string>Input</string>
778 <layout class="QVBoxLayout" >
780 <widget class="QGroupBox" name="keyBindingsGroup" >
781 <property name="title" >
782 <string>Key Bindings</string>
784 <property name="flat" >
787 <layout class="QGridLayout" >
788 <item row="0" column="0" colspan="2" >
789 <widget class="QLabel" name="label_15" >
790 <property name="text" >
791 <string>Key bindings control how combinations of key presses in the terminal window are converted into the stream of characters which is sent to the current terminal program.</string>
793 <property name="wordWrap" >
798 <item rowspan="5" row="1" column="0" >
799 <widget class="QListView" name="keyBindingList" >
800 <property name="iconSize" >
808 <item row="1" column="1" >
809 <widget class="QPushButton" name="newKeyBindingsButton" >
810 <property name="toolTip" >
811 <string>Create a new key bindings list based upon the selected bindings</string>
813 <property name="text" >
814 <string>New...</string>
818 <item row="2" column="1" >
819 <widget class="QPushButton" name="editKeyBindingsButton" >
820 <property name="toolTip" >
821 <string>Edit the selected key bindings list</string>
823 <property name="text" >
824 <string>Edit...</string>
828 <item row="3" column="1" >
829 <widget class="QPushButton" name="removeKeyBindingsButton" >
830 <property name="toolTip" >
831 <string>Delete the selected key bindings list</string>
833 <property name="text" >
834 <string>Remove</string>
838 <item row="5" column="1" >
840 <property name="orientation" >
841 <enum>Qt::Vertical</enum>
843 <property name="sizeHint" stdset="0" >
856 <widget class="QWidget" name="advancedTab" >
857 <property name="geometry" >
865 <attribute name="title" >
866 <string>Advanced</string>
868 <layout class="QVBoxLayout" >
870 <widget class="QGroupBox" name="groupBox_4" >
871 <property name="title" >
872 <string>Terminal Features</string>
874 <property name="flat" >
877 <layout class="QVBoxLayout" >
879 <widget class="QCheckBox" name="enableBlinkingTextButton" >
880 <property name="sizePolicy" >
881 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
882 <horstretch>0</horstretch>
883 <verstretch>0</verstretch>
886 <property name="toolTip" >
887 <string>Allow terminal programs to create blinking sections of text</string>
889 <property name="text" >
890 <string>Allow blinking text</string>
895 <widget class="QCheckBox" name="enableFlowControlButton" >
896 <property name="sizePolicy" >
897 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
898 <horstretch>0</horstretch>
899 <verstretch>0</verstretch>
902 <property name="toolTip" >
903 <string>Allow the output to be suspended by pressing Ctrl+S</string>
905 <property name="text" >
906 <string>Enable flow control using Ctrl+S, Ctrl+Q</string>
911 <widget class="QCheckBox" name="enableResizeWindowButton" >
912 <property name="sizePolicy" >
913 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
914 <horstretch>0</horstretch>
915 <verstretch>0</verstretch>
918 <property name="toolTip" >
919 <string>Allow terminal programs to resize the window</string>
921 <property name="text" >
922 <string>Allow programs to resize terminal window</string>
927 <widget class="QCheckBox" name="enableBidiRenderingButton" >
928 <property name="sizePolicy" >
929 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
930 <horstretch>0</horstretch>
931 <verstretch>0</verstretch>
934 <property name="toolTip" >
935 <string>Enable Bi-Directional display on terminals (valid for Arabic, Farsi or Hebrew only)</string>
937 <property name="text" >
938 <string>Enable Bi-Directional text rendering</string>
946 <widget class="QGroupBox" name="groupBox_9" >
947 <property name="title" >
948 <string>Mouse Interaction</string>
950 <property name="flat" >
953 <layout class="QVBoxLayout" >
955 <layout class="QHBoxLayout" >
957 <widget class="QLabel" name="label_11" >
958 <property name="text" >
959 <string>Word characters for double-click selection: </string>
961 <property name="alignment" >
962 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
967 <widget class="QLineEdit" name="wordCharacterEdit" >
968 <property name="toolTip" >
969 <string>Characters which are considered part of a word when double-clicking to select whole words in the terminal</string>
979 <widget class="QGroupBox" name="groupBox_8" >
980 <property name="title" >
981 <string>Cursor</string>
983 <property name="flat" >
986 <layout class="QVBoxLayout" >
988 <widget class="QCheckBox" name="enableBlinkingCursorButton" >
989 <property name="sizePolicy" >
990 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
991 <horstretch>0</horstretch>
992 <verstretch>0</verstretch>
995 <property name="toolTip" >
996 <string>Make the cursor blink regularly</string>
998 <property name="text" >
999 <string>Blinking cursor</string>
1004 <layout class="QHBoxLayout" >
1006 <widget class="QLabel" name="label_8" >
1007 <property name="text" >
1008 <string>Cursor shape:</string>
1013 <widget class="QComboBox" name="cursorShapeCombo" >
1014 <property name="toolTip" >
1015 <string>Change the shape of the cursor</string>
1018 <property name="text" >
1019 <string comment="The shape of the cursor">Block</string>
1023 <property name="text" >
1024 <string comment="The shape of the cursor, similar to a capital I">I-Beam</string>
1028 <property name="text" >
1029 <string comment="The shape of the cursor">Underline</string>
1035 <spacer name="horizontalSpacer" >
1036 <property name="orientation" >
1037 <enum>Qt::Horizontal</enum>
1039 <property name="sizeHint" stdset="0" >
1050 <widget class="QRadioButton" name="autoCursorColorButton" >
1051 <property name="sizePolicy" >
1052 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
1053 <horstretch>0</horstretch>
1054 <verstretch>0</verstretch>
1057 <property name="toolTip" >
1058 <string>Set the cursor to match the color of the character underneath it.</string>
1060 <property name="text" >
1061 <string>Set cursor color to match current character</string>
1066 <layout class="QHBoxLayout" >
1068 <widget class="QRadioButton" name="customCursorColorButton" >
1069 <property name="sizePolicy" >
1070 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
1071 <horstretch>0</horstretch>
1072 <verstretch>0</verstretch>
1075 <property name="toolTip" >
1076 <string>Use a custom, fixed color for the cursor</string>
1078 <property name="text" >
1079 <string>Custom cursor color:</string>
1084 <widget class="KColorButton" name="customColorSelectButton" >
1085 <property name="sizePolicy" >
1086 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
1087 <horstretch>0</horstretch>
1088 <verstretch>0</verstretch>
1091 <property name="toolTip" >
1092 <string>Select the color used to draw the cursor</string>
1094 <property name="text" >
1100 <spacer name="horizontalSpacer_2" >
1101 <property name="orientation" >
1102 <enum>Qt::Horizontal</enum>
1104 <property name="sizeHint" stdset="0" >
1118 <widget class="QGroupBox" name="groupBox_11" >
1119 <property name="title" >
1120 <string>Encoding</string>
1122 <property name="flat" >
1125 <layout class="QHBoxLayout" >
1127 <widget class="QLabel" name="label_14" >
1128 <property name="text" >
1129 <string>Default character encoding:</string>
1134 <widget class="QLabel" name="characterEncodingLabel" >
1135 <property name="sizePolicy" >
1136 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
1137 <horstretch>0</horstretch>
1138 <verstretch>0</verstretch>
1141 <property name="text" >
1142 <string comment="KDE::DoNotExtract">DEFAULTENCODING</string>
1147 <widget class="QPushButton" name="selectEncodingButton" >
1148 <property name="text" >
1149 <string>Select</string>
1158 <property name="orientation" >
1159 <enum>Qt::Vertical</enum>
1161 <property name="sizeHint" stdset="0" >
1177 <class>KColorButton</class>
1178 <extends>QPushButton</extends>
1179 <header>kcolorbutton.h</header>
1182 <class>KLineEdit</class>
1183 <extends>QLineEdit</extends>
1184 <header>klineedit.h</header>
1187 <class>Konsole::WarningBox</class>
1188 <extends>QWidget</extends>
1189 <header>WarningBox.h</header>
1190 <container>1</container>