Warning, /frameworks/ktexteditor/src/vimode/config/configwidget.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>KateVi::ConfigWidget</class>
0004  <widget class="QWidget" name="KateVi::ConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>439</width>
0010     <height>411</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_3">
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="gbViInputMode">
0028      <property name="title">
0029       <string>General</string>
0030      </property>
0031      <layout class="QVBoxLayout">
0032       <item>
0033        <widget class="QCheckBox" name="chkViCommandsOverride">
0034         <property name="whatsThis">
0035          <string>When selected, vi commands will override Kate's built-in commands. For example: Ctrl+R will redo, and override the standard action (showing the search and replace dialog).</string>
0036         </property>
0037         <property name="text">
0038          <string>Let Vi commands override Kate shortcuts</string>
0039         </property>
0040        </widget>
0041       </item>
0042       <item>
0043        <widget class="QCheckBox" name="chkViRelLineNumbers">
0044         <property name="whatsThis">
0045          <string>Show the line number relative to the line with the cursor in front of each line.</string>
0046         </property>
0047         <property name="text">
0048          <string>Display relative line numbers</string>
0049         </property>
0050        </widget>
0051       </item>
0052      </layout>
0053     </widget>
0054    </item>
0055    <item>
0056     <widget class="QGroupBox" name="groupBox">
0057      <property name="whatsThis">
0058       <string>Key mapping is used to change the meaning of typed keys. This allows you to move commands to other keys or make special keypresses for doing a series of commands.
0059 
0060 Example:
0061 &quot;&lt;F2&gt;&quot; → &quot;I-- &lt;esc&gt;&quot;
0062 
0063 This will prepend &quot;-- &quot; to a line when pressing F2.</string>
0064      </property>
0065      <property name="title">
0066       <string>Key Mapping</string>
0067      </property>
0068      <layout class="QVBoxLayout" name="verticalLayout_2">
0069       <item>
0070        <widget class="QTabWidget" name="tabMappingModes">
0071         <property name="currentIndex">
0072          <number>0</number>
0073         </property>
0074         <widget class="QWidget" name="normalTab">
0075          <attribute name="title">
0076           <string>Normal mode</string>
0077          </attribute>
0078          <layout class="QVBoxLayout" name="verticalLayout">
0079           <item>
0080            <widget class="QTableWidget" name="tblNormalModeMappings">
0081             <property name="alternatingRowColors">
0082              <bool>true</bool>
0083             </property>
0084             <property name="selectionMode">
0085              <enum>QAbstractItemView::ContiguousSelection</enum>
0086             </property>
0087             <property name="selectionBehavior">
0088              <enum>QAbstractItemView::SelectRows</enum>
0089             </property>
0090             <property name="columnCount">
0091              <number>3</number>
0092             </property>
0093             <column>
0094              <property name="text">
0095               <string>Command</string>
0096              </property>
0097             </column>
0098             <column>
0099              <property name="text">
0100               <string>Replacement</string>
0101              </property>
0102             </column>
0103             <column>
0104              <property name="text">
0105               <string>Recursive?</string>
0106              </property>
0107             </column>
0108            </widget>
0109           </item>
0110          </layout>
0111         </widget>
0112         <widget class="QWidget" name="insertTab">
0113          <attribute name="title">
0114           <string>Insert mode</string>
0115          </attribute>
0116          <layout class="QVBoxLayout" name="verticalLayout_4">
0117           <item>
0118            <widget class="QTableWidget" name="tblInsertModeMappings">
0119             <property name="alternatingRowColors">
0120              <bool>true</bool>
0121             </property>
0122             <property name="selectionMode">
0123              <enum>QAbstractItemView::ContiguousSelection</enum>
0124             </property>
0125             <property name="selectionBehavior">
0126              <enum>QAbstractItemView::SelectRows</enum>
0127             </property>
0128             <property name="columnCount">
0129              <number>3</number>
0130             </property>
0131             <column>
0132              <property name="text">
0133               <string>Command</string>
0134              </property>
0135             </column>
0136             <column>
0137              <property name="text">
0138               <string>Replacement</string>
0139              </property>
0140             </column>
0141             <column>
0142              <property name="text">
0143               <string>Recursive?</string>
0144              </property>
0145             </column>
0146            </widget>
0147           </item>
0148          </layout>
0149         </widget>
0150         <widget class="QWidget" name="visualTab">
0151          <attribute name="title">
0152           <string>Visual mode</string>
0153          </attribute>
0154          <layout class="QVBoxLayout" name="verticalLayout_5">
0155           <item>
0156            <widget class="QTableWidget" name="tblVisualModeMappings">
0157             <property name="alternatingRowColors">
0158              <bool>true</bool>
0159             </property>
0160             <property name="selectionMode">
0161              <enum>QAbstractItemView::ContiguousSelection</enum>
0162             </property>
0163             <property name="selectionBehavior">
0164              <enum>QAbstractItemView::SelectRows</enum>
0165             </property>
0166             <property name="columnCount">
0167              <number>3</number>
0168             </property>
0169             <column>
0170              <property name="text">
0171               <string>Command</string>
0172              </property>
0173             </column>
0174             <column>
0175              <property name="text">
0176               <string>Replacement</string>
0177              </property>
0178             </column>
0179             <column>
0180              <property name="text">
0181               <string>Recursive?</string>
0182              </property>
0183             </column>
0184            </widget>
0185           </item>
0186          </layout>
0187         </widget>
0188        </widget>
0189       </item>
0190       <item>
0191        <layout class="QHBoxLayout" name="horizontalLayout_3">
0192         <item>
0193          <widget class="QPushButton" name="btnRemoveSelectedRows">
0194           <property name="text">
0195            <string>Remove selected</string>
0196           </property>
0197          </widget>
0198         </item>
0199         <item>
0200          <widget class="QPushButton" name="btnAddNewRow">
0201           <property name="text">
0202            <string>Add new mapping</string>
0203           </property>
0204          </widget>
0205         </item>
0206         <item>
0207          <widget class="QPushButton" name="btnImportNormal">
0208           <property name="toolTip">
0209            <string>Read a vimrc file and attempt to import mappings specified with the &quot;[n]noremap&quot; command.</string>
0210           </property>
0211           <property name="text">
0212            <string>Import from vimrc file</string>
0213           </property>
0214          </widget>
0215         </item>
0216         <item>
0217          <spacer name="horizontalSpacer">
0218           <property name="orientation">
0219            <enum>Qt::Horizontal</enum>
0220           </property>
0221           <property name="sizeHint" stdset="0">
0222            <size>
0223             <width>1</width>
0224             <height>0</height>
0225            </size>
0226           </property>
0227          </spacer>
0228         </item>
0229        </layout>
0230       </item>
0231      </layout>
0232     </widget>
0233    </item>
0234    <item>
0235     <spacer>
0236      <property name="orientation">
0237       <enum>Qt::Vertical</enum>
0238      </property>
0239      <property name="sizeHint" stdset="0">
0240       <size>
0241        <width>0</width>
0242        <height>1</height>
0243       </size>
0244      </property>
0245     </spacer>
0246    </item>
0247   </layout>
0248  </widget>
0249  <resources/>
0250 </ui>