Warning, /utilities/konsole/src/widgets/EditProfileAdvancedPage.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>EditProfileAdvancedPage</class>
0004  <widget class="QWidget" name="EditProfileAdvancedPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>400</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QGridLayout">
0016      <item row="0" column="0" alignment="Qt::AlignRight">
0017       <widget class="QLabel" name="urlHintsLabel">
0018        <property name="text">
0019         <string>Key combination to show URL hints:</string>
0020        </property>
0021        <property name="alignment">
0022         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <layout class="QHBoxLayout" stretch="0,1">
0028        <property name="spacing">
0029         <number>0</number>
0030        </property>
0031        <property name="leftMargin">
0032         <number>0</number>
0033        </property>
0034        <property name="topMargin">
0035         <number>0</number>
0036        </property>
0037        <item>
0038         <layout class="QHBoxLayout">
0039          <property name="spacing">
0040           <number>6</number>
0041          </property>
0042          <item>
0043           <widget class="QToolButton" name="urlHintsModifierShift">
0044            <property name="sizePolicy">
0045             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0046              <horstretch>0</horstretch>
0047              <verstretch>0</verstretch>
0048             </sizepolicy>
0049            </property>
0050            <property name="text">
0051             <string comment="key on keyboard">Shift</string>
0052            </property>
0053            <property name="checkable">
0054             <bool>true</bool>
0055            </property>
0056            <property name="toolButtonStyle">
0057             <enum>Qt::ToolButtonFollowStyle</enum>
0058            </property>
0059           </widget>
0060          </item>
0061          <item>
0062           <widget class="QToolButton" name="urlHintsModifierCtrl">
0063            <property name="sizePolicy">
0064             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0065              <horstretch>0</horstretch>
0066              <verstretch>0</verstretch>
0067             </sizepolicy>
0068            </property>
0069            <property name="text">
0070             <string comment="key on keyboard">Ctrl</string>
0071            </property>
0072            <property name="checkable">
0073             <bool>true</bool>
0074            </property>
0075            <property name="toolButtonStyle">
0076             <enum>Qt::ToolButtonFollowStyle</enum>
0077            </property>
0078           </widget>
0079          </item>
0080          <item>
0081           <widget class="QToolButton" name="urlHintsModifierAlt">
0082            <property name="sizePolicy">
0083             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0084              <horstretch>0</horstretch>
0085              <verstretch>0</verstretch>
0086             </sizepolicy>
0087            </property>
0088            <property name="text">
0089             <string comment="key on keyboard">Alt</string>
0090            </property>
0091            <property name="checkable">
0092             <bool>true</bool>
0093            </property>
0094            <property name="toolButtonStyle">
0095             <enum>Qt::ToolButtonFollowStyle</enum>
0096            </property>
0097           </widget>
0098          </item>
0099          <item>
0100           <widget class="QToolButton" name="urlHintsModifierMeta">
0101            <property name="sizePolicy">
0102             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0103              <horstretch>0</horstretch>
0104              <verstretch>0</verstretch>
0105             </sizepolicy>
0106            </property>
0107            <property name="text">
0108             <string comment="key on keyboard">Meta</string>
0109            </property>
0110            <property name="checkable">
0111             <bool>true</bool>
0112            </property>
0113            <property name="toolButtonStyle">
0114             <enum>Qt::ToolButtonFollowStyle</enum>
0115            </property>
0116           </widget>
0117          </item>
0118         </layout>
0119        </item>
0120        <item>
0121         <spacer>
0122          <property name="orientation">
0123           <enum>Qt::Horizontal</enum>
0124          </property>
0125          <property name="sizeHint" stdset="0">
0126           <size>
0127            <width>40</width>
0128            <height>20</height>
0129           </size>
0130          </property>
0131         </spacer>
0132        </item>
0133       </layout>
0134      </item>
0135      <item row="1" column="1">
0136       <spacer>
0137        <property name="orientation">
0138         <enum>Qt::Vertical</enum>
0139        </property>
0140        <property name="sizeType">
0141         <enum>QSizePolicy::Fixed</enum>
0142        </property>
0143        <property name="sizeHint" stdset="0">
0144         <size>
0145          <width>20</width>
0146          <height>16</height>
0147         </size>
0148        </property>
0149       </spacer>
0150      </item>
0151      <item row="2" column="0" alignment="Qt::AlignRight">
0152       <widget class="QLabel" name="label">
0153        <property name="text">
0154         <string comment="Items that do not fit in other categories">Miscellaneous:</string>
0155        </property>
0156        <property name="alignment">
0157         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0158        </property>
0159       </widget>
0160      </item>
0161      <item row="2" column="1">
0162       <widget class="QCheckBox" name="enableReverseUrlHints">
0163        <property name="toolTip">
0164         <string>Number URL hints in reverse, starting from the bottom</string>
0165        </property>
0166        <property name="text">
0167         <string>Reverse URL hint numbering</string>
0168        </property>
0169       </widget>
0170      </item>
0171      <item row="3" column="1">
0172       <widget class="QCheckBox" name="enableBlinkingTextButton">
0173        <property name="sizePolicy">
0174         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0175          <horstretch>0</horstretch>
0176          <verstretch>0</verstretch>
0177         </sizepolicy>
0178        </property>
0179        <property name="toolTip">
0180         <string>Allow terminal programs to create blinking sections of text</string>
0181        </property>
0182        <property name="text">
0183         <string>Allow blinking text</string>
0184        </property>
0185       </widget>
0186      </item>
0187      <item row="4" column="1">
0188       <widget class="QCheckBox" name="enableFlowControlButton">
0189        <property name="sizePolicy">
0190         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0191          <horstretch>0</horstretch>
0192          <verstretch>0</verstretch>
0193         </sizepolicy>
0194        </property>
0195        <property name="toolTip">
0196         <string>Allow the output to be suspended by pressing Ctrl+S</string>
0197        </property>
0198        <property name="text">
0199         <string>Flow control</string>
0200        </property>
0201       </widget>
0202      </item>
0203      <!--
0204      <item row="5" column="1">
0205       <widget class="QCheckBox" name="enableBidiRenderingButton">
0206        <property name="sizePolicy">
0207         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0208          <horstretch>0</horstretch>
0209          <verstretch>0</verstretch>
0210         </sizepolicy>
0211        </property>
0212        <property name="toolTip">
0213         <string>Enable Bi-Directional display on terminals (valid for Arabic, Farsi or Hebrew only)</string>
0214        </property>
0215        <property name="text">
0216         <string>Bi-Directional text rendering</string>
0217        </property>
0218       </widget>
0219      </item>
0220      -->
0221      <item row="6" column="1">
0222       <spacer>
0223        <property name="orientation">
0224         <enum>Qt::Vertical</enum>
0225        </property>
0226        <property name="sizeType">
0227         <enum>QSizePolicy::Fixed</enum>
0228        </property>
0229        <property name="sizeHint" stdset="0">
0230         <size>
0231          <width>20</width>
0232          <height>16</height>
0233         </size>
0234        </property>
0235       </spacer>
0236      </item>
0237      <item row="7" column="0" alignment="Qt::AlignRight">
0238       <widget class="QLabel" name="label_14">
0239        <property name="text">
0240         <string>Default character encoding:</string>
0241        </property>
0242        <property name="alignment">
0243         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0244        </property>
0245        <property name="buddy">
0246         <cstring>selectEncodingButton</cstring>
0247        </property>
0248       </widget>
0249      </item>
0250      <item row="7" column="1">
0251       <widget class="QPushButton" name="selectEncodingButton">
0252        <property name="text">
0253         <string comment="KDE::DoNotExtract">DEFAULTENCODING</string>
0254        </property>
0255       </widget>
0256      </item>
0257      <item row="8" column="0" alignment="Qt::AlignRight">
0258       <widget class="QLabel" name="peekPrimaryLabel">
0259        <property name="text">
0260         <string>Shortcut for peeking the primary screen:</string>
0261        </property>
0262        <property name="alignment">
0263         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0264        </property>
0265       </widget>
0266      </item>
0267      <item row="8" column="1" alignment="Qt::AlignRight">
0268       <widget class="QKeySequenceEdit" name="peekPrimaryWidget">
0269       </widget>
0270      </item>
0271     </layout>
0272    </item>
0273    <item>
0274     <spacer>
0275      <property name="orientation">
0276       <enum>Qt::Vertical</enum>
0277      </property>
0278      <property name="sizeHint" stdset="0">
0279       <size>
0280        <width>20</width>
0281        <height>111</height>
0282       </size>
0283      </property>
0284     </spacer>
0285    </item>
0286   </layout>
0287  </widget>
0288  <tabstops>
0289   <tabstop>urlHintsModifierShift</tabstop>
0290   <tabstop>urlHintsModifierCtrl</tabstop>
0291   <tabstop>urlHintsModifierAlt</tabstop>
0292   <tabstop>urlHintsModifierMeta</tabstop>
0293  </tabstops>
0294  <resources/>
0295  <connections/>
0296 </ui>