Warning, /kdevelop/kdev-verapp/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>verapp::ProjectConfigPage</class>
0004  <widget class="QWidget" name="verapp::ProjectConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>917</width>
0010     <height>848</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="AdditionalChecksGroupBox">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="title">
0023       <string>Built-in Rules</string>
0024      </property>
0025      <layout class="QVBoxLayout" name="verticalLayout_4">
0026       <item>
0027        <widget class="QTabWidget" name="tabWidget">
0028         <property name="sizePolicy">
0029          <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
0030           <horstretch>0</horstretch>
0031           <verstretch>0</verstretch>
0032          </sizepolicy>
0033         </property>
0034         <property name="tabPosition">
0035          <enum>QTabWidget::North</enum>
0036         </property>
0037         <property name="currentIndex">
0038          <number>0</number>
0039         </property>
0040         <widget class="QWidget" name="tabF">
0041          <attribute name="title">
0042           <string>F</string>
0043          </attribute>
0044         </widget>
0045         <widget class="QWidget" name="tabL">
0046          <attribute name="title">
0047           <string>L</string>
0048          </attribute>
0049         </widget>
0050         <widget class="QWidget" name="tabT1">
0051          <attribute name="title">
0052           <string>T 1-7</string>
0053          </attribute>
0054         </widget>
0055         <widget class="QWidget" name="tabT2">
0056          <attribute name="title">
0057           <string>T 8-14</string>
0058          </attribute>
0059         </widget>
0060         <widget class="QWidget" name="tabT3">
0061          <attribute name="title">
0062           <string>T 15-19</string>
0063          </attribute>
0064         </widget>
0065        </widget>
0066       </item>
0067      </layout>
0068     </widget>
0069    </item>
0070    <item>
0071     <layout class="QFormLayout" name="formLayout">
0072      <item row="0" column="0">
0073       <widget class="QLabel" name="label_3">
0074        <property name="text">
0075         <string>&amp;Extra parameters:</string>
0076        </property>
0077        <property name="buddy">
0078         <cstring>kcfg_extraParameters</cstring>
0079        </property>
0080       </widget>
0081      </item>
0082      <item row="0" column="1">
0083       <widget class="QLineEdit" name="kcfg_extraParameters">
0084        <property name="toolTip">
0085         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Defines additional parameters for vera++ (see documentation).&lt;/p&gt;&lt;p&gt;You can use the following placeholders:&lt;/p&gt;&lt;p&gt;%p - Gets replaced by the URL of the project's root directory.&lt;/p&gt;&lt;p&gt;%b - Gets replaced by the URL of the project's build directory.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0086        </property>
0087       </widget>
0088      </item>
0089     </layout>
0090    </item>
0091    <item>
0092     <widget class="QGroupBox" name="groupBox_2">
0093      <property name="title">
0094       <string>Command line</string>
0095      </property>
0096      <layout class="QVBoxLayout" name="verticalLayout_2">
0097       <item>
0098        <layout class="QHBoxLayout" name="horizontalLayout">
0099         <item>
0100          <widget class="QLabel" name="commandLineFilterLabel">
0101           <property name="text">
0102            <string>&amp;Filter:</string>
0103           </property>
0104           <property name="buddy">
0105            <cstring>commandLineFilter</cstring>
0106           </property>
0107          </widget>
0108         </item>
0109         <item>
0110          <widget class="QLineEdit" name="commandLineFilter">
0111           <property name="enabled">
0112            <bool>false</bool>
0113           </property>
0114          </widget>
0115         </item>
0116         <item>
0117          <widget class="QCheckBox" name="commandLineBreaks">
0118           <property name="text">
0119            <string>Break lines</string>
0120           </property>
0121           <property name="checked">
0122            <bool>false</bool>
0123           </property>
0124          </widget>
0125         </item>
0126        </layout>
0127       </item>
0128       <item>
0129        <widget class="QTextEdit" name="commandLine">
0130         <property name="enabled">
0131          <bool>true</bool>
0132         </property>
0133         <property name="readOnly">
0134          <bool>true</bool>
0135         </property>
0136         <property name="acceptRichText">
0137          <bool>false</bool>
0138         </property>
0139        </widget>
0140       </item>
0141      </layout>
0142     </widget>
0143    </item>
0144   </layout>
0145  </widget>
0146  <tabstops>
0147   <tabstop>tabWidget</tabstop>
0148   <tabstop>kcfg_extraParameters</tabstop>
0149   <tabstop>commandLineFilter</tabstop>
0150   <tabstop>commandLineBreaks</tabstop>
0151   <tabstop>commandLine</tabstop>
0152  </tabstops>
0153  <resources/>
0154  <connections>
0155   <connection>
0156    <sender>commandLineBreaks</sender>
0157    <signal>toggled(bool)</signal>
0158    <receiver>commandLineFilter</receiver>
0159    <slot>setEnabled(bool)</slot>
0160    <hints>
0161     <hint type="sourcelabel">
0162      <x>901</x>
0163      <y>513</y>
0164     </hint>
0165     <hint type="destinationlabel">
0166      <x>772</x>
0167      <y>518</y>
0168     </hint>
0169    </hints>
0170   </connection>
0171   <connection>
0172    <sender>commandLineBreaks</sender>
0173    <signal>toggled(bool)</signal>
0174    <receiver>commandLineFilterLabel</receiver>
0175    <slot>setEnabled(bool)</slot>
0176    <hints>
0177     <hint type="sourcelabel">
0178      <x>901</x>
0179      <y>513</y>
0180     </hint>
0181     <hint type="destinationlabel">
0182      <x>54</x>
0183      <y>518</y>
0184     </hint>
0185    </hints>
0186   </connection>
0187  </connections>
0188 </ui>