Warning, /kdevelop/kdevelop/plugins/projectmanagerview/projectbuildsetwidget.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>ProjectBuildSetWidget</class>
0004  <widget class="QWidget" name="ProjectBuildSetWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>298</width>
0010     <height>244</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <property name="horizontalSpacing">
0015     <number>0</number>
0016    </property>
0017    <item row="1" column="1">
0018     <layout class="QVBoxLayout" name="verticalLayout">
0019      <item>
0020       <spacer name="verticalSpacer">
0021        <property name="orientation">
0022         <enum>Qt::Vertical</enum>
0023        </property>
0024        <property name="sizeHint" stdset="0">
0025         <size>
0026          <width>20</width>
0027          <height>40</height>
0028         </size>
0029        </property>
0030       </spacer>
0031      </item>
0032      <item>
0033       <widget class="QToolButton" name="topButton">
0034        <property name="toolTip">
0035         <string comment="@info:tooltip">Move the selected items to the top</string>
0036        </property>
0037        <property name="text">
0038         <string/>
0039        </property>
0040        <property name="icon">
0041         <iconset theme="go-top"/>
0042        </property>
0043        <property name="autoRaise">
0044         <bool>true</bool>
0045        </property>
0046       </widget>
0047      </item>
0048      <item>
0049       <spacer name="verticalSpacer_3">
0050        <property name="orientation">
0051         <enum>Qt::Vertical</enum>
0052        </property>
0053        <property name="sizeType">
0054         <enum>QSizePolicy::Fixed</enum>
0055        </property>
0056        <property name="sizeHint" stdset="0">
0057         <size>
0058          <width>20</width>
0059          <height>5</height>
0060         </size>
0061        </property>
0062       </spacer>
0063      </item>
0064      <item>
0065       <widget class="QToolButton" name="upButton">
0066        <property name="toolTip">
0067         <string comment="@info:tooltip">Move the selected items up</string>
0068        </property>
0069        <property name="text">
0070         <string/>
0071        </property>
0072        <property name="icon">
0073         <iconset theme="go-up"/>
0074        </property>
0075        <property name="autoRaise">
0076         <bool>true</bool>
0077        </property>
0078       </widget>
0079      </item>
0080      <item>
0081       <widget class="QToolButton" name="downButton">
0082        <property name="toolTip">
0083         <string comment="@info:tooltip">Move the selected item down</string>
0084        </property>
0085        <property name="text">
0086         <string/>
0087        </property>
0088        <property name="icon">
0089         <iconset theme="go-down"/>
0090        </property>
0091        <property name="autoRaise">
0092         <bool>true</bool>
0093        </property>
0094       </widget>
0095      </item>
0096      <item>
0097       <spacer name="verticalSpacer_4">
0098        <property name="orientation">
0099         <enum>Qt::Vertical</enum>
0100        </property>
0101        <property name="sizeType">
0102         <enum>QSizePolicy::Fixed</enum>
0103        </property>
0104        <property name="sizeHint" stdset="0">
0105         <size>
0106          <width>20</width>
0107          <height>5</height>
0108         </size>
0109        </property>
0110       </spacer>
0111      </item>
0112      <item>
0113       <widget class="QToolButton" name="bottomButton">
0114        <property name="toolTip">
0115         <string comment="@info:tooltip">Move the selected items to the bottom</string>
0116        </property>
0117        <property name="text">
0118         <string/>
0119        </property>
0120        <property name="icon">
0121         <iconset theme="go-bottom"/>
0122        </property>
0123        <property name="autoRaise">
0124         <bool>true</bool>
0125        </property>
0126       </widget>
0127      </item>
0128      <item>
0129       <spacer name="verticalSpacer_2">
0130        <property name="orientation">
0131         <enum>Qt::Vertical</enum>
0132        </property>
0133        <property name="sizeHint" stdset="0">
0134         <size>
0135          <width>20</width>
0136          <height>40</height>
0137         </size>
0138        </property>
0139       </spacer>
0140      </item>
0141     </layout>
0142    </item>
0143    <item row="1" column="0">
0144     <widget class="QTreeView" name="itemView">
0145      <property name="alternatingRowColors">
0146       <bool>true</bool>
0147      </property>
0148      <property name="selectionMode">
0149       <enum>QAbstractItemView::ExtendedSelection</enum>
0150      </property>
0151      <property name="rootIsDecorated">
0152       <bool>false</bool>
0153      </property>
0154      <property name="uniformRowHeights">
0155       <bool>true</bool>
0156      </property>
0157     </widget>
0158    </item>
0159    <item row="0" column="0" colspan="2">
0160     <layout class="QHBoxLayout">
0161      <item>
0162       <spacer name="horizontalSpacer_2">
0163        <property name="orientation">
0164         <enum>Qt::Horizontal</enum>
0165        </property>
0166        <property name="sizeHint" stdset="0">
0167         <size>
0168          <width>40</width>
0169          <height>20</height>
0170         </size>
0171        </property>
0172       </spacer>
0173      </item>
0174      <item>
0175       <widget class="QLabel" name="label">
0176        <property name="toolTip">
0177         <string comment="@info:tooltip">These items will be built in the order they are listed.</string>
0178        </property>
0179        <property name="text">
0180         <string comment="@title">Build Sequence</string>
0181        </property>
0182       </widget>
0183      </item>
0184      <item>
0185       <spacer name="horizontalSpacer">
0186        <property name="orientation">
0187         <enum>Qt::Horizontal</enum>
0188        </property>
0189        <property name="sizeHint" stdset="0">
0190         <size>
0191          <width>40</width>
0192          <height>20</height>
0193         </size>
0194        </property>
0195       </spacer>
0196      </item>
0197      <item>
0198       <widget class="QToolButton" name="addItemButton">
0199        <property name="toolTip">
0200         <string comment="@info:tooltip">Add currently selected items from project tree view to the build set.</string>
0201        </property>
0202        <property name="text">
0203         <string/>
0204        </property>
0205        <property name="icon">
0206         <iconset theme="list-add"/>
0207        </property>
0208        <property name="autoRaise">
0209         <bool>true</bool>
0210        </property>
0211       </widget>
0212      </item>
0213      <item>
0214       <widget class="QToolButton" name="removeItemButton">
0215        <property name="toolTip">
0216         <string comment="@info:tooltip">Remove currently selected item from the build set.</string>
0217        </property>
0218        <property name="text">
0219         <string/>
0220        </property>
0221        <property name="icon">
0222         <iconset theme="list-remove"/>
0223        </property>
0224        <property name="autoRaise">
0225         <bool>true</bool>
0226        </property>
0227       </widget>
0228      </item>
0229     </layout>
0230    </item>
0231   </layout>
0232  </widget>
0233  <resources/>
0234  <connections/>
0235 </ui>