Warning, /frameworks/ktexteditor/src/dialogs/editconfigwidget.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>EditConfigWidget</class>
0004  <widget class="QWidget" name="EditConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>723</width>
0010     <height>710</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <layout class="QFormLayout" name="formLayout">
0016      <property name="topMargin">
0017       <number>10</number>
0018      </property>
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>Word wrap:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <widget class="QCheckBox" name="chkStaticWordWrap">
0028        <property name="whatsThis">
0029         <string>&lt;p&gt;Automatically start a new line of text when the current line exceeds the length specified by the &lt;b&gt;Wrap words at:&lt;/b&gt; option.&lt;/p&gt;&lt;p&gt;This option does not wrap existing lines of text - use the &lt;b&gt;Apply Static Word Wrap&lt;/b&gt; option in the &lt;b&gt;Tools&lt;/b&gt; menu for that purpose.&lt;/p&gt;&lt;p&gt;If you want lines to be &lt;i&gt;visually wrapped&lt;/i&gt; instead, according to the width of the view, enable &lt;b&gt;Dynamic Word Wrap&lt;/b&gt; in the &lt;b&gt;Appearance&lt;/b&gt; config page.&lt;/p&gt;</string>
0030        </property>
0031        <property name="text">
0032         <string>Wrap &amp;words at a fixed column</string>
0033        </property>
0034       </widget>
0035      </item>
0036      <item row="1" column="1">
0037       <widget class="QCheckBox" name="chkShowStaticWordWrapMarker">
0038        <property name="whatsThis">
0039         <string>&lt;p&gt;If this option is checked, a vertical line will be drawn at the word wrap column as defined in the &lt;strong&gt;Editing&lt;/strong&gt; properties.&lt;/p&gt;</string>
0040        </property>
0041        <property name="text">
0042         <string>&amp;Draw vertical line at the word wrap column</string>
0043        </property>
0044       </widget>
0045      </item>
0046      <item row="2" column="0">
0047       <widget class="QLabel" name="lblWordWrap">
0048        <property name="text">
0049         <string>Wra&amp;p words at:</string>
0050        </property>
0051        <property name="buddy">
0052         <cstring>sbWordWrap</cstring>
0053        </property>
0054       </widget>
0055      </item>
0056      <item row="2" column="1">
0057       <widget class="KPluralHandlingSpinBox" name="sbWordWrap">
0058        <property name="whatsThis">
0059         <string>If the Word Wrap option is selected this entry determines the length (in characters) at which the editor will automatically start a new line.</string>
0060        </property>
0061        <property name="minimum">
0062         <number>20</number>
0063        </property>
0064        <property name="maximum">
0065         <number>200</number>
0066        </property>
0067        <property name="value">
0068         <number>76</number>
0069        </property>
0070       </widget>
0071      </item>
0072      <item row="3" column="1">
0073       <spacer name="verticalSpacer">
0074        <property name="orientation">
0075         <enum>Qt::Vertical</enum>
0076        </property>
0077        <property name="sizeType">
0078         <enum>QSizePolicy::Fixed</enum>
0079        </property>
0080        <property name="sizeHint" stdset="0">
0081         <size>
0082          <width>20</width>
0083          <height>20</height>
0084         </size>
0085        </property>
0086       </spacer>
0087      </item>
0088      <item row="4" column="0">
0089       <widget class="QLabel" name="lblInputMode">
0090        <property name="text">
0091         <string>Default input mode:</string>
0092        </property>
0093        <property name="buddy">
0094         <cstring>cmbInputMode</cstring>
0095        </property>
0096       </widget>
0097      </item>
0098      <item row="4" column="1">
0099       <widget class="QComboBox" name="cmbInputMode"/>
0100      </item>
0101      <item row="5" column="1">
0102       <spacer name="verticalSpacer_2">
0103        <property name="orientation">
0104         <enum>Qt::Vertical</enum>
0105        </property>
0106        <property name="sizeType">
0107         <enum>QSizePolicy::Fixed</enum>
0108        </property>
0109        <property name="sizeHint" stdset="0">
0110         <size>
0111          <width>20</width>
0112          <height>20</height>
0113         </size>
0114        </property>
0115       </spacer>
0116      </item>
0117      <item row="6" column="0">
0118       <widget class="QLabel" name="label_2">
0119        <property name="text">
0120         <string>Brackets:</string>
0121        </property>
0122       </widget>
0123      </item>
0124      <item row="6" column="1">
0125       <widget class="QCheckBox" name="chkAutoBrackets">
0126        <property name="text">
0127         <string>Automatically close brackets when opening bracket is typed</string>
0128        </property>
0129       </widget>
0130      </item>
0131      <item row="7" column="0">
0132       <widget class="QLabel" name="lbEncloseSelection">
0133        <property name="cursor">
0134         <cursorShape>WhatsThisCursor</cursorShape>
0135        </property>
0136        <property name="toolTip">
0137         <string/>
0138        </property>
0139        <property name="whatsThis">
0140         <string>When some text is selected these chars will be added on both its sides in a way &quot;Auto Bracket&quot; do</string>
0141        </property>
0142        <property name="text">
0143         <string>Enclosing characters:</string>
0144        </property>
0145        <property name="buddy">
0146         <cstring>cmbEncloseSelection</cstring>
0147        </property>
0148       </widget>
0149      </item>
0150      <item row="7" column="1">
0151       <widget class="QComboBox" name="cmbEncloseSelection">
0152        <property name="sizePolicy">
0153         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0154          <horstretch>0</horstretch>
0155          <verstretch>0</verstretch>
0156         </sizepolicy>
0157        </property>
0158        <property name="editable">
0159         <bool>true</bool>
0160        </property>
0161       </widget>
0162      </item>
0163      <item row="10" column="0">
0164       <widget class="QLabel" name="label_4">
0165        <property name="text">
0166         <string>Copy and paste:</string>
0167        </property>
0168       </widget>
0169      </item>
0170      <item row="10" column="1">
0171       <widget class="QCheckBox" name="chkTextDragAndDrop">
0172        <property name="text">
0173         <string>Move selected text when dragged</string>
0174        </property>
0175       </widget>
0176      </item>
0177      <item row="11" column="1">
0178       <widget class="QCheckBox" name="chkSmartCopyCut">
0179        <property name="text">
0180         <string>Copy/cut the current line if invoked without any text selected</string>
0181        </property>
0182       </widget>
0183      </item>
0184      <item row="12" column="1">
0185       <widget class="QCheckBox" name="chkMousePasteAtCursorPosition">
0186        <property name="text">
0187         <string>Don't move the text cursor when pasting by mouse</string>
0188        </property>
0189       </widget>
0190      </item>
0191      <item row="13" column="0">
0192       <widget class="QLabel" name="lblClipboardHistoryEntries">
0193        <property name="text">
0194         <string>Max Clipboard History Entries:</string>
0195        </property>
0196        <property name="buddy">
0197         <cstring>sbClipboardHistoryEntries</cstring>
0198        </property>
0199       </widget>
0200      </item>
0201      <item row="13" column="1">
0202       <widget class="KPluralHandlingSpinBox" name="sbClipboardHistoryEntries">
0203        <property name="whatsThis">
0204         <string>This determines the number of entries to keep in the clipboard history</string>
0205        </property>
0206        <property name="minimum">
0207         <number>1</number>
0208        </property>
0209        <property name="maximum">
0210         <number>999</number>
0211        </property>
0212        <property name="value">
0213         <number>20</number>
0214        </property>
0215       </widget>
0216      </item>
0217      <item row="8" column="1">
0218       <widget class="QLabel" name="lblBracketHelp">
0219        <property name="sizePolicy">
0220         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0221          <horstretch>0</horstretch>
0222          <verstretch>0</verstretch>
0223         </sizepolicy>
0224        </property>
0225        <property name="text">
0226         <string>When you type these characters while text is selected, they will surround the selected text instead of replacing it.</string>
0227        </property>
0228        <property name="wordWrap">
0229         <bool>true</bool>
0230        </property>
0231       </widget>
0232      </item>
0233      <item row="9" column="1">
0234       <spacer name="verticalSpacer_3">
0235        <property name="orientation">
0236         <enum>Qt::Vertical</enum>
0237        </property>
0238        <property name="sizeType">
0239         <enum>QSizePolicy::Fixed</enum>
0240        </property>
0241        <property name="sizeHint" stdset="0">
0242         <size>
0243          <width>20</width>
0244          <height>20</height>
0245         </size>
0246        </property>
0247       </spacer>
0248      </item>
0249      <item row="14" column="1">
0250       <widget class="QCheckBox" name="chkAccessibility">
0251        <property name="text">
0252         <string>Enable accessibility notifications</string>
0253        </property>
0254       </widget>
0255      </item>
0256      <item row="14" column="0">
0257       <widget class="QLabel" name="label_3">
0258        <property name="text">
0259         <string>Accessibility:</string>
0260        </property>
0261        <property name="buddy">
0262         <cstring>chkAccessibility</cstring>
0263        </property>
0264       </widget>
0265      </item>
0266     </layout>
0267    </item>
0268    <item>
0269     <spacer>
0270      <property name="orientation">
0271       <enum>Qt::Vertical</enum>
0272      </property>
0273      <property name="sizeHint" stdset="0">
0274       <size>
0275        <width>8</width>
0276        <height>1</height>
0277       </size>
0278      </property>
0279     </spacer>
0280    </item>
0281   </layout>
0282  </widget>
0283  <customwidgets>
0284   <customwidget>
0285    <class>KPluralHandlingSpinBox</class>
0286    <extends>QSpinBox</extends>
0287    <header>kpluralhandlingspinbox.h</header>
0288   </customwidget>
0289  </customwidgets>
0290  <resources/>
0291  <connections/>
0292 </ui>