Warning, /kdevelop/kdev-mercurial/ui/mercurialheadswidget.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>MercurialHeadsWidget</class>
0004  <widget class="QDialog" name="MercurialHeadsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>589</width>
0010     <height>392</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string/>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QTableView" name="headsTableView">
0019      <property name="editTriggers">
0020       <set>QAbstractItemView::NoEditTriggers</set>
0021      </property>
0022      <property name="showDropIndicator" stdset="0">
0023       <bool>false</bool>
0024      </property>
0025      <property name="dragDropOverwriteMode">
0026       <bool>false</bool>
0027      </property>
0028      <property name="selectionMode">
0029       <enum>QAbstractItemView::SingleSelection</enum>
0030      </property>
0031      <property name="selectionBehavior">
0032       <enum>QAbstractItemView::SelectRows</enum>
0033      </property>
0034      <attribute name="horizontalHeaderStretchLastSection">
0035       <bool>true</bool>
0036      </attribute>
0037     </widget>
0038    </item>
0039    <item>
0040     <layout class="QHBoxLayout" name="horizontalLayout">
0041      <item>
0042       <widget class="QPushButton" name="checkoutPushButton">
0043        <property name="text">
0044         <string>Checkout</string>
0045        </property>
0046       </widget>
0047      </item>
0048      <item>
0049       <widget class="QPushButton" name="mergePushButton">
0050        <property name="text">
0051         <string>Merge into Current</string>
0052        </property>
0053       </widget>
0054      </item>
0055      <item>
0056       <spacer name="horizontalSpacer">
0057        <property name="orientation">
0058         <enum>Qt::Horizontal</enum>
0059        </property>
0060        <property name="sizeHint" stdset="0">
0061         <size>
0062          <width>40</width>
0063          <height>20</height>
0064         </size>
0065        </property>
0066       </spacer>
0067      </item>
0068      <item>
0069       <widget class="QPushButton" name="closePushButton">
0070        <property name="text">
0071         <string>Close</string>
0072        </property>
0073       </widget>
0074      </item>
0075     </layout>
0076    </item>
0077   </layout>
0078  </widget>
0079  <resources/>
0080  <connections>
0081   <connection>
0082    <sender>closePushButton</sender>
0083    <signal>clicked()</signal>
0084    <receiver>MercurialHeadsWidget</receiver>
0085    <slot>close()</slot>
0086    <hints>
0087     <hint type="sourcelabel">
0088      <x>542</x>
0089      <y>372</y>
0090     </hint>
0091     <hint type="destinationlabel">
0092      <x>542</x>
0093      <y>397</y>
0094     </hint>
0095    </hints>
0096   </connection>
0097  </connections>
0098 </ui>