You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
406 lines
12 KiB
406 lines
12 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="5.0"> |
|
<class>EditProfileGeneralPage</class> |
|
<widget class="QWidget" name="EditProfileGeneralPage"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>400</width> |
|
<height>400</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<property name="spacing"> |
|
<number>0</number> |
|
</property> |
|
<property name="leftMargin"> |
|
<number>0</number> |
|
</property> |
|
<property name="topMargin"> |
|
<number>0</number> |
|
</property> |
|
<property name="rightMargin"> |
|
<number>0</number> |
|
</property> |
|
<property name="bottomMargin"> |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<layout class="QGridLayout"> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<item row="0" column="0" colspan="3"> |
|
<widget class="KMessageWidget" name="generalPageMessageWidget"> |
|
</widget> |
|
</item> |
|
<item row="1" column="0" alignment="Qt::AlignRight"> |
|
<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>48</width> |
|
<height>48</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>32</width> |
|
<height>32</height> |
|
</size> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1"> |
|
<layout class="QVBoxLayout" name="profileNameLayout"> |
|
<item> |
|
<widget class="QLineEdit" name="profileNameEdit"> |
|
<property name="toolTip"> |
|
<string>A descriptive name for the profile</string> |
|
</property> |
|
<property name="placeholderText"> |
|
<string comment="@label:textbox">Profile name</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QCheckBox" name="setAsDefaultButton"> |
|
<property name="text"> |
|
<string>Default Profile</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item row="2" column="0"> |
|
<spacer> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeType"> |
|
<enum>QSizePolicy::Fixed</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>16</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item row="3" column="0" alignment="Qt::AlignRight"> |
|
<widget class="QLabel" name="label_3"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string>Command:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>commandEdit</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="1"> |
|
<widget class="QLineEdit" 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> |
|
<property name="placeholderText"> |
|
<string>/bin/sh</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="4" column="0" alignment="Qt::AlignRight"> |
|
<widget class="QLabel" name="label_9"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string>Initial directory:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>initialDirEdit</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="4" column="1"> |
|
<widget class="QLineEdit" 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> |
|
<property name="placeholderText"> |
|
<string>/home/username</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="4" column="2"> |
|
<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="5" column="1" colspan="2"> |
|
<widget class="QCheckBox" name="startInSameDirButton"> |
|
<property name="text"> |
|
<string>Start in same directory as current session</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="6" column="0" alignment="Qt::AlignRight"> |
|
<widget class="QLabel" name="label_4"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string>Environment:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>environmentEditButton</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="6" column="1" colspan="2"> |
|
<layout class="QHBoxLayout"> |
|
<property name="spacing"> |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<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> |
|
<item> |
|
<spacer> |
|
<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 row="7" column="1"> |
|
<spacer> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeType"> |
|
<enum>QSizePolicy::Fixed</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>16</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item row="8" column="0" alignment="Qt::AlignRight"> |
|
<widget class="QLabel" name="label_5"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string>Initial terminal size:</string> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>terminalColumnsEntry</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="8" column="1" colspan="2"> |
|
<layout class="QHBoxLayout"> |
|
<property name="spacing"> |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<layout class="QHBoxLayout"> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<item> |
|
<widget class="KPluralHandlingSpinBox" name="terminalColumnsEntry"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimum"> |
|
<number>1</number> |
|
</property> |
|
<property name="maximum"> |
|
<number>999</number> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="KPluralHandlingSpinBox" name="terminalRowsEntry"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimum"> |
|
<number>1</number> |
|
</property> |
|
<property name="maximum"> |
|
<number>999</number> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<spacer> |
|
<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 row="9" column="1" colspan="2"> |
|
<widget class="QLabel" name="useCurrentWindowSizeNote"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string comment="@info"><html><head/><body><p><span style=" font-style:italic;">Settings → Configure Konsole → General → Remember window size</span> must be disabled for these entries to work.</p></body></html></string> |
|
</property> |
|
<property name="textFormat"> |
|
<enum>Qt::RichText</enum> |
|
</property> |
|
<property name="wordWrap"> |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="10" column="0" alignment="Qt::AlignRight"> |
|
<widget class="QLabel" name="terminalBellLabel"> |
|
<property name="text"> |
|
<string>Terminal bell mode:</string> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>terminalBellCombo</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="10" column="1" colspan="1" alignment="Qt::AlignLeft"> |
|
<layout class="QHBoxLayout" name="terminalBellLayout"> |
|
<item> |
|
<widget class="QComboBox" name="terminalBellCombo"> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeType"> |
|
<enum>QSizePolicy::Expanding</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>0</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KPluralHandlingSpinBox</class> |
|
<extends>QSpinBox</extends> |
|
<header>KPluralHandlingSpinBox</header> |
|
</customwidget> |
|
<customwidget> |
|
<class>KMessageWidget</class> |
|
<extends>QFrame</extends> |
|
<header>kmessagewidget.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<tabstops> |
|
<tabstop>environmentEditButton</tabstop> |
|
<tabstop>terminalColumnsEntry</tabstop> |
|
<tabstop>terminalRowsEntry</tabstop> |
|
</tabstops> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|