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