Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / konsole / src / EditProfileDialog.ui
blob774a903dcccc85ca92fbe0d2d2c41860de4d3ca6
1 <ui version="4.0" >
2  <class>EditProfileDialog</class>
3  <widget class="QWidget" name="EditProfileDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>441</width>
9     <height>551</height>
10    </rect>
11   </property>
12   <layout class="QHBoxLayout" >
13    <property name="margin" >
14     <number>0</number>
15    </property>
16    <item>
17     <widget class="QTabWidget" name="tabWidget" >
18      <property name="sizePolicy" >
19       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
20        <horstretch>0</horstretch>
21        <verstretch>0</verstretch>
22       </sizepolicy>
23      </property>
24      <property name="currentIndex" >
25       <number>0</number>
26      </property>
27      <property name="usesScrollButtons" >
28       <bool>true</bool>
29      </property>
30      <widget class="QWidget" name="generalTab" >
31       <property name="geometry" >
32        <rect>
33         <x>0</x>
34         <y>0</y>
35         <width>433</width>
36         <height>493</height>
37        </rect>
38       </property>
39       <attribute name="title" >
40        <string>General</string>
41       </attribute>
42       <layout class="QVBoxLayout" >
43        <item>
44         <widget class="QGroupBox" name="groupBox_10" >
45          <property name="title" >
46           <string>General</string>
47          </property>
48          <property name="flat" >
49           <bool>true</bool>
50          </property>
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>
56             </property>
57             <property name="alignment" >
58              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
59             </property>
60            </widget>
61           </item>
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>
66             </property>
67            </widget>
68           </item>
69           <item row="1" column="0" >
70            <widget class="QLabel" name="label_3" >
71             <property name="text" >
72              <string>Command:</string>
73             </property>
74             <property name="alignment" >
75              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
76             </property>
77            </widget>
78           </item>
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>
83             </property>
84             <property name="layoutDirection" >
85              <enum>Qt::LeftToRight</enum>
86             </property>
87            </widget>
88           </item>
89           <item row="2" column="0" >
90            <widget class="QLabel" name="label_9" >
91             <property name="text" >
92              <string>Initial directory:</string>
93             </property>
94             <property name="alignment" >
95              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
96             </property>
97            </widget>
98           </item>
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>
103             </property>
104             <property name="layoutDirection" >
105              <enum>Qt::LeftToRight</enum>
106             </property>
107            </widget>
108           </item>
109           <item row="2" column="3" >
110            <widget class="QToolButton" name="dirSelectButton" >
111             <property name="toolTip" >
112              <string>Browse for initial directory</string>
113             </property>
114             <property name="text" >
115              <string>...</string>
116             </property>
117            </widget>
118           </item>
119           <item row="4" column="0" >
120            <widget class="QLabel" name="label_10" >
121             <property name="text" >
122              <string>Icon:</string>
123             </property>
124             <property name="alignment" >
125              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
126             </property>
127            </widget>
128           </item>
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>
135              </sizepolicy>
136             </property>
137             <property name="minimumSize" >
138              <size>
139               <width>64</width>
140               <height>64</height>
141              </size>
142             </property>
143             <property name="baseSize" >
144              <size>
145               <width>0</width>
146               <height>0</height>
147              </size>
148             </property>
149             <property name="toolTip" >
150              <string>Select the icon displayed on tabs using this profile</string>
151             </property>
152             <property name="text" >
153              <string/>
154             </property>
155             <property name="iconSize" >
156              <size>
157               <width>48</width>
158               <height>48</height>
159              </size>
160             </property>
161            </widget>
162           </item>
163           <item row="4" column="2" >
164            <spacer>
165             <property name="orientation" >
166              <enum>Qt::Horizontal</enum>
167             </property>
168             <property name="sizeHint" stdset="0" >
169              <size>
170               <width>20</width>
171               <height>20</height>
172              </size>
173             </property>
174            </spacer>
175           </item>
176           <item row="5" column="0" >
177            <widget class="QLabel" name="environmentLabel" >
178             <property name="text" >
179              <string>Environment:</string>
180             </property>
181             <property name="alignment" >
182              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
183             </property>
184            </widget>
185           </item>
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>
190             </property>
191             <property name="text" >
192              <string>Edit...</string>
193             </property>
194            </widget>
195           </item>
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>
200             </property>
201            </widget>
202           </item>
203          </layout>
204         </widget>
205        </item>
206        <item>
207         <widget class="QGroupBox" name="groupBox_12" >
208          <property name="title" >
209           <string>Window</string>
210          </property>
211          <property name="flat" >
212           <bool>true</bool>
213          </property>
214          <layout class="QVBoxLayout" >
215           <item>
216            <widget class="QCheckBox" name="showMenuBarButton" >
217             <property name="sizePolicy" >
218              <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
219               <horstretch>0</horstretch>
220               <verstretch>0</verstretch>
221              </sizepolicy>
222             </property>
223             <property name="toolTip" >
224              <string>Show or hide the menu bar in terminal windows</string>
225             </property>
226             <property name="text" >
227              <string>Show menu bar in new windows</string>
228             </property>
229            </widget>
230           </item>
231          </layout>
232         </widget>
233        </item>
234        <item>
235         <spacer>
236          <property name="orientation" >
237           <enum>Qt::Vertical</enum>
238          </property>
239          <property name="sizeHint" stdset="0" >
240           <size>
241            <width>20</width>
242            <height>20</height>
243           </size>
244          </property>
245         </spacer>
246        </item>
247       </layout>
248      </widget>
249      <widget class="QWidget" name="tabsTab" >
250       <property name="geometry" >
251        <rect>
252         <x>0</x>
253         <y>0</y>
254         <width>429</width>
255         <height>476</height>
256        </rect>
257       </property>
258       <attribute name="title" >
259        <string>Tabs</string>
260       </attribute>
261       <layout class="QVBoxLayout" >
262        <item>
263         <widget class="QGroupBox" name="groupBox_5" >
264          <property name="title" >
265           <string>Tab Titles</string>
266          </property>
267          <property name="flat" >
268           <bool>true</bool>
269          </property>
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>
275             </property>
276             <property name="alignment" >
277              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
278             </property>
279            </widget>
280           </item>
281           <item row="0" column="1" >
282            <widget class="KLineEdit" name="tabTitleEdit" >
283             <property name="toolTip" >
284              <string>Normal tab title format</string>
285             </property>
286            </widget>
287           </item>
288           <item row="0" column="2" >
289            <widget class="QPushButton" name="tabTitleEditButton" >
290             <property name="toolTip" >
291              <string>Edit normal tab title format</string>
292             </property>
293             <property name="text" >
294              <string>Insert</string>
295             </property>
296            </widget>
297           </item>
298           <item row="1" column="0" >
299            <widget class="QLabel" name="label_2" >
300             <property name="text" >
301              <string>Remote tab title format:</string>
302             </property>
303             <property name="alignment" >
304              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
305             </property>
306            </widget>
307           </item>
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>
312             </property>
313            </widget>
314           </item>
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>
319             </property>
320             <property name="text" >
321              <string>Insert</string>
322             </property>
323            </widget>
324           </item>
325          </layout>
326         </widget>
327        </item>
328        <item>
329         <widget class="QGroupBox" name="groupBox_2" >
330          <property name="title" >
331           <string>Tab Bar</string>
332          </property>
333          <property name="flat" >
334           <bool>true</bool>
335          </property>
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>
341             </property>
342             <property name="alignment" >
343              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
344             </property>
345            </widget>
346           </item>
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>
353              </sizepolicy>
354             </property>
355             <property name="toolTip" >
356              <string/>
357             </property>
358            </widget>
359           </item>
360           <item row="2" column="0" >
361            <widget class="QLabel" name="label_13" >
362             <property name="text" >
363              <string>Tab bar position:</string>
364             </property>
365             <property name="alignment" >
366              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
367             </property>
368            </widget>
369           </item>
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>
376              </sizepolicy>
377             </property>
378            </widget>
379           </item>
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>
384             </property>
385            </widget>
386           </item>
387          </layout>
388         </widget>
389        </item>
390        <item>
391         <spacer>
392          <property name="orientation" >
393           <enum>Qt::Vertical</enum>
394          </property>
395          <property name="sizeHint" stdset="0" >
396           <size>
397            <width>20</width>
398            <height>10</height>
399           </size>
400          </property>
401         </spacer>
402        </item>
403       </layout>
404      </widget>
405      <widget class="QWidget" name="appearanceTab" >
406       <property name="geometry" >
407        <rect>
408         <x>0</x>
409         <y>0</y>
410         <width>429</width>
411         <height>476</height>
412        </rect>
413       </property>
414       <attribute name="title" >
415        <string>Appearance</string>
416       </attribute>
417       <layout class="QVBoxLayout" >
418        <item>
419         <widget class="QGroupBox" name="groupBox" >
420          <property name="sizePolicy" >
421           <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
422            <horstretch>0</horstretch>
423            <verstretch>1</verstretch>
424           </sizepolicy>
425          </property>
426          <property name="title" >
427           <string>Color Scheme &amp;&amp; Background</string>
428          </property>
429          <property name="flat" >
430           <bool>true</bool>
431          </property>
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>
437             </property>
438            </widget>
439           </item>
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>
444             </property>
445             <property name="text" >
446              <string>New...</string>
447             </property>
448            </widget>
449           </item>
450           <item row="1" column="1" >
451            <widget class="QPushButton" name="editColorSchemeButton" >
452             <property name="toolTip" >
453              <string>Edit the selected color scheme</string>
454             </property>
455             <property name="text" >
456              <string>Edit...</string>
457             </property>
458            </widget>
459           </item>
460           <item row="2" column="1" >
461            <widget class="QPushButton" name="removeColorSchemeButton" >
462             <property name="toolTip" >
463              <string>Delete the selected color scheme</string>
464             </property>
465             <property name="text" >
466              <string>Remove</string>
467             </property>
468            </widget>
469           </item>
470           <item rowspan="2" row="3" column="1" >
471            <spacer>
472             <property name="orientation" >
473              <enum>Qt::Vertical</enum>
474             </property>
475             <property name="sizeHint" stdset="0" >
476              <size>
477               <width>20</width>
478               <height>20</height>
479              </size>
480             </property>
481            </spacer>
482           </item>
483           <item row="5" column="0" >
484            <widget class="Konsole::WarningBox" native="1" name="transparencyWarningWidget" />
485           </item>
486          </layout>
487         </widget>
488        </item>
489        <item>
490         <widget class="QGroupBox" name="groupBox_3" >
491          <property name="title" >
492           <string>Font</string>
493          </property>
494          <property name="flat" >
495           <bool>true</bool>
496          </property>
497          <layout class="QVBoxLayout" >
498           <item>
499            <layout class="QHBoxLayout" >
500             <item>
501              <widget class="QLabel" name="label_7" >
502               <property name="text" >
503                <string>Preview:</string>
504               </property>
505              </widget>
506             </item>
507             <item>
508              <widget class="QLabel" name="fontPreviewLabel" >
509               <property name="sizePolicy" >
510                <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
511                 <horstretch>1</horstretch>
512                 <verstretch>0</verstretch>
513                </sizepolicy>
514               </property>
515               <property name="text" >
516                <string comment="KDE::DoNotExtract">FONT PREVIEW TEXT</string>
517               </property>
518              </widget>
519             </item>
520            </layout>
521           </item>
522           <item>
523            <layout class="QHBoxLayout" >
524             <item>
525              <widget class="QLabel" name="label_4" >
526               <property name="text" >
527                <string>Text size:</string>
528               </property>
529               <property name="alignment" >
530                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
531               </property>
532              </widget>
533             </item>
534             <item>
535              <widget class="QLabel" name="label_5" >
536               <property name="text" >
537                <string>Small</string>
538               </property>
539              </widget>
540             </item>
541             <item>
542              <widget class="QSlider" name="fontSizeSlider" >
543               <property name="toolTip" >
544                <string>Adjust the font size used in this profile</string>
545               </property>
546               <property name="minimum" >
547                <number>9</number>
548               </property>
549               <property name="maximum" >
550                <number>20</number>
551               </property>
552               <property name="orientation" >
553                <enum>Qt::Horizontal</enum>
554               </property>
555              </widget>
556             </item>
557             <item>
558              <widget class="QLabel" name="label_6" >
559               <property name="text" >
560                <string>Large</string>
561               </property>
562              </widget>
563             </item>
564             <item>
565              <widget class="QPushButton" name="editFontButton" >
566               <property name="toolTip" >
567                <string>Change the font used in this profile</string>
568               </property>
569               <property name="text" >
570                <string>Edit Font...</string>
571               </property>
572              </widget>
573             </item>
574            </layout>
575           </item>
576           <item>
577            <widget class="QCheckBox" name="antialiasTextButton" >
578             <property name="text" >
579              <string>Smooth fonts</string>
580             </property>
581            </widget>
582           </item>
583          </layout>
584         </widget>
585        </item>
586       </layout>
587      </widget>
588      <widget class="QWidget" name="scrollingTab" >
589       <property name="geometry" >
590        <rect>
591         <x>0</x>
592         <y>0</y>
593         <width>433</width>
594         <height>493</height>
595        </rect>
596       </property>
597       <attribute name="title" >
598        <string>Scrolling</string>
599       </attribute>
600       <layout class="QVBoxLayout" >
601        <item>
602         <widget class="QGroupBox" name="groupBox_6" >
603          <property name="title" >
604           <string>Scrolling</string>
605          </property>
606          <property name="flat" >
607           <bool>true</bool>
608          </property>
609          <layout class="QVBoxLayout" >
610           <item>
611            <widget class="QRadioButton" name="disableScrollbackButton" >
612             <property name="sizePolicy" >
613              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
614               <horstretch>0</horstretch>
615               <verstretch>0</verstretch>
616              </sizepolicy>
617             </property>
618             <property name="toolTip" >
619              <string>Disable scroll bar and do not remember previous output</string>
620             </property>
621             <property name="text" >
622              <string>Disable scrollback</string>
623             </property>
624            </widget>
625           </item>
626           <item>
627            <layout class="QHBoxLayout" >
628             <item>
629              <widget class="QRadioButton" name="fixedScrollbackButton" >
630               <property name="sizePolicy" >
631                <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
632                 <horstretch>0</horstretch>
633                 <verstretch>0</verstretch>
634                </sizepolicy>
635               </property>
636               <property name="toolTip" >
637                <string>Limit the remembered output to a fixed number of lines</string>
638               </property>
639               <property name="text" >
640                <string>Fixed number of lines: </string>
641               </property>
642              </widget>
643             </item>
644             <item>
645              <widget class="QSpinBox" name="scrollBackLinesSpinner" >
646               <property name="toolTip" >
647                <string>Number of lines of output to remember</string>
648               </property>
649               <property name="minimum" >
650                <number>1</number>
651               </property>
652               <property name="maximum" >
653                <number>100000</number>
654               </property>
655              </widget>
656             </item>
657             <item>
658              <spacer>
659               <property name="orientation" >
660                <enum>Qt::Horizontal</enum>
661               </property>
662               <property name="sizeHint" stdset="0" >
663                <size>
664                 <width>20</width>
665                 <height>20</height>
666                </size>
667               </property>
668              </spacer>
669             </item>
670            </layout>
671           </item>
672           <item>
673            <widget class="QRadioButton" name="unlimitedScrollbackButton" >
674             <property name="sizePolicy" >
675              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
676               <horstretch>0</horstretch>
677               <verstretch>0</verstretch>
678              </sizepolicy>
679             </property>
680             <property name="toolTip" >
681              <string>Remember all output produced by the terminal</string>
682             </property>
683             <property name="text" >
684              <string>Unlimited scrollback</string>
685             </property>
686            </widget>
687           </item>
688          </layout>
689         </widget>
690        </item>
691        <item>
692         <widget class="QGroupBox" name="groupBox_7" >
693          <property name="title" >
694           <string>Scroll Bar</string>
695          </property>
696          <property name="flat" >
697           <bool>true</bool>
698          </property>
699          <layout class="QVBoxLayout" >
700           <item>
701            <widget class="QRadioButton" name="scrollBarLeftButton" >
702             <property name="sizePolicy" >
703              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
704               <horstretch>0</horstretch>
705               <verstretch>0</verstretch>
706              </sizepolicy>
707             </property>
708             <property name="toolTip" >
709              <string>Show the scroll bar on the left side of the terminal window</string>
710             </property>
711             <property name="text" >
712              <string>Show on left side</string>
713             </property>
714            </widget>
715           </item>
716           <item>
717            <widget class="QRadioButton" name="scrollBarRightButton" >
718             <property name="sizePolicy" >
719              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
720               <horstretch>0</horstretch>
721               <verstretch>0</verstretch>
722              </sizepolicy>
723             </property>
724             <property name="toolTip" >
725              <string>Show the scroll bar on the right side of the terminal window</string>
726             </property>
727             <property name="text" >
728              <string>Show on right side</string>
729             </property>
730            </widget>
731           </item>
732           <item>
733            <widget class="QRadioButton" name="scrollBarHiddenButton" >
734             <property name="sizePolicy" >
735              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
736               <horstretch>0</horstretch>
737               <verstretch>0</verstretch>
738              </sizepolicy>
739             </property>
740             <property name="toolTip" >
741              <string>Hide the scroll bar</string>
742             </property>
743             <property name="text" >
744              <string>Hidden</string>
745             </property>
746            </widget>
747           </item>
748          </layout>
749         </widget>
750        </item>
751        <item>
752         <spacer>
753          <property name="orientation" >
754           <enum>Qt::Vertical</enum>
755          </property>
756          <property name="sizeHint" stdset="0" >
757           <size>
758            <width>20</width>
759            <height>20</height>
760           </size>
761          </property>
762         </spacer>
763        </item>
764       </layout>
765      </widget>
766      <widget class="QWidget" name="keyboardTab" >
767       <property name="geometry" >
768        <rect>
769         <x>0</x>
770         <y>0</y>
771         <width>433</width>
772         <height>493</height>
773        </rect>
774       </property>
775       <attribute name="title" >
776        <string>Input</string>
777       </attribute>
778       <layout class="QVBoxLayout" >
779        <item>
780         <widget class="QGroupBox" name="keyBindingsGroup" >
781          <property name="title" >
782           <string>Key Bindings</string>
783          </property>
784          <property name="flat" >
785           <bool>true</bool>
786          </property>
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>
792             </property>
793             <property name="wordWrap" >
794              <bool>true</bool>
795             </property>
796            </widget>
797           </item>
798           <item rowspan="5" row="1" column="0" >
799            <widget class="QListView" name="keyBindingList" >
800             <property name="iconSize" >
801              <size>
802               <width>32</width>
803               <height>32</height>
804              </size>
805             </property>
806            </widget>
807           </item>
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>
812             </property>
813             <property name="text" >
814              <string>New...</string>
815             </property>
816            </widget>
817           </item>
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>
822             </property>
823             <property name="text" >
824              <string>Edit...</string>
825             </property>
826            </widget>
827           </item>
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>
832             </property>
833             <property name="text" >
834              <string>Remove</string>
835             </property>
836            </widget>
837           </item>
838           <item row="5" column="1" >
839            <spacer>
840             <property name="orientation" >
841              <enum>Qt::Vertical</enum>
842             </property>
843             <property name="sizeHint" stdset="0" >
844              <size>
845               <width>20</width>
846               <height>20</height>
847              </size>
848             </property>
849            </spacer>
850           </item>
851          </layout>
852         </widget>
853        </item>
854       </layout>
855      </widget>
856      <widget class="QWidget" name="advancedTab" >
857       <property name="geometry" >
858        <rect>
859         <x>0</x>
860         <y>0</y>
861         <width>433</width>
862         <height>517</height>
863        </rect>
864       </property>
865       <attribute name="title" >
866        <string>Advanced</string>
867       </attribute>
868       <layout class="QVBoxLayout" >
869        <item>
870         <widget class="QGroupBox" name="groupBox_4" >
871          <property name="title" >
872           <string>Terminal Features</string>
873          </property>
874          <property name="flat" >
875           <bool>true</bool>
876          </property>
877          <layout class="QVBoxLayout" >
878           <item>
879            <widget class="QCheckBox" name="enableBlinkingTextButton" >
880             <property name="sizePolicy" >
881              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
882               <horstretch>0</horstretch>
883               <verstretch>0</verstretch>
884              </sizepolicy>
885             </property>
886             <property name="toolTip" >
887              <string>Allow terminal programs to create blinking sections of text</string>
888             </property>
889             <property name="text" >
890              <string>Allow blinking text</string>
891             </property>
892            </widget>
893           </item>
894           <item>
895            <widget class="QCheckBox" name="enableFlowControlButton" >
896             <property name="sizePolicy" >
897              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
898               <horstretch>0</horstretch>
899               <verstretch>0</verstretch>
900              </sizepolicy>
901             </property>
902             <property name="toolTip" >
903              <string>Allow the output to be suspended by pressing Ctrl+S</string>
904             </property>
905             <property name="text" >
906              <string>Enable flow control using Ctrl+S, Ctrl+Q</string>
907             </property>
908            </widget>
909           </item>
910           <item>
911            <widget class="QCheckBox" name="enableResizeWindowButton" >
912             <property name="sizePolicy" >
913              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
914               <horstretch>0</horstretch>
915               <verstretch>0</verstretch>
916              </sizepolicy>
917             </property>
918             <property name="toolTip" >
919              <string>Allow terminal programs to resize the window</string>
920             </property>
921             <property name="text" >
922              <string>Allow programs to resize terminal window</string>
923             </property>
924            </widget>
925           </item>
926           <item>
927            <widget class="QCheckBox" name="enableBidiRenderingButton" >
928             <property name="sizePolicy" >
929              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
930               <horstretch>0</horstretch>
931               <verstretch>0</verstretch>
932              </sizepolicy>
933             </property>
934             <property name="toolTip" >
935              <string>Enable Bi-Directional display on terminals (valid for Arabic, Farsi or Hebrew only)</string>
936             </property>
937             <property name="text" >
938              <string>Enable Bi-Directional text rendering</string>
939             </property>
940            </widget>
941           </item>
942          </layout>
943         </widget>
944        </item>
945        <item>
946         <widget class="QGroupBox" name="groupBox_9" >
947          <property name="title" >
948           <string>Mouse Interaction</string>
949          </property>
950          <property name="flat" >
951           <bool>true</bool>
952          </property>
953          <layout class="QVBoxLayout" >
954           <item>
955            <layout class="QHBoxLayout" >
956             <item>
957              <widget class="QLabel" name="label_11" >
958               <property name="text" >
959                <string>Word characters for double-click selection: </string>
960               </property>
961               <property name="alignment" >
962                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
963               </property>
964              </widget>
965             </item>
966             <item>
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>
970               </property>
971              </widget>
972             </item>
973            </layout>
974           </item>
975          </layout>
976         </widget>
977        </item>
978        <item>
979         <widget class="QGroupBox" name="groupBox_8" >
980          <property name="title" >
981           <string>Cursor</string>
982          </property>
983          <property name="flat" >
984           <bool>true</bool>
985          </property>
986          <layout class="QVBoxLayout" >
987           <item>
988            <widget class="QCheckBox" name="enableBlinkingCursorButton" >
989             <property name="sizePolicy" >
990              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
991               <horstretch>0</horstretch>
992               <verstretch>0</verstretch>
993              </sizepolicy>
994             </property>
995             <property name="toolTip" >
996              <string>Make the cursor blink regularly</string>
997             </property>
998             <property name="text" >
999              <string>Blinking cursor</string>
1000             </property>
1001            </widget>
1002           </item>
1003           <item>
1004            <layout class="QHBoxLayout" >
1005             <item>
1006              <widget class="QLabel" name="label_8" >
1007               <property name="text" >
1008                <string>Cursor shape:</string>
1009               </property>
1010              </widget>
1011             </item>
1012             <item>
1013              <widget class="QComboBox" name="cursorShapeCombo" >
1014               <property name="toolTip" >
1015                <string>Change the shape of the cursor</string>
1016               </property>
1017               <item>
1018                <property name="text" >
1019                 <string comment="The shape of the cursor">Block</string>
1020                </property>
1021               </item>
1022               <item>
1023                <property name="text" >
1024                 <string comment="The shape of the cursor, similar to a capital I">I-Beam</string>
1025                </property>
1026               </item>
1027               <item>
1028                <property name="text" >
1029                 <string comment="The shape of the cursor">Underline</string>
1030                </property>
1031               </item>
1032              </widget>
1033             </item>
1034             <item>
1035              <spacer name="horizontalSpacer" >
1036               <property name="orientation" >
1037                <enum>Qt::Horizontal</enum>
1038               </property>
1039               <property name="sizeHint" stdset="0" >
1040                <size>
1041                 <width>40</width>
1042                 <height>20</height>
1043                </size>
1044               </property>
1045              </spacer>
1046             </item>
1047            </layout>
1048           </item>
1049           <item>
1050            <widget class="QRadioButton" name="autoCursorColorButton" >
1051             <property name="sizePolicy" >
1052              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
1053               <horstretch>0</horstretch>
1054               <verstretch>0</verstretch>
1055              </sizepolicy>
1056             </property>
1057             <property name="toolTip" >
1058              <string>Set the cursor to match the color of the character underneath it.</string>
1059             </property>
1060             <property name="text" >
1061              <string>Set cursor color to match current character</string>
1062             </property>
1063            </widget>
1064           </item>
1065           <item>
1066            <layout class="QHBoxLayout" >
1067             <item>
1068              <widget class="QRadioButton" name="customCursorColorButton" >
1069               <property name="sizePolicy" >
1070                <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
1071                 <horstretch>0</horstretch>
1072                 <verstretch>0</verstretch>
1073                </sizepolicy>
1074               </property>
1075               <property name="toolTip" >
1076                <string>Use a custom, fixed color for the cursor</string>
1077               </property>
1078               <property name="text" >
1079                <string>Custom cursor color:</string>
1080               </property>
1081              </widget>
1082             </item>
1083             <item>
1084              <widget class="KColorButton" name="customColorSelectButton" >
1085               <property name="sizePolicy" >
1086                <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
1087                 <horstretch>0</horstretch>
1088                 <verstretch>0</verstretch>
1089                </sizepolicy>
1090               </property>
1091               <property name="toolTip" >
1092                <string>Select the color used to draw the cursor</string>
1093               </property>
1094               <property name="text" >
1095                <string/>
1096               </property>
1097              </widget>
1098             </item>
1099             <item>
1100              <spacer name="horizontalSpacer_2" >
1101               <property name="orientation" >
1102                <enum>Qt::Horizontal</enum>
1103               </property>
1104               <property name="sizeHint" stdset="0" >
1105                <size>
1106                 <width>40</width>
1107                 <height>20</height>
1108                </size>
1109               </property>
1110              </spacer>
1111             </item>
1112            </layout>
1113           </item>
1114          </layout>
1115         </widget>
1116        </item>
1117        <item>
1118         <widget class="QGroupBox" name="groupBox_11" >
1119          <property name="title" >
1120           <string>Encoding</string>
1121          </property>
1122          <property name="flat" >
1123           <bool>true</bool>
1124          </property>
1125          <layout class="QHBoxLayout" >
1126           <item>
1127            <widget class="QLabel" name="label_14" >
1128             <property name="text" >
1129              <string>Default character encoding:</string>
1130             </property>
1131            </widget>
1132           </item>
1133           <item>
1134            <widget class="QLabel" name="characterEncodingLabel" >
1135             <property name="sizePolicy" >
1136              <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
1137               <horstretch>0</horstretch>
1138               <verstretch>0</verstretch>
1139              </sizepolicy>
1140             </property>
1141             <property name="text" >
1142              <string comment="KDE::DoNotExtract">DEFAULTENCODING</string>
1143             </property>
1144            </widget>
1145           </item>
1146           <item>
1147            <widget class="QPushButton" name="selectEncodingButton" >
1148             <property name="text" >
1149              <string>Select</string>
1150             </property>
1151            </widget>
1152           </item>
1153          </layout>
1154         </widget>
1155        </item>
1156        <item>
1157         <spacer>
1158          <property name="orientation" >
1159           <enum>Qt::Vertical</enum>
1160          </property>
1161          <property name="sizeHint" stdset="0" >
1162           <size>
1163            <width>20</width>
1164            <height>20</height>
1165           </size>
1166          </property>
1167         </spacer>
1168        </item>
1169       </layout>
1170      </widget>
1171     </widget>
1172    </item>
1173   </layout>
1174  </widget>
1175  <customwidgets>
1176   <customwidget>
1177    <class>KColorButton</class>
1178    <extends>QPushButton</extends>
1179    <header>kcolorbutton.h</header>
1180   </customwidget>
1181   <customwidget>
1182    <class>KLineEdit</class>
1183    <extends>QLineEdit</extends>
1184    <header>klineedit.h</header>
1185   </customwidget>
1186   <customwidget>
1187    <class>Konsole::WarningBox</class>
1188    <extends>QWidget</extends>
1189    <header>WarningBox.h</header>
1190    <container>1</container>
1191   </customwidget>
1192  </customwidgets>
1193  <resources/>
1194  <connections/>
1195 </ui>