Warning, /kdevelop/kdevelop/plugins/cppcheck/config/globalconfigpage.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>cppcheck::GlobalConfigPage</class>
0004  <widget class="QWidget" name="cppcheck::GlobalConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>757</width>
0010     <height>397</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <widget class="QGroupBox" name="pathsGroupBox">
0019      <property name="title">
0020       <string comment="@title:group">Paths</string>
0021      </property>
0022      <layout class="QHBoxLayout" name="horizontalLayout">
0023       <item>
0024        <widget class="QLabel" name="cppcheckLabel">
0025         <property name="text">
0026          <string comment="@label:chooser">Cppchec&amp;k executable:</string>
0027         </property>
0028         <property name="alignment">
0029          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0030         </property>
0031         <property name="buddy">
0032          <cstring>kcfg_executablePath</cstring>
0033         </property>
0034        </widget>
0035       </item>
0036       <item>
0037        <widget class="KUrlRequester" name="kcfg_executablePath"/>
0038       </item>
0039      </layout>
0040     </widget>
0041    </item>
0042    <item>
0043     <widget class="QGroupBox" name="outputGroupBox">
0044      <property name="title">
0045       <string comment="@title:group">Output</string>
0046      </property>
0047      <layout class="QVBoxLayout" name="verticalLayout">
0048       <item>
0049        <widget class="QCheckBox" name="kcfg_hideOutputView">
0050         <property name="text">
0051          <string comment="@option:check">Hide output view during check</string>
0052         </property>
0053        </widget>
0054       </item>
0055       <item>
0056        <widget class="QCheckBox" name="kcfg_showXmlOutput">
0057         <property name="text">
0058          <string comment="@option:check">Show Cppcheck XML output in the output view</string>
0059         </property>
0060        </widget>
0061       </item>
0062      </layout>
0063     </widget>
0064    </item>
0065    <item>
0066     <spacer name="verticalSpacer">
0067      <property name="orientation">
0068       <enum>Qt::Vertical</enum>
0069      </property>
0070      <property name="sizeHint" stdset="0">
0071       <size>
0072        <width>20</width>
0073        <height>149</height>
0074       </size>
0075      </property>
0076     </spacer>
0077    </item>
0078   </layout>
0079  </widget>
0080  <customwidgets>
0081   <customwidget>
0082    <class>KUrlRequester</class>
0083    <extends>QWidget</extends>
0084    <header>KUrlRequester</header>
0085    <container>1</container>
0086   </customwidget>
0087  </customwidgets>
0088  <resources/>
0089  <connections/>
0090 </ui>