Warning, /kdevelop/kdevelop/plugins/sourceformatter/config/projectconfigpage.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>SourceFormatter::ProjectConfigPage</class>
0004  <widget class="QWidget" name="SourceFormatter::ProjectConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>407</width>
0010     <height>315</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" stretch="0,0,1">
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="QCheckBox" name="kcfg_useDefault">
0028      <property name="text">
0029       <string comment="@option:check">&amp;Use default</string>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <widget class="QGroupBox" name="generalGroupBox">
0035      <property name="title">
0036       <string comment="@title:group">General</string>
0037      </property>
0038      <layout class="QVBoxLayout">
0039       <item>
0040        <widget class="QCheckBox" name="kcfg_overrideKateIndentation">
0041         <property name="toolTip">
0042          <string comment="@info:tooltip">Override the editor indentation mode according to the formatting style for documents without a Kate modeline.</string>
0043         </property>
0044         <property name="text">
0045          <string comment="@option:check">Override editor indentation mode</string>
0046         </property>
0047        </widget>
0048       </item>
0049       <item>
0050        <widget class="QCheckBox" name="kcfg_modelinesEnabled">
0051         <property name="toolTip">
0052          <string comment="@info:tooltip">Add a Kate modeline according to the formatting style to formatted documents.</string>
0053         </property>
0054         <property name="text">
0055          <string comment="@option:check">Add Kate modeline</string>
0056         </property>
0057        </widget>
0058       </item>
0059      </layout>
0060     </widget>
0061    </item>
0062    <item>
0063     <widget class="QGroupBox" name="formattinStylesGroupBox">
0064      <property name="title">
0065       <string comment="@title:group">Formatting Styles</string>
0066      </property>
0067      <layout class="QVBoxLayout" name="verticalLayout">
0068       <item>
0069        <widget class="KDevelop::SourceFormatterSelectionEdit" name="formatterSelectionEdit" native="true"/>
0070       </item>
0071      </layout>
0072     </widget>
0073    </item>
0074   </layout>
0075  </widget>
0076  <customwidgets>
0077   <customwidget>
0078    <class>KDevelop::SourceFormatterSelectionEdit</class>
0079    <extends>QWidget</extends>
0080    <header>sourceformatterselectionedit.h</header>
0081    <container>1</container>
0082   </customwidget>
0083  </customwidgets>
0084  <resources/>
0085  <connections/>
0086 </ui>