Warning, /utilities/konsole/src/widgets/EditProfileGeneralPage.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>EditProfileGeneralPage</class>
0004  <widget class="QWidget" name="EditProfileGeneralPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>642</width>
0010     <height>498</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="spacing">
0015     <number>0</number>
0016    </property>
0017    <property name="leftMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>0</number>
0028    </property>
0029    <item>
0030     <widget class="KMessageWidget" name="generalPageMessageWidget"/>
0031    </item>
0032    <item>
0033     <widget class="QTabWidget" name="tabWidget">
0034      <property name="currentIndex">
0035       <number>0</number>
0036      </property>
0037      <property name="documentMode">
0038       <bool>true</bool>
0039      </property>
0040      <widget class="QWidget" name="general">
0041       <attribute name="title">
0042        <string>General Settings</string>
0043       </attribute>
0044       <layout class="QGridLayout">
0045        <item row="1" column="0" alignment="Qt::AlignRight">
0046         <widget class="QPushButton" name="iconSelectButton">
0047          <property name="sizePolicy">
0048           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0049            <horstretch>0</horstretch>
0050            <verstretch>0</verstretch>
0051           </sizepolicy>
0052          </property>
0053          <property name="minimumSize">
0054           <size>
0055            <width>48</width>
0056            <height>48</height>
0057           </size>
0058          </property>
0059          <property name="baseSize">
0060           <size>
0061            <width>0</width>
0062            <height>0</height>
0063           </size>
0064          </property>
0065          <property name="toolTip">
0066           <string>Select the icon displayed on tabs using this profile</string>
0067          </property>
0068          <property name="text">
0069           <string/>
0070          </property>
0071          <property name="iconSize">
0072           <size>
0073            <width>32</width>
0074            <height>32</height>
0075           </size>
0076          </property>
0077         </widget>
0078        </item>
0079        <item row="1" column="1">
0080         <layout class="QVBoxLayout" name="profileNameLayout">
0081          <item>
0082           <widget class="QLineEdit" name="profileNameEdit">
0083            <property name="toolTip">
0084             <string>A descriptive name for the profile</string>
0085            </property>
0086            <property name="placeholderText">
0087             <string comment="@label:textbox">Profile name</string>
0088            </property>
0089           </widget>
0090          </item>
0091          <item>
0092           <widget class="QCheckBox" name="setAsDefaultButton">
0093            <property name="text">
0094             <string>Default Profile</string>
0095            </property>
0096           </widget>
0097          </item>
0098         </layout>
0099        </item>
0100        <item row="2" column="0">
0101         <spacer>
0102          <property name="orientation">
0103           <enum>Qt::Vertical</enum>
0104          </property>
0105          <property name="sizeType">
0106           <enum>QSizePolicy::Fixed</enum>
0107          </property>
0108          <property name="sizeHint" stdset="0">
0109           <size>
0110            <width>20</width>
0111            <height>16</height>
0112           </size>
0113          </property>
0114         </spacer>
0115        </item>
0116        <item row="3" column="0" alignment="Qt::AlignRight">
0117         <widget class="QLabel" name="label_3">
0118          <property name="sizePolicy">
0119           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0120            <horstretch>0</horstretch>
0121            <verstretch>0</verstretch>
0122           </sizepolicy>
0123          </property>
0124          <property name="text">
0125           <string>Command:</string>
0126          </property>
0127          <property name="alignment">
0128           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0129          </property>
0130          <property name="buddy">
0131           <cstring>commandEdit</cstring>
0132          </property>
0133         </widget>
0134        </item>
0135        <item row="3" column="1">
0136         <widget class="QLineEdit" name="commandEdit">
0137          <property name="toolTip">
0138           <string>The command to execute when new terminal sessions are created using this profile</string>
0139          </property>
0140          <property name="layoutDirection">
0141           <enum>Qt::LeftToRight</enum>
0142          </property>
0143          <property name="placeholderText">
0144           <string>/bin/sh</string>
0145          </property>
0146         </widget>
0147        </item>
0148        <item row="4" column="0" alignment="Qt::AlignRight">
0149         <widget class="QLabel" name="label_9">
0150          <property name="sizePolicy">
0151           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0152            <horstretch>0</horstretch>
0153            <verstretch>0</verstretch>
0154           </sizepolicy>
0155          </property>
0156          <property name="text">
0157           <string>Initial directory:</string>
0158          </property>
0159          <property name="alignment">
0160           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0161          </property>
0162          <property name="buddy">
0163           <cstring>initialDirEdit</cstring>
0164          </property>
0165         </widget>
0166        </item>
0167        <item row="4" column="1">
0168         <widget class="QLineEdit" name="initialDirEdit">
0169          <property name="toolTip">
0170           <string>The initial working directory for new terminal sessions using this profile</string>
0171          </property>
0172          <property name="layoutDirection">
0173           <enum>Qt::LeftToRight</enum>
0174          </property>
0175          <property name="placeholderText">
0176           <string>/home/username</string>
0177          </property>
0178         </widget>
0179        </item>
0180        <item row="4" column="2">
0181         <widget class="QToolButton" name="dirSelectButton">
0182          <property name="toolTip">
0183           <string>Choose the initial directory</string>
0184          </property>
0185          <property name="text">
0186           <string>...</string>
0187          </property>
0188         </widget>
0189        </item>
0190        <item row="5" column="1" colspan="2">
0191         <widget class="QCheckBox" name="startInSameDirButton">
0192          <property name="text">
0193           <string>Start in same directory as current session</string>
0194          </property>
0195         </widget>
0196        </item>
0197        <item row="6" column="0" alignment="Qt::AlignRight">
0198         <widget class="QLabel" name="label_4">
0199          <property name="sizePolicy">
0200           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0201            <horstretch>0</horstretch>
0202            <verstretch>0</verstretch>
0203           </sizepolicy>
0204          </property>
0205          <property name="text">
0206           <string>Environment:</string>
0207          </property>
0208          <property name="alignment">
0209           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0210          </property>
0211          <property name="buddy">
0212           <cstring>environmentEditButton</cstring>
0213          </property>
0214         </widget>
0215        </item>
0216        <item row="6" column="1" colspan="2">
0217         <layout class="QHBoxLayout">
0218          <property name="spacing">
0219           <number>0</number>
0220          </property>
0221          <item>
0222           <widget class="QPushButton" name="environmentEditButton">
0223            <property name="toolTip">
0224             <string>Edit the list of environment variables and associated values</string>
0225            </property>
0226            <property name="text">
0227             <string>Edit...</string>
0228            </property>
0229           </widget>
0230          </item>
0231          <item>
0232           <spacer>
0233            <property name="orientation">
0234             <enum>Qt::Horizontal</enum>
0235            </property>
0236            <property name="sizeHint" stdset="0">
0237             <size>
0238              <width>40</width>
0239              <height>20</height>
0240             </size>
0241            </property>
0242           </spacer>
0243          </item>
0244         </layout>
0245        </item>
0246        <item row="7" column="1">
0247         <spacer>
0248          <property name="orientation">
0249           <enum>Qt::Vertical</enum>
0250          </property>
0251          <property name="sizeType">
0252           <enum>QSizePolicy::Fixed</enum>
0253          </property>
0254          <property name="sizeHint" stdset="0">
0255           <size>
0256            <width>20</width>
0257            <height>16</height>
0258           </size>
0259          </property>
0260         </spacer>
0261        </item>
0262        <item row="8" column="0" alignment="Qt::AlignRight">
0263         <widget class="QLabel" name="label_5">
0264          <property name="sizePolicy">
0265           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0266            <horstretch>0</horstretch>
0267            <verstretch>0</verstretch>
0268           </sizepolicy>
0269          </property>
0270          <property name="text">
0271           <string>Initial terminal size:</string>
0272          </property>
0273          <property name="buddy">
0274           <cstring>terminalColumnsEntry</cstring>
0275          </property>
0276         </widget>
0277        </item>
0278        <item row="8" column="1" colspan="2">
0279         <layout class="QHBoxLayout">
0280          <property name="spacing">
0281           <number>0</number>
0282          </property>
0283          <item>
0284           <layout class="QHBoxLayout">
0285            <property name="spacing">
0286             <number>6</number>
0287            </property>
0288            <item>
0289             <widget class="KPluralHandlingSpinBox" name="terminalColumnsEntry">
0290              <property name="sizePolicy">
0291               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0292                <horstretch>0</horstretch>
0293                <verstretch>0</verstretch>
0294               </sizepolicy>
0295              </property>
0296              <property name="minimum">
0297               <number>1</number>
0298              </property>
0299              <property name="maximum">
0300               <number>999</number>
0301              </property>
0302             </widget>
0303            </item>
0304            <item>
0305             <widget class="KPluralHandlingSpinBox" name="terminalRowsEntry">
0306              <property name="sizePolicy">
0307               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0308                <horstretch>0</horstretch>
0309                <verstretch>0</verstretch>
0310               </sizepolicy>
0311              </property>
0312              <property name="minimum">
0313               <number>1</number>
0314              </property>
0315              <property name="maximum">
0316               <number>999</number>
0317              </property>
0318             </widget>
0319            </item>
0320           </layout>
0321          </item>
0322          <item>
0323           <spacer>
0324            <property name="orientation">
0325             <enum>Qt::Horizontal</enum>
0326            </property>
0327            <property name="sizeHint" stdset="0">
0328             <size>
0329              <width>40</width>
0330              <height>20</height>
0331             </size>
0332            </property>
0333           </spacer>
0334          </item>
0335         </layout>
0336        </item>
0337        <item row="9" column="1" colspan="2">
0338         <widget class="QLabel" name="useCurrentWindowSizeNote">
0339          <property name="sizePolicy">
0340           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0341            <horstretch>0</horstretch>
0342            <verstretch>0</verstretch>
0343           </sizepolicy>
0344          </property>
0345          <property name="text">
0346           <string comment="@info">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Settings → Configure Konsole → General → Remember window size&lt;/span&gt; must be disabled for these entries to work.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0347          </property>
0348          <property name="textFormat">
0349           <enum>Qt::RichText</enum>
0350          </property>
0351          <property name="wordWrap">
0352           <bool>true</bool>
0353          </property>
0354         </widget>
0355        </item>
0356        <item row="10" column="0" alignment="Qt::AlignRight">
0357         <widget class="QLabel" name="terminalBellLabel">
0358          <property name="text">
0359           <string>Terminal bell mode:</string>
0360          </property>
0361          <property name="buddy">
0362           <cstring>terminalBellCombo</cstring>
0363          </property>
0364         </widget>
0365        </item>
0366        <item row="10" column="1">
0367         <layout class="QHBoxLayout" name="terminalBellLayout">
0368          <item>
0369           <widget class="QComboBox" name="terminalBellCombo"/>
0370          </item>
0371         </layout>
0372        </item>
0373       </layout>
0374      </widget>
0375      <widget class="QWidget" name="semantic">
0376       <attribute name="title">
0377        <string>Semantic Integration</string>
0378       </attribute>
0379       <layout class="QGridLayout">
0380        <item row="4" column="0" colspan="2">
0381         <widget class="QCheckBox" name="semanticUpDown">
0382          <property name="text">
0383           <string>Up/Down Arrows emulation</string>
0384          </property>
0385         </widget>
0386        </item>
0387        <item row="5" column="0">
0388            <widget class="QCheckBox" name="semanticInputClick">
0389                <property name="text">
0390                    <string>Mouse click in input line moves cursor</string>
0391                </property>
0392            </widget>
0393        </item>
0394        <item row="10" column="0" alignment="Qt::AlignRight">
0395            <widget class="QLabel" name="label_8">
0396                <property name="sizePolicy">
0397                    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0398                        <horstretch>0</horstretch>
0399                        <verstretch>0</verstretch>
0400                    </sizepolicy>
0401                </property>
0402                <property name="text">
0403                    <string>Semantic hints:</string>
0404                </property>
0405                <property name="alignment">
0406                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0407                </property>
0408            </widget>
0409        </item>
0410        <item row="10" column="1">
0411            <widget class="QRadioButton" name="semanticHintsNever">
0412                <property name="text">
0413                    <string comment="Never">Never</string>
0414                </property>
0415                <attribute name="buttonGroup">
0416                    <string notr="true">semanticHints</string>
0417                </attribute>
0418            </widget>
0419        </item>
0420        <item row="11" column="1">
0421         <widget class="QRadioButton" name="semanticHintsURL">
0422          <property name="text">
0423           <string comment="When showing URL hints">When URL hints show</string>
0424          </property>
0425          <attribute name="buttonGroup">
0426           <string notr="true">semanticHints</string>
0427          </attribute>
0428         </widget>
0429        </item>
0430        <item row="12" column="1">
0431         <widget class="QRadioButton" name="semanticHintsAlways">
0432          <property name="text">
0433           <string comment="Always">Always</string>
0434          </property>
0435          <attribute name="buttonGroup">
0436           <string notr="true">semanticHints</string>
0437          </attribute>
0438         </widget>
0439        </item>
0440        <item row="20" column="0" alignment="Qt::AlignRight">
0441            <widget class="QLabel" name="label_20">
0442                <property name="sizePolicy">
0443                    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0444                        <horstretch>0</horstretch>
0445                        <verstretch>0</verstretch>
0446                    </sizepolicy>
0447                </property>
0448                <property name="text">
0449                    <string>Red error bars:</string>
0450                </property>
0451                <property name="alignment">
0452                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0453                </property>
0454            </widget>
0455        </item>
0456        <item row="20" column="1">
0457            <widget class="QRadioButton" name="errorBarsNever">
0458                <property name="text">
0459                    <string comment="Never">Never</string>
0460                </property>
0461                <attribute name="buttonGroup">
0462                    <string notr="true">errorBars</string>
0463                </attribute>
0464            </widget>
0465        </item>
0466        <item row="21" column="1">
0467            <widget class="QRadioButton" name="errorBarsURL">
0468                <property name="text">
0469                    <string comment="When showing URL hints">When URL hints show</string>
0470                </property>
0471                <attribute name="buttonGroup">
0472                    <string notr="true">errorBars</string>
0473                </attribute>
0474            </widget>
0475        </item>
0476        <item row="22" column="1">
0477            <widget class="QRadioButton" name="errorBarsAlways">
0478                <property name="text">
0479                    <string comment="Always">Always</string>
0480                </property>
0481                <attribute name="buttonGroup">
0482                    <string notr="true">errorBars</string>
0483                </attribute>
0484            </widget>
0485        </item>
0486        <item row="30" column="0" alignment="Qt::AlignRight">
0487            <widget class="QLabel" name="label_30">
0488                <property name="sizePolicy">
0489                    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0490                        <horstretch>0</horstretch>
0491                        <verstretch>0</verstretch>
0492                    </sizepolicy>
0493                </property>
0494                <property name="text">
0495                    <string>Red error background:</string>
0496                </property>
0497                <property name="alignment">
0498                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0499                </property>
0500            </widget>
0501        </item>
0502        <item row="30" column="1">
0503            <widget class="QRadioButton" name="errorBackgroundNever">
0504                <property name="text">
0505                    <string comment="Never">Never</string>
0506                </property>
0507                <attribute name="buttonGroup">
0508                    <string notr="true">errorBackground</string>
0509                </attribute>
0510            </widget>
0511        </item>
0512        <item row="31" column="1">
0513            <widget class="QRadioButton" name="errorBackgroundURL">
0514                <property name="text">
0515                    <string comment="When showing URL hints">When URL hints show</string>
0516                </property>
0517                <attribute name="buttonGroup">
0518                    <string notr="true">errorBackground</string>
0519                </attribute>
0520            </widget>
0521        </item>
0522        <item row="32" column="1">
0523            <widget class="QRadioButton" name="errorBackgroundAlways">
0524                <property name="text">
0525                    <string comment="Always">Always</string>
0526                </property>
0527                <attribute name="buttonGroup">
0528                    <string notr="true">errorBackground</string>
0529                </attribute>
0530            </widget>
0531        </item>
0532        <item row="40" column="0" alignment="Qt::AlignRight">
0533            <widget class="QLabel" name="label_40">
0534                <property name="sizePolicy">
0535                    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0536                        <horstretch>0</horstretch>
0537                        <verstretch>0</verstretch>
0538                    </sizepolicy>
0539                </property>
0540                <property name="text">
0541                    <string>Alternating bars:</string>
0542                </property>
0543                <property name="alignment">
0544                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0545                </property>
0546            </widget>
0547        </item>
0548        <item row="40" column="1">
0549            <widget class="QRadioButton" name="alternatingBarsNever">
0550                <property name="text">
0551                    <string comment="Never">Never</string>
0552                </property>
0553                <attribute name="buttonGroup">
0554                    <string notr="true">alternatingBars</string>
0555                </attribute>
0556            </widget>
0557        </item>
0558        <item row="41" column="1">
0559            <widget class="QRadioButton" name="alternatingBarsURL">
0560                <property name="text">
0561                    <string comment="When showing URL hints">When URL hints show</string>
0562                </property>
0563                <attribute name="buttonGroup">
0564                    <string notr="true">alternatingBars</string>
0565                </attribute>
0566            </widget>
0567        </item>
0568        <item row="42" column="1">
0569            <widget class="QRadioButton" name="alternatingBarsAlways">
0570                <property name="text">
0571                    <string comment="Always">Always</string>
0572                </property>
0573                <attribute name="buttonGroup">
0574                    <string notr="true">alternatingBars</string>
0575                </attribute>
0576            </widget>
0577        </item>
0578        <item row="50" column="0" alignment="Qt::AlignRight">
0579            <widget class="QLabel" name="label_50">
0580                <property name="sizePolicy">
0581                    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0582                        <horstretch>0</horstretch>
0583                        <verstretch>0</verstretch>
0584                    </sizepolicy>
0585                </property>
0586                <property name="text">
0587                    <string>Alternating background:</string>
0588                </property>
0589                <property name="alignment">
0590                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0591                </property>
0592            </widget>
0593        </item>
0594        <item row="50" column="1">
0595            <widget class="QRadioButton" name="alternatingBackgroundNever">
0596                <property name="text">
0597                    <string comment="Never">Never</string>
0598                </property>
0599                <attribute name="buttonGroup">
0600                    <string notr="true">alternatingBackground</string>
0601                </attribute>
0602            </widget>
0603        </item>
0604        <item row="51" column="1">
0605            <widget class="QRadioButton" name="alternatingBackgroundURL">
0606                <property name="text">
0607                    <string comment="When showing URL hints">When URL hints show</string>
0608                </property>
0609                <attribute name="buttonGroup">
0610                    <string notr="true">alternatingBackground</string>
0611                </attribute>
0612            </widget>
0613        </item>
0614        <item row="52" column="1">
0615            <widget class="QRadioButton" name="alternatingBackgroundAlways">
0616                <property name="text">
0617                    <string comment="Always">Always</string>
0618                </property>
0619                <attribute name="buttonGroup">
0620                    <string notr="true">alternatingBackground</string>
0621                </attribute>
0622            </widget>
0623        </item>
0624        <item row="99" column="0">
0625         <spacer name="verticalSpacer">
0626          <property name="orientation">
0627           <enum>Qt::Vertical</enum>
0628          </property>
0629          <property name="sizeHint" stdset="0">
0630           <size>
0631            <width>20</width>
0632            <height>40</height>
0633           </size>
0634          </property>
0635         </spacer>
0636        </item>
0637       </layout>
0638      </widget>
0639     </widget>
0640    </item>
0641    <item>
0642     <spacer>
0643      <property name="orientation">
0644       <enum>Qt::Vertical</enum>
0645      </property>
0646      <property name="sizeType">
0647       <enum>QSizePolicy::Expanding</enum>
0648      </property>
0649      <property name="sizeHint" stdset="0">
0650       <size>
0651        <width>20</width>
0652        <height>0</height>
0653       </size>
0654      </property>
0655     </spacer>
0656    </item>
0657   </layout>
0658  </widget>
0659  <customwidgets>
0660   <customwidget>
0661    <class>KPluralHandlingSpinBox</class>
0662    <extends>QSpinBox</extends>
0663    <header>kpluralhandlingspinbox.h</header>
0664   </customwidget>
0665   <customwidget>
0666    <class>KMessageWidget</class>
0667    <extends>QFrame</extends>
0668    <header>kmessagewidget.h</header>
0669   </customwidget>
0670  </customwidgets>
0671  <tabstops>
0672   <tabstop>environmentEditButton</tabstop>
0673   <tabstop>terminalColumnsEntry</tabstop>
0674   <tabstop>terminalRowsEntry</tabstop>
0675   <tabstop>semanticHintsNever</tabstop>
0676   <tabstop>semanticHintsURL</tabstop>
0677   <tabstop>semanticHintsAlways</tabstop>
0678   <tabstop>errorBarsNever</tabstop>
0679   <tabstop>errorBarsURL</tabstop>
0680   <tabstop>errorBarsAlways</tabstop>
0681   <tabstop>errorBackgroundNever</tabstop>
0682   <tabstop>errorBackgroundURL</tabstop>
0683   <tabstop>errorBackgroundAlways</tabstop>
0684   <tabstop>alternatingBarsNever</tabstop>
0685   <tabstop>alternatingBarsURL</tabstop>
0686   <tabstop>alternatingBarsAlways</tabstop>
0687   <tabstop>alternatingBackgroundNever</tabstop>
0688   <tabstop>alternatingBackgroundURL</tabstop>
0689   <tabstop>alternatingBackgroundAlways</tabstop>
0690  </tabstops>
0691  <resources/>
0692  <connections/>
0693  <buttongroups>
0694   <buttongroup name="semanticHints"/>
0695   <buttongroup name="errorBars"/>
0696   <buttongroup name="errorBackground"/>
0697   <buttongroup name="alternatingBars"/>
0698   <buttongroup name="alternatingBackground"/>
0699  </buttongroups>
0700 </ui>