Warning, /kdevelop/kdevelop/kdevplatform/shell/settings/sourceformattersettings.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>SourceFormatterSettingsUI</class>
0004  <widget class="QWidget" name="SourceFormatterSettingsUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>636</width>
0010     <height>632</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_3">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <widget class="QGroupBox" name="groupBox_2">
0019      <property name="title">
0020       <string comment="@title:group">General</string>
0021      </property>
0022      <layout class="QVBoxLayout" name="verticalLayout_2">
0023       <item>
0024        <widget class="QCheckBox" name="chkKateOverrideIndentation">
0025         <property name="toolTip">
0026          <string comment="@info:tolltip">Override the editor indentation mode according to the formatting style for documents without Kate modeline.</string>
0027         </property>
0028         <property name="text">
0029          <string comment="@option:check">Override Kate Indentation Mode</string>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <widget class="QCheckBox" name="chkKateModelines">
0035         <property name="toolTip">
0036          <string comment="@info:tooltip">Add a Kate modeline according to the formatting style to formatted documents.</string>
0037         </property>
0038         <property name="text">
0039          <string comment="@option:check">Add Kate Modeline</string>
0040         </property>
0041        </widget>
0042       </item>
0043      </layout>
0044     </widget>
0045    </item>
0046    <item>
0047     <widget class="QGroupBox" name="groupBox">
0048      <property name="sizePolicy">
0049       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0050        <horstretch>200</horstretch>
0051        <verstretch>129</verstretch>
0052       </sizepolicy>
0053      </property>
0054      <property name="title">
0055       <string comment="@title:group">Formatting Styles</string>
0056      </property>
0057      <layout class="QVBoxLayout" name="verticalLayout">
0058       <item>
0059        <widget class="KDevelop::SourceFormatterSelectionEdit" name="formatterSelectionEdit" native="true"/>
0060       </item>
0061      </layout>
0062     </widget>
0063    </item>
0064   </layout>
0065  </widget>
0066  <customwidgets>
0067   <customwidget>
0068    <class>KDevelop::SourceFormatterSelectionEdit</class>
0069    <extends>QWidget</extends>
0070    <header>sourceformatterselectionedit.h</header>
0071    <container>1</container>
0072   </customwidget>
0073  </customwidgets>
0074  <resources/>
0075  <connections/>
0076 </ui>