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>463</width>
0010     <height>416</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      </layout>
0054     </widget>
0055    </item>
0056    <item>
0057     <widget class="QGroupBox" name="gbWordCompletion">
0058      <property name="title">
0059       <string>A&amp;uto word completion</string>
0060      </property>
0061      <property name="checkable">
0062       <bool>true</bool>
0063      </property>
0064      <property name="checked">
0065       <bool>false</bool>
0066      </property>
0067      <layout class="QVBoxLayout" name="verticalLayout_2">
0068       <item>
0069        <layout class="QHBoxLayout" name="horizontalLayout">
0070         <item>
0071          <widget class="QLabel" name="label">
0072           <property name="text">
0073            <string>Minimal word length to complete:</string>
0074           </property>
0075          </widget>
0076         </item>
0077         <item>
0078          <widget class="QSpinBox" name="minimalWordLength"/>
0079         </item>
0080         <item>
0081          <spacer name="horizontalSpacer">
0082           <property name="orientation">
0083            <enum>Qt::Horizontal</enum>
0084           </property>
0085           <property name="sizeHint" stdset="0">
0086            <size>
0087             <width>1</width>
0088             <height>0</height>
0089            </size>
0090           </property>
0091          </spacer>
0092         </item>
0093        </layout>
0094       </item>
0095       <item>
0096        <widget class="QCheckBox" name="removeTail">
0097         <property name="toolTip">
0098          <string>Remove tail of a previous word when completion item chosen from a list</string>
0099         </property>
0100         <property name="text">
0101          <string>Remove tail on complete</string>
0102         </property>
0103        </widget>
0104       </item>
0105       <item>
0106        <widget class="QLabel" name="label_4">
0107         <property name="text">
0108          <string>Word completion provides suggestions based on the words found in the document</string>
0109         </property>
0110         <property name="wordWrap">
0111          <bool>true</bool>
0112         </property>
0113        </widget>
0114       </item>
0115      </layout>
0116     </widget>
0117    </item>
0118    <item>
0119     <widget class="QGroupBox" name="gbKeywordCompletion">
0120      <property name="title">
0121       <string>&amp;Keyword completion</string>
0122      </property>
0123      <property name="checkable">
0124       <bool>true</bool>
0125      </property>
0126      <layout class="QVBoxLayout" name="verticalLayout_3">
0127       <item>
0128        <widget class="QLabel" name="label_2">
0129         <property name="text">
0130          <string>Keyword completion provides suggestions based on the keywords which exist in the document's language.</string>
0131         </property>
0132         <property name="wordWrap">
0133          <bool>true</bool>
0134         </property>
0135        </widget>
0136       </item>
0137      </layout>
0138     </widget>
0139    </item>
0140    <item>
0141     <widget class="QGroupBox" name="gbShowDoc">
0142      <property name="title">
0143       <string>Documentation with completion</string>
0144      </property>
0145      <property name="checkable">
0146       <bool>true</bool>
0147      </property>
0148      <layout class="QVBoxLayout" name="verticalLayout_4">
0149       <item>
0150        <widget class="QLabel" name="label_3">
0151         <property name="text">
0152          <string>Show documentation beside completion box. If disabled, documentation can be shown by pressing Alt key.</string>
0153         </property>
0154         <property name="wordWrap">
0155          <bool>true</bool>
0156         </property>
0157        </widget>
0158       </item>
0159      </layout>
0160     </widget>
0161    </item>
0162    <item>
0163     <spacer name="verticalSpacer">
0164      <property name="orientation">
0165       <enum>Qt::Vertical</enum>
0166      </property>
0167      <property name="sizeHint" stdset="0">
0168       <size>
0169        <width>0</width>
0170        <height>1</height>
0171       </size>
0172      </property>
0173     </spacer>
0174    </item>
0175   </layout>
0176  </widget>
0177  <resources/>
0178  <connections/>
0179 </ui>