Files
konsole/src/EditProfileDialog.ui
Kurt Hindenburg 18d5231443 Add GUI to alter profile setting handling Page Up/Down
This adds the GUI to setup the page up/down scrolling to either full
or half height.

The non-GUI code was in 3cd4d2e440

FEATURE: 280637
GUI:
2013-05-18 11:02:24 -04:00

1306 lines
43 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditProfileDialog</class>
<widget class="QWidget" name="EditProfileDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>594</width>
<height>551</height>
</rect>
</property>
<layout class="QHBoxLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="usesScrollButtons">
<bool>true</bool>
</property>
<widget class="QWidget" name="generalTab">
<attribute name="title">
<string comment="@title:tab Generic, common options">General</string>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QGroupBox" name="groupBox_10">
<property name="title">
<string comment="@title:group Generic, common options">General</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="profileNameLabel">
<property name="text">
<string>Profile name:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="KLineEdit" name="profileNameEdit">
<property name="toolTip">
<string>A descriptive name for the profile</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="KMessageWidget" name="emptyNameWarningWidget"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Command:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="KLineEdit" name="commandEdit">
<property name="toolTip">
<string>The command to execute when new terminal sessions are created using this profile</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Initial directory:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="KLineEdit" name="initialDirEdit">
<property name="toolTip">
<string>The initial working directory for new terminal sessions using this profile</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QToolButton" name="dirSelectButton">
<property name="toolTip">
<string>Choose the initial directory</string>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<widget class="QCheckBox" name="startInSameDirButton">
<property name="text">
<string>Start in same directory as current tab</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Icon:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QPushButton" name="iconSelectButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Select the icon displayed on tabs using this profile</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
</widget>
</item>
<item row="5" column="2">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="6" column="0">
<widget class="QLabel" name="environmentLabel">
<property name="text">
<string>Environment:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QPushButton" name="environmentEditButton">
<property name="toolTip">
<string>Edit the list of environment variables and associated values</string>
</property>
<property name="text">
<string>Edit...</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_12">
<property name="title">
<string>Window</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QCheckBox" name="saveGeometryOnExitButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Set the window size and position for this profile when exiting</string>
</property>
<property name="text">
<string>Save window size and position on exit</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="showTerminalSizeHintButton">
<property name="toolTip">
<string>Show terminal size in columns and lines in the center of window after resizing</string>
</property>
<property name="text">
<string>Show hint for terminal size after resizing</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabsTab">
<attribute name="title">
<string>Tabs</string>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>Tab Titles</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="Konsole::RenameTabWidget" name="renameTabWidget" native="true"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_13">
<property name="title">
<string>Tab Monitoring</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="silenceSecondsLabel">
<property name="text">
<string>Threshold for continuous silence:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="KIntSpinBox" name="silenceSecondsSpinner">
<property name="toolTip">
<string>The threshold for continuous silence to be detected by Konsole</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>3600</number>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="appearanceTab">
<attribute name="title">
<string>Appearance</string>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Color Scheme &amp;&amp; Background</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="0" rowspan="5">
<widget class="QListView" name="colorSchemeList">
<property name="verticalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="newColorSchemeButton">
<property name="toolTip">
<string>Create a new color scheme based upon the selected scheme</string>
</property>
<property name="text">
<string comment="@action:button Create an alternate color scheme">New...</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="editColorSchemeButton">
<property name="toolTip">
<string>Edit the selected color scheme</string>
</property>
<property name="text">
<string>Edit...</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="removeColorSchemeButton">
<property name="toolTip">
<string>Delete the selected color scheme</string>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
<item row="3" column="1" rowspan="2">
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="0">
<widget class="KMessageWidget" name="transparencyWarningWidget"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Font</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>Preview:</string>
</property>
</widget>
</item>
<item>
<widget class="KSqueezedTextLabel" name="fontPreviewLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string comment="KDE::DoNotExtract">FONT PREVIEW TEXT</string>
</property>
<property name="textElideMode">
<enum>Qt::ElideRight</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Text size:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="KDoubleNumInput" name="fontSizeInput" native="true">
<property name="minimum" stdset="0">
<double>4.000000000000000</double>
</property>
<property name="maximum" stdset="0">
<double>999.000000000000000</double>
</property>
<property name="singleStep" stdset="0">
<double>1.000000000000000</double>
</property>
<property name="decimals" stdset="0">
<number>1</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="selectFontButton">
<property name="toolTip">
<string>Select the font used in this profile</string>
</property>
<property name="text">
<string>Select Font...</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="antialiasTextButton">
<property name="text">
<string>Smooth fonts</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="boldIntenseButton">
<property name="text">
<string>Draw intense colors in bold font</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="scrollingTab">
<attribute name="title">
<string>Scrolling</string>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string>Scrollback</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="Konsole::HistorySizeWidget" name="historySizeWidget" native="true"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>Scroll Bar</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QRadioButton" name="scrollBarLeftButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Show the scroll bar on the left side of the terminal window</string>
</property>
<property name="text">
<string>Show on left side</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="scrollBarRightButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Show the scroll bar on the right side of the terminal window</string>
</property>
<property name="text">
<string>Show on right side</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="scrollBarHiddenButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Hide the scroll bar</string>
</property>
<property name="text">
<string comment="@option:radio Hide the scroll bar">Hide</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_15">
<property name="title">
<string>Scroll Page Up/Down Amount</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout4">
<item row="0" column="0">
<widget class="QRadioButton" name="scrollHalfPage">
<property name="toolTip">
<string>Scroll the page the half height of window</string>
</property>
<property name="text">
<string>Half Page Height</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="scrollFullPage">
<property name="toolTip">
<string>Scroll the page the full height of window</string>
</property>
<property name="text">
<string>Full Page Height</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="keyboardTab">
<attribute name="title">
<string>Keyboard</string>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QGroupBox" name="keyBindingsGroup">
<property name="title">
<string>Key Bindings</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Key bindings control how combinations of keystrokes in the terminal window are converted into the stream of characters which are sent to the current terminal program.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" rowspan="5">
<widget class="QListView" name="keyBindingList">
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="newKeyBindingsButton">
<property name="toolTip">
<string>Create a new key bindings list based upon the selected bindings</string>
</property>
<property name="text">
<string comment="@action:button Create an alternate key binding">New...</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="editKeyBindingsButton">
<property name="toolTip">
<string>Edit the selected key bindings list</string>
</property>
<property name="text">
<string>Edit...</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="removeKeyBindingsButton">
<property name="toolTip">
<string>Delete the selected key bindings list</string>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
<item row="5" column="1">
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="mouseTab">
<attribute name="title">
<string>Mouse</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox_9">
<property name="title">
<string>Select Text</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="_2">
<item>
<layout class="QHBoxLayout" name="_3">
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>Characters considered part of a word when double clicking:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="KLineEdit" name="wordCharacterEdit">
<property name="toolTip">
<string>Characters which are considered part of a word when double-clicking to select whole words in the terminal</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="_4">
<item>
<widget class="QLabel" name="label_17">
<property name="text">
<string>Triple-click select:</string>
</property>
</widget>
</item>
<item>
<widget class="KComboBox" name="tripleClickModeCombo">
<property name="toolTip">
<string>Which part of current line should be selected with triple click .</string>
</property>
<item>
<property name="text">
<string>The whole current line</string>
</property>
</item>
<item>
<property name="text">
<string>From mouse position to the end of line</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_14">
<property name="title">
<string>Copy &amp;&amp; Paste</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QCheckBox" name="copyTextToClipboardButton">
<property name="toolTip">
<string>Automatically copy selected text into clipboard</string>
</property>
<property name="text">
<string>Copy on select</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="trimTrailingSpacesButton">
<property name="toolTip">
<string>Trim trailing spaces in selected text, useful in some instances</string>
</property>
<property name="text">
<string>Trim trailing spaces</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>561</width>
<height>5</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>Mouse middle button:</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="pasteFromX11SelectionButton">
<property name="text">
<string>Paste from selection</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="pasteFromClipboardButton">
<property name="text">
<string>Paste from clipboard</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Miscellaneous</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="underlineLinksButton">
<property name="toolTip">
<string>Text recognized as a link or an email address will be underlined when hovered by the mouse pointer.</string>
</property>
<property name="text">
<string>Underline links</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="openLinksByDirectClickButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Text recognized as a link or an email address can be opened by direct mouse click.</string>
</property>
<property name="text">
<string>Open links by direct click</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="ctrlRequiredForDragButton">
<property name="toolTip">
<string>Selected text will require control key plus click to drag.</string>
</property>
<property name="text">
<string>Require Ctrl key for drag and drop</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableMouseWheelZoomButton">
<property name="toolTip">
<string>Pressing Ctrl+scrollwheel will increase/decrease the text size.</string>
</property>
<property name="text">
<string>Allow Ctrl+scrollwheel to zoom text size</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>328</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="advancedTab">
<attribute name="title">
<string comment="@title:tab Complex options">Advanced</string>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Terminal Features</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QCheckBox" name="enableBlinkingTextButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Allow terminal programs to create blinking sections of text</string>
</property>
<property name="text">
<string>Allow blinking text</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableFlowControlButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Allow the output to be suspended by pressing Ctrl+S</string>
</property>
<property name="text">
<string>Enable flow control using Ctrl+S, Ctrl+Q</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableBidiRenderingButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Enable Bi-Directional display on terminals (valid for Arabic, Farsi or Hebrew only)</string>
</property>
<property name="text">
<string>Enable Bi-Directional text rendering</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="lineSpacingLabel">
<property name="text">
<string>Line Spacing:</string>
</property>
</widget>
</item>
<item>
<widget class="KIntSpinBox" name="lineSpacingSpinner">
<property name="toolTip">
<string>The number of pixels between two lines</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>5</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_8">
<property name="title">
<string>Cursor</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QCheckBox" name="enableBlinkingCursorButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Make the cursor blink regularly</string>
</property>
<property name="text">
<string>Blinking cursor</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>Cursor shape:</string>
</property>
</widget>
</item>
<item>
<widget class="KComboBox" name="cursorShapeCombo">
<property name="toolTip">
<string>Change the shape of the cursor</string>
</property>
<item>
<property name="text">
<string comment="The shape of the cursor">Block</string>
</property>
</item>
<item>
<property name="text">
<string comment="The shape of the cursor, similar to a capital I">I-Beam</string>
</property>
</item>
<item>
<property name="text">
<string comment="The shape of the cursor">Underline</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_1">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QRadioButton" name="autoCursorColorButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Set the cursor to match the color of the character underneath it.</string>
</property>
<property name="text">
<string>Set cursor color to match current character</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QRadioButton" name="customCursorColorButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Use a custom, fixed color for the cursor</string>
</property>
<property name="text">
<string>Custom cursor color:</string>
</property>
</widget>
</item>
<item>
<widget class="KColorButton" name="customColorSelectButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Select the color used to draw the cursor</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_11">
<property name="title">
<string>Encoding</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_14">
<property name="text">
<string>Default character encoding:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="characterEncodingLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string comment="KDE::DoNotExtract">DEFAULTENCODING</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="selectEncodingButton">
<property name="text">
<string comment="@action:button Pick an encoding">Select</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KDoubleNumInput</class>
<extends>QWidget</extends>
<header>knuminput.h</header>
</customwidget>
<customwidget>
<class>KColorButton</class>
<extends>QPushButton</extends>
<header>kcolorbutton.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
<customwidget>
<class>KIntSpinBox</class>
<extends>QSpinBox</extends>
<header>knuminput.h</header>
</customwidget>
<customwidget>
<class>KSqueezedTextLabel</class>
<extends>QLabel</extends>
<header>ksqueezedtextlabel.h</header>
</customwidget>
<customwidget>
<class>KMessageWidget</class>
<extends>QFrame</extends>
<header>kmessagewidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>Konsole::RenameTabWidget</class>
<extends>QWidget</extends>
<header>RenameTabWidget.h</header>
</customwidget>
<customwidget>
<class>Konsole::HistorySizeWidget</class>
<extends>QWidget</extends>
<header>HistorySizeWidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>