Warning, /kdevelop/kdevelop/plugins/custom-buildsystem/custombuildsystemconfigwidget.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>CustomBuildSystemConfigWidget</class>
0004  <widget class="QWidget" name="CustomBuildSystemConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>648</width>
0010     <height>508</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
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     <layout class="QHBoxLayout" name="horizontalLayout">
0028      <item>
0029       <widget class="QLabel" name="label">
0030        <property name="text">
0031         <string comment="@label:listbox">Build configuration:</string>
0032        </property>
0033       </widget>
0034      </item>
0035      <item>
0036       <widget class="QComboBox" name="currentConfig">
0037        <property name="sizePolicy">
0038         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0039          <horstretch>0</horstretch>
0040          <verstretch>0</verstretch>
0041         </sizepolicy>
0042        </property>
0043        <property name="editable">
0044         <bool>true</bool>
0045        </property>
0046        <property name="insertPolicy">
0047         <enum>QComboBox::NoInsert</enum>
0048        </property>
0049       </widget>
0050      </item>
0051      <item>
0052       <widget class="QPushButton" name="addConfig">
0053        <property name="text">
0054         <string comment="@action:button">Add</string>
0055        </property>
0056        <property name="icon">
0057         <iconset theme="list-add"/>
0058        </property>
0059       </widget>
0060      </item>
0061      <item>
0062       <widget class="QPushButton" name="removeConfig">
0063        <property name="text">
0064         <string comment="@action:button">Remove</string>
0065        </property>
0066        <property name="icon">
0067         <iconset theme="edit-delete"/>
0068        </property>
0069       </widget>
0070      </item>
0071     </layout>
0072    </item>
0073    <item>
0074     <widget class="Line" name="line">
0075      <property name="orientation">
0076       <enum>Qt::Horizontal</enum>
0077      </property>
0078     </widget>
0079    </item>
0080    <item>
0081     <widget class="ConfigWidget" name="configWidget" native="true">
0082      <property name="sizePolicy">
0083       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0084        <horstretch>0</horstretch>
0085        <verstretch>0</verstretch>
0086       </sizepolicy>
0087      </property>
0088     </widget>
0089    </item>
0090   </layout>
0091  </widget>
0092  <customwidgets>
0093   <customwidget>
0094    <class>ConfigWidget</class>
0095    <extends>QWidget</extends>
0096    <header>configwidget.h</header>
0097    <container>1</container>
0098   </customwidget>
0099  </customwidgets>
0100  <resources/>
0101  <connections/>
0102 </ui>