Added interactive diff gui
[ugit.git] / ui / BranchDialog.ui
blob5acace44f188708a05dcd9a1422907ef2698815c
1 <ui version="4.0" >
2  <class>BranchDialog</class>
3  <widget class="QDialog" name="BranchDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>73</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Select Branch...</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QComboBox" name="comboBox" />
18    </item>
19    <item>
20     <widget class="QDialogButtonBox" name="buttonBox" >
21      <property name="orientation" >
22       <enum>Qt::Horizontal</enum>
23      </property>
24      <property name="standardButtons" >
25       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
26      </property>
27     </widget>
28    </item>
29   </layout>
30  </widget>
31  <tabstops>
32   <tabstop>comboBox</tabstop>
33   <tabstop>buttonBox</tabstop>
34  </tabstops>
35  <resources/>
36  <connections>
37   <connection>
38    <sender>buttonBox</sender>
39    <signal>accepted()</signal>
40    <receiver>BranchDialog</receiver>
41    <slot>accept()</slot>
42    <hints>
43     <hint type="sourcelabel" >
44      <x>248</x>
45      <y>254</y>
46     </hint>
47     <hint type="destinationlabel" >
48      <x>157</x>
49      <y>274</y>
50     </hint>
51    </hints>
52   </connection>
53   <connection>
54    <sender>buttonBox</sender>
55    <signal>rejected()</signal>
56    <receiver>BranchDialog</receiver>
57    <slot>reject()</slot>
58    <hints>
59     <hint type="sourcelabel" >
60      <x>316</x>
61      <y>260</y>
62     </hint>
63     <hint type="destinationlabel" >
64      <x>286</x>
65      <y>274</y>
66     </hint>
67    </hints>
68   </connection>
69  </connections>
70 </ui>