Warning, /sdk/kommit/src/gui/pages/branchesstatuswidget.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>BranchesStatusWidget</class>
0004  <widget class="QWidget" name="BranchesStatusWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>664</width>
0010     <height>445</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Branches</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="git-branch"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <layout class="QHBoxLayout" name="horizontalLayout">
0022      <item>
0023       <widget class="QLabel" name="label">
0024        <property name="text">
0025         <string>Reference branch:</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QComboBox" name="comboBoxReferenceBranch"/>
0031      </item>
0032      <item>
0033       <spacer name="horizontalSpacer">
0034        <property name="orientation">
0035         <enum>Qt::Horizontal</enum>
0036        </property>
0037        <property name="sizeHint" stdset="0">
0038         <size>
0039          <width>40</width>
0040          <height>20</height>
0041         </size>
0042        </property>
0043       </spacer>
0044      </item>
0045     </layout>
0046    </item>
0047    <item>
0048     <widget class="QTreeView" name="treeView">
0049      <property name="contextMenuPolicy">
0050       <enum>Qt::CustomContextMenu</enum>
0051      </property>
0052      <property name="rootIsDecorated">
0053       <bool>false</bool>
0054      </property>
0055     </widget>
0056    </item>
0057    <item>
0058     <layout class="QHBoxLayout" name="horizontalLayout_2">
0059      <item>
0060       <spacer name="horizontalSpacer_2">
0061        <property name="orientation">
0062         <enum>Qt::Horizontal</enum>
0063        </property>
0064        <property name="sizeHint" stdset="0">
0065         <size>
0066          <width>40</width>
0067          <height>20</height>
0068         </size>
0069        </property>
0070       </spacer>
0071      </item>
0072      <item>
0073       <widget class="PushButton" name="pushButtonNew">
0074        <property name="enabled">
0075         <bool>true</bool>
0076        </property>
0077        <property name="text">
0078         <string>New</string>
0079        </property>
0080        <property name="icon">
0081         <iconset theme="document-new"/>
0082        </property>
0083       </widget>
0084      </item>
0085      <item>
0086       <widget class="PushButton" name="pushButtonCheckout">
0087        <property name="enabled">
0088         <bool>false</bool>
0089        </property>
0090        <property name="text">
0091         <string>Checkout</string>
0092        </property>
0093       </widget>
0094      </item>
0095      <item>
0096       <widget class="PushButton" name="pushButtonRemoveSelected">
0097        <property name="enabled">
0098         <bool>false</bool>
0099        </property>
0100        <property name="text">
0101         <string>Remove</string>
0102        </property>
0103       </widget>
0104      </item>
0105      <item>
0106       <widget class="PushButton" name="pushButtonBrowse">
0107        <property name="enabled">
0108         <bool>false</bool>
0109        </property>
0110        <property name="text">
0111         <string>Browse</string>
0112        </property>
0113       </widget>
0114      </item>
0115      <item>
0116       <widget class="PushButton" name="pushButtonDiff">
0117        <property name="enabled">
0118         <bool>false</bool>
0119        </property>
0120        <property name="text">
0121         <string>Diff</string>
0122        </property>
0123       </widget>
0124      </item>
0125     </layout>
0126    </item>
0127   </layout>
0128  </widget>
0129  <customwidgets>
0130   <customwidget>
0131    <class>PushButton</class>
0132    <extends>QPushButton</extends>
0133    <header>core/pushbutton.h</header>
0134   </customwidget>
0135  </customwidgets>
0136  <tabstops>
0137   <tabstop>comboBoxReferenceBranch</tabstop>
0138   <tabstop>pushButtonNew</tabstop>
0139   <tabstop>pushButtonCheckout</tabstop>
0140   <tabstop>pushButtonRemoveSelected</tabstop>
0141   <tabstop>pushButtonBrowse</tabstop>
0142   <tabstop>pushButtonDiff</tabstop>
0143  </tabstops>
0144  <resources/>
0145  <connections/>
0146 </ui>