Warning, /frameworks/ktexteditor/src/dialogs/completionconfigtab.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>CompletionConfigTab</class>
0004  <widget class="QWidget" name="CompletionConfigTab">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>489</width>
0010     <height>492</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
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="gbGeneral">
0028      <property name="title">
0029       <string>General</string>
0030      </property>
0031      <layout class="QVBoxLayout">
0032       <item>
0033        <widget class="QCheckBox" name="chkAutoCompletionEnabled">
0034         <property name="text">
0035          <string>Enable &amp;auto completion</string>
0036         </property>
0037        </widget>
0038       </item>
0039       <item>
0040        <widget class="QCheckBox" name="chkAutoSelectFirstEntry">
0041         <property name="text">
0042          <string>Auto select &amp;first completion entry</string>
0043         </property>
0044        </widget>
0045       </item>
0046       <item>
0047        <widget class="QCheckBox" name="chkTabCompletion">
0048         <property name="text">
0049          <string>Cycle through the list of completions using Tab / Shift+Tab</string>
0050         </property>
0051        </widget>
0052       </item>
0053       <item>
0054        <widget class="QCheckBox" name="chkEnterCompletion">
0055         <property name="toolTip">
0056          <string>Pressing enter will insert the text of selected completion item into the editor. If disabled, Tab key or double-click can still be used to trigger completion.</string>
0057         </property>
0058         <property name="text">
0059          <string>Use Enter key to insert selected completion</string>
0060         </property>
0061        </widget>
0062       </item>
0063      </layout>
0064     </widget>
0065    </item>
0066    <item>
0067     <widget class="QGroupBox" name="gbWordCompletion">
0068      <property name="title">
0069       <string>A&amp;uto word completion</string>
0070      </property>
0071      <property name="checkable">
0072       <bool>true</bool>
0073      </property>
0074      <property name="checked">
0075       <bool>false</bool>
0076      </property>
0077      <layout class="QVBoxLayout" name="verticalLayout_2">
0078       <item>
0079        <layout class="QHBoxLayout" name="horizontalLayout">
0080         <item>
0081          <widget class="QLabel" name="label">
0082           <property name="text">
0083            <string>Minimal word length to complete:</string>
0084           </property>
0085           <property name="buddy">
0086            <cstring>minimalWordLength</cstring>
0087           </property>
0088          </widget>
0089         </item>
0090         <item>
0091          <widget class="QSpinBox" name="minimalWordLength"/>
0092         </item>
0093         <item>
0094          <spacer name="horizontalSpacer">
0095           <property name="orientation">
0096            <enum>Qt::Horizontal</enum>
0097           </property>
0098           <property name="sizeHint" stdset="0">
0099            <size>
0100             <width>1</width>
0101             <height>0</height>
0102            </size>
0103           </property>
0104          </spacer>
0105         </item>
0106        </layout>
0107       </item>
0108       <item>
0109        <widget class="QCheckBox" name="removeTail">
0110         <property name="toolTip">
0111          <string>Remove tail of a previous word when completion item chosen from a list</string>
0112         </property>
0113         <property name="text">
0114          <string>Remove tail on complete</string>
0115         </property>
0116        </widget>
0117       </item>
0118       <item>
0119        <widget class="QLabel" name="label_4">
0120         <property name="text">
0121          <string>Word completion provides suggestions based on the words found in the document</string>
0122         </property>
0123         <property name="wordWrap">
0124          <bool>true</bool>
0125         </property>
0126        </widget>
0127       </item>
0128      </layout>
0129     </widget>
0130    </item>
0131    <item>
0132     <widget class="QGroupBox" name="gbKeywordCompletion">
0133      <property name="title">
0134       <string>&amp;Keyword completion</string>
0135      </property>
0136      <property name="checkable">
0137       <bool>true</bool>
0138      </property>
0139      <layout class="QVBoxLayout" name="verticalLayout_3">
0140       <item>
0141        <widget class="QLabel" name="label_2">
0142         <property name="text">
0143          <string>Keyword completion provides suggestions based on the keywords which exist in the document's language.</string>
0144         </property>
0145         <property name="wordWrap">
0146          <bool>true</bool>
0147         </property>
0148        </widget>
0149       </item>
0150      </layout>
0151     </widget>
0152    </item>
0153    <item>
0154     <widget class="QGroupBox" name="gbShowDoc">
0155      <property name="title">
0156       <string>Documentation with completion</string>
0157      </property>
0158      <property name="checkable">
0159       <bool>true</bool>
0160      </property>
0161      <layout class="QVBoxLayout" name="verticalLayout_4">
0162       <item>
0163        <widget class="QLabel" name="label_3">
0164         <property name="text">
0165          <string>Show documentation beside completion box. If disabled, documentation can be shown by pressing Alt key.</string>
0166         </property>
0167         <property name="wordWrap">
0168          <bool>true</bool>
0169         </property>
0170        </widget>
0171       </item>
0172      </layout>
0173     </widget>
0174    </item>
0175    <item>
0176     <spacer name="verticalSpacer">
0177      <property name="orientation">
0178       <enum>Qt::Vertical</enum>
0179      </property>
0180      <property name="sizeHint" stdset="0">
0181       <size>
0182        <width>0</width>
0183        <height>1</height>
0184       </size>
0185      </property>
0186     </spacer>
0187    </item>
0188   </layout>
0189  </widget>
0190  <resources/>
0191  <connections/>
0192 </ui>