Warning, /kdevelop/kdevelop/plugins/custom-definesandincludes/kcm_widget/parserwidget.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>ParserWidget</class>
0004  <widget class="QWidget" name="ParserWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>579</width>
0010     <height>407</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item row="1" column="0">
0018     <widget class="QCheckBox" name="parseHeadersInPlainC">
0019      <property name="toolTip">
0020       <string comment="@info:tooltip">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check this if you want &lt;code&gt;*.h&lt;/code&gt; headers to be parsed in plain C mode. By default they are parsed as C++ headers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0021      </property>
0022      <property name="text">
0023       <string comment="@option:check">Parse *.h headers in plain C</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="0">
0028     <widget class="QGroupBox" name="groupBox">
0029      <property name="title">
0030       <string notr="true"/>
0031      </property>
0032      <layout class="QFormLayout" name="formLayout">
0033       <item row="0" column="0">
0034        <widget class="QLabel" name="label_2">
0035         <property name="text">
0036          <string comment="@label:listbox">C++ profi&amp;le:</string>
0037         </property>
0038         <property name="buddy">
0039          <cstring>languageStandardsCpp</cstring>
0040         </property>
0041        </widget>
0042       </item>
0043       <item row="0" column="1">
0044        <widget class="QComboBox" name="languageStandardsCpp">
0045         <property name="sizePolicy">
0046          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0047           <horstretch>0</horstretch>
0048           <verstretch>0</verstretch>
0049          </sizepolicy>
0050         </property>
0051         <property name="toolTip">
0052          <string comment="@info:tooltip">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Choose language profile. &lt;/p&gt;&lt;p&gt;Use &amp;quot;Custom&amp;quot; profile to modify parser command-line arguments&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0053         </property>
0054         <item>
0055          <property name="text">
0056           <string comment="@item:inlistbox language standard">Custom</string>
0057          </property>
0058         </item>
0059         <item>
0060          <property name="text">
0061           <string notr="true">c++98</string>
0062          </property>
0063         </item>
0064         <item>
0065          <property name="text">
0066           <string notr="true">c++03</string>
0067          </property>
0068         </item>
0069         <item>
0070          <property name="text">
0071           <string notr="true">c++11</string>
0072          </property>
0073         </item>
0074         <item>
0075          <property name="text">
0076           <string notr="true">c++14</string>
0077          </property>
0078         </item>
0079         <item>
0080          <property name="text">
0081           <string notr="true">c++17</string>
0082          </property>
0083         </item>
0084         <item>
0085          <property name="text">
0086           <string notr="true">c++2a</string>
0087          </property>
0088         </item>
0089        </widget>
0090       </item>
0091       <item row="1" column="0">
0092        <widget class="QLabel" name="argumentsLabel">
0093         <property name="text">
0094          <string comment="@label:textbox">C++ co&amp;mmand-line arguments:</string>
0095         </property>
0096         <property name="buddy">
0097          <cstring>parserOptionsCpp</cstring>
0098         </property>
0099        </widget>
0100       </item>
0101       <item row="1" column="1">
0102        <widget class="QLineEdit" name="parserOptionsCpp"/>
0103       </item>
0104       <item row="2" column="0">
0105        <spacer name="verticalSpacer_2">
0106         <property name="orientation">
0107          <enum>Qt::Vertical</enum>
0108         </property>
0109         <property name="sizeHint" stdset="0">
0110          <size>
0111           <width>20</width>
0112           <height>40</height>
0113          </size>
0114         </property>
0115        </spacer>
0116       </item>
0117       <item row="3" column="0">
0118        <widget class="QLabel" name="label_3">
0119         <property name="text">
0120          <string comment="@label:listbox">C profi&amp;le:</string>
0121         </property>
0122         <property name="buddy">
0123          <cstring>languageStandardsC</cstring>
0124         </property>
0125        </widget>
0126       </item>
0127       <item row="3" column="1">
0128        <widget class="QComboBox" name="languageStandardsC">
0129         <property name="sizePolicy">
0130          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0131           <horstretch>0</horstretch>
0132           <verstretch>0</verstretch>
0133          </sizepolicy>
0134         </property>
0135         <property name="toolTip">
0136          <string comment="@info:tooltip">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Choose language profile. &lt;/p&gt;&lt;p&gt;Use &amp;quot;Custom&amp;quot; profile to modify parser command-line arguments&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0137         </property>
0138         <item>
0139          <property name="text">
0140           <string comment="@item:inlistbox language standard">Custom</string>
0141          </property>
0142         </item>
0143         <item>
0144          <property name="text">
0145           <string notr="true">c89</string>
0146          </property>
0147         </item>
0148         <item>
0149          <property name="text">
0150           <string notr="true">gnu89</string>
0151          </property>
0152         </item>
0153         <item>
0154          <property name="text">
0155           <string notr="true">c99</string>
0156          </property>
0157         </item>
0158         <item>
0159          <property name="text">
0160           <string notr="true">gnu99</string>
0161          </property>
0162         </item>
0163         <item>
0164          <property name="text">
0165           <string notr="true">c11</string>
0166          </property>
0167         </item>
0168         <item>
0169          <property name="text">
0170           <string notr="true">gnu11</string>
0171          </property>
0172         </item>
0173        </widget>
0174       </item>
0175       <item row="4" column="0">
0176        <widget class="QLabel" name="argumentsLabel_2">
0177         <property name="text">
0178          <string comment="@label:textbox">C co&amp;mmand-line arguments:</string>
0179         </property>
0180         <property name="buddy">
0181          <cstring>parserOptionsC</cstring>
0182         </property>
0183        </widget>
0184       </item>
0185       <item row="4" column="1">
0186        <widget class="QLineEdit" name="parserOptionsC"/>
0187       </item>
0188       <item row="5" column="0">
0189        <spacer name="verticalSpacer_3">
0190         <property name="orientation">
0191          <enum>Qt::Vertical</enum>
0192         </property>
0193         <property name="sizeHint" stdset="0">
0194          <size>
0195           <width>20</width>
0196           <height>40</height>
0197          </size>
0198         </property>
0199        </spacer>
0200       </item>
0201       <item row="6" column="0">
0202        <widget class="QLabel" name="label_4">
0203         <property name="text">
0204          <string comment="@label:listbox">OpenCL C &amp;profile:</string>
0205         </property>
0206         <property name="buddy">
0207          <cstring>languageStandardsOpenCl</cstring>
0208         </property>
0209        </widget>
0210       </item>
0211       <item row="6" column="1">
0212        <widget class="QComboBox" name="languageStandardsOpenCl">
0213         <property name="sizePolicy">
0214          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0215           <horstretch>0</horstretch>
0216           <verstretch>0</verstretch>
0217          </sizepolicy>
0218         </property>
0219         <property name="toolTip">
0220          <string comment="@info:tooltip">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Choose language profile. &lt;/p&gt;&lt;p&gt;Use &amp;quot;Custom&amp;quot; profile to modify parser command-line arguments&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0221         </property>
0222         <item>
0223          <property name="text">
0224           <string comment="@item:inlistbox language standard">Custom</string>
0225          </property>
0226         </item>
0227         <item>
0228          <property name="text">
0229           <string notr="true">CL1.1</string>
0230          </property>
0231         </item>
0232         <item>
0233          <property name="text">
0234           <string notr="true">CL1.2</string>
0235          </property>
0236         </item>
0237         <item>
0238          <property name="text">
0239           <string notr="true">CL2.0</string>
0240          </property>
0241         </item>
0242        </widget>
0243       </item>
0244       <item row="7" column="0">
0245        <widget class="QLabel" name="argumentsLabel_3">
0246         <property name="text">
0247          <string comment="@label:textbox">OpenCL C comma&amp;nd-line arguments:</string>
0248         </property>
0249         <property name="buddy">
0250          <cstring>parserOptionsOpenCl</cstring>
0251         </property>
0252        </widget>
0253       </item>
0254       <item row="7" column="1">
0255        <widget class="QLineEdit" name="parserOptionsOpenCl"/>
0256       </item>
0257       <item row="8" column="0">
0258        <spacer name="verticalSpacer_4">
0259         <property name="orientation">
0260          <enum>Qt::Vertical</enum>
0261         </property>
0262         <property name="sizeHint" stdset="0">
0263          <size>
0264           <width>20</width>
0265           <height>40</height>
0266          </size>
0267         </property>
0268        </spacer>
0269       </item>
0270       <item row="9" column="0">
0271        <widget class="QLabel" name="label_5">
0272         <property name="text">
0273          <string comment="@label:listbox">CUDA C P&amp;rofile:</string>
0274         </property>
0275         <property name="buddy">
0276          <cstring>languageStandardsCuda</cstring>
0277         </property>
0278        </widget>
0279       </item>
0280       <item row="9" column="1">
0281        <widget class="QComboBox" name="languageStandardsCuda">
0282         <property name="sizePolicy">
0283          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0284           <horstretch>0</horstretch>
0285           <verstretch>0</verstretch>
0286          </sizepolicy>
0287         </property>
0288         <property name="toolTip">
0289          <string comment="@info:tooltip">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Choose language profile. &lt;/p&gt;&lt;p&gt;Use &amp;quot;Custom&amp;quot; profile to modify parser command-line arguments&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0290         </property>
0291         <item>
0292          <property name="text">
0293           <string comment="@item:inlistbox language standard">Custom</string>
0294          </property>
0295         </item>
0296         <item>
0297          <property name="text">
0298           <string notr="true">c++03</string>
0299          </property>
0300         </item>
0301         <item>
0302          <property name="text">
0303           <string notr="true">c++11</string>
0304          </property>
0305         </item>
0306         <item>
0307          <property name="text">
0308           <string notr="true">c++14</string>
0309          </property>
0310         </item>
0311         <item>
0312          <property name="text">
0313           <string notr="true">c99</string>
0314          </property>
0315         </item>
0316        </widget>
0317       </item>
0318       <item row="10" column="0">
0319        <widget class="QLabel" name="argumentsLabel_4">
0320         <property name="text">
0321          <string comment="@label:textbox">CUDA C comman&amp;d-line arguments:</string>
0322         </property>
0323         <property name="buddy">
0324          <cstring>parserOptionsCuda</cstring>
0325         </property>
0326        </widget>
0327       </item>
0328       <item row="10" column="1">
0329        <widget class="QLineEdit" name="parserOptionsCuda"/>
0330       </item>
0331      </layout>
0332     </widget>
0333    </item>
0334    <item row="2" column="0">
0335     <spacer name="verticalSpacer">
0336      <property name="orientation">
0337       <enum>Qt::Vertical</enum>
0338      </property>
0339      <property name="sizeHint" stdset="0">
0340       <size>
0341        <width>20</width>
0342        <height>406</height>
0343       </size>
0344      </property>
0345     </spacer>
0346    </item>
0347   </layout>
0348  </widget>
0349  <resources/>
0350  <connections/>
0351 </ui>