Warning, /frameworks/ktexteditor/src/dialogs/navigationconfigwidget.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>NavigationConfigWidget</class>
0004  <widget class="QWidget" name="NavigationConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>455</width>
0010     <height>440</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QGroupBox" name="gbCursorMovement">
0028      <property name="title">
0029       <string>Text Cursor Movement</string>
0030      </property>
0031      <layout class="QVBoxLayout">
0032       <item>
0033        <widget class="QCheckBox" name="chkSmartHome">
0034         <property name="whatsThis">
0035          <string>When selected, pressing the home key will cause the cursor to skip whitespace and go to the start of a line's text. The same applies for the end key.</string>
0036         </property>
0037         <property name="text">
0038          <string>Smart ho&amp;me and smart end</string>
0039         </property>
0040        </widget>
0041       </item>
0042       <item>
0043        <widget class="QCheckBox" name="chkPagingMovesCursor">
0044         <property name="whatsThis">
0045          <string>Selects whether the PageUp and PageDown keys should alter the vertical position of the cursor relative to the top of the view.</string>
0046         </property>
0047         <property name="text">
0048          <string>&amp;PageUp/PageDown moves cursor</string>
0049         </property>
0050        </widget>
0051       </item>
0052       <item>
0053        <widget class="QCheckBox" name="chkCamelCursor">
0054         <property name="whatsThis">
0055          <string>Selects whether cursor jumps full words or breaks at camel case humps.</string>
0056         </property>
0057         <property name="text">
0058          <string>Enable camel case cursor movement</string>
0059         </property>
0060        </widget>
0061       </item>
0062       <item>
0063        <layout class="QHBoxLayout">
0064         <property name="leftMargin">
0065          <number>0</number>
0066         </property>
0067         <property name="topMargin">
0068          <number>0</number>
0069         </property>
0070         <property name="rightMargin">
0071          <number>0</number>
0072         </property>
0073         <property name="bottomMargin">
0074          <number>0</number>
0075         </property>
0076         <item>
0077          <widget class="QLabel" name="lblAutoCenterCursor">
0078           <property name="text">
0079            <string>&amp;Autocenter cursor:</string>
0080           </property>
0081           <property name="buddy">
0082            <cstring>sbAutoCenterCursor</cstring>
0083           </property>
0084          </widget>
0085         </item>
0086         <item>
0087          <widget class="QSpinBox" name="sbAutoCenterCursor">
0088           <property name="whatsThis">
0089            <string>Sets the number of lines to maintain visible above and below the cursor when possible.</string>
0090           </property>
0091           <property name="specialValueText">
0092            <string>Disabled</string>
0093           </property>
0094           <property name="suffix">
0095            <string> lines</string>
0096           </property>
0097          </widget>
0098         </item>
0099         <item>
0100          <spacer>
0101           <property name="orientation">
0102            <enum>Qt::Horizontal</enum>
0103           </property>
0104           <property name="sizeHint" stdset="0">
0105            <size>
0106             <width>1</width>
0107             <height>0</height>
0108            </size>
0109           </property>
0110          </spacer>
0111         </item>
0112        </layout>
0113       </item>
0114      </layout>
0115     </widget>
0116    </item>
0117    <item>
0118     <widget class="QGroupBox" name="cbNavigationMisc">
0119      <property name="title">
0120       <string>Misc</string>
0121      </property>
0122      <layout class="QVBoxLayout">
0123       <item>
0124        <layout class="QHBoxLayout" name="horizontalLayout">
0125         <item>
0126          <widget class="QLabel" name="lblTextSelectionMode">
0127           <property name="text">
0128            <string>Text selection mode:</string>
0129           </property>
0130           <property name="buddy">
0131            <cstring>cbTextSelectionMode</cstring>
0132           </property>
0133          </widget>
0134         </item>
0135         <item>
0136          <widget class="QComboBox" name="cbTextSelectionMode">
0137           <item>
0138            <property name="text">
0139             <string>Normal</string>
0140            </property>
0141           </item>
0142           <item>
0143            <property name="text">
0144             <string>Persistent</string>
0145            </property>
0146           </item>
0147          </widget>
0148         </item>
0149         <item>
0150          <spacer name="horizontalSpacer">
0151           <property name="orientation">
0152            <enum>Qt::Horizontal</enum>
0153           </property>
0154           <property name="sizeHint" stdset="0">
0155            <size>
0156             <width>40</width>
0157             <height>20</height>
0158            </size>
0159           </property>
0160          </spacer>
0161         </item>
0162        </layout>
0163       </item>
0164       <item>
0165        <widget class="QCheckBox" name="chkScrollPastEnd">
0166         <property name="text">
0167          <string>Allow scrolling past the end of the document</string>
0168         </property>
0169        </widget>
0170       </item>
0171       <item>
0172        <widget class="QCheckBox" name="chkBackspaceRemoveComposed">
0173         <property name="whatsThis">
0174          <string>When selected, composed characters are removed with their diacritics instead of only removing the base character. This is useful for Indic locales.</string>
0175         </property>
0176         <property name="text">
0177          <string>Backspace key removes character’s base with its diacritics</string>
0178         </property>
0179        </widget>
0180       </item>
0181      </layout>
0182     </widget>
0183    </item>
0184    <item>
0185     <widget class="QGroupBox" name="gbMulticursor">
0186      <property name="title">
0187       <string>Multicursor</string>
0188      </property>
0189      <layout class="QFormLayout" name="formLayout">
0190       <item row="0" column="0">
0191        <widget class="QLabel" name="lblMulticursormodifiers">
0192         <property name="text">
0193          <string>Multiple Cursor Modifiers</string>
0194         </property>
0195         <property name="buddy">
0196          <cstring>cmbMultiCursorModifier</cstring>
0197         </property>
0198        </widget>
0199       </item>
0200       <item row="0" column="1">
0201        <widget class="QComboBox" name="cmbMultiCursorModifier"/>
0202       </item>
0203      </layout>
0204     </widget>
0205    </item>
0206    <item>
0207     <spacer>
0208      <property name="orientation">
0209       <enum>Qt::Vertical</enum>
0210      </property>
0211      <property name="sizeHint" stdset="0">
0212       <size>
0213        <width>0</width>
0214        <height>1</height>
0215       </size>
0216      </property>
0217     </spacer>
0218    </item>
0219   </layout>
0220  </widget>
0221  <resources/>
0222  <connections/>
0223 </ui>