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