1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GitApplyBundleDataDialog</class>
4 <widget class="QDialog" name="GitApplyBundleDataDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>94</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Git Apply Data</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QGridLayout" name="gridLayout">
20   <item row="0" column="0">
21    <widget class="QLabel" name="label">
22     <property name="text">
23      <string>Bundle Head:</string>
24     </property>
25    </widget>
26   </item>
27   <item row="0" column="1">
28    <widget class="QComboBox" name="headCombo">
29     <property name="sizePolicy">
30      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31       <horstretch>0</horstretch>
32       <verstretch>0</verstretch>
33      </sizepolicy>
34     </property>
35     <property name="toolTip">
36      <string>Select a head to apply</string>
37     </property>
38    </widget>
39   </item>
40   <item row="1" column="0">
41    <widget class="QLabel" name="label_2">
42     <property name="text">
43      <string>Local Branch:</string>
44     </property>
45    </widget>
46   </item>
47   <item row="1" column="1">
48    <widget class="QComboBox" name="branchCombo">
49     <property name="sizePolicy">
50      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
51       <horstretch>0</horstretch>
52       <verstretch>0</verstretch>
53      </sizepolicy>
54     </property>
55     <property name="toolTip">
56      <string>Enter a local branch</string>
57     </property>
58     <property name="editable">
59      <bool>true</bool>
60     </property>
61    </widget>
62   </item>
63   <item row="2" column="0" colspan="2">
64    <widget class="QDialogButtonBox" name="buttonBox">
65     <property name="orientation">
66      <enum>Qt::Horizontal</enum>
67     </property>
68     <property name="standardButtons">
69      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
70     </property>
71    </widget>
72   </item>
73  </layout>
74 </widget>
75 <resources/>
76 <connections>
77  <connection>
78   <sender>buttonBox</sender>
79   <signal>accepted()</signal>
80   <receiver>GitApplyBundleDataDialog</receiver>
81   <slot>accept()</slot>
82   <hints>
83    <hint type="sourcelabel">
84     <x>248</x>
85     <y>254</y>
86    </hint>
87    <hint type="destinationlabel">
88     <x>157</x>
89     <y>274</y>
90    </hint>
91   </hints>
92  </connection>
93  <connection>
94   <sender>buttonBox</sender>
95   <signal>rejected()</signal>
96   <receiver>GitApplyBundleDataDialog</receiver>
97   <slot>reject()</slot>
98   <hints>
99    <hint type="sourcelabel">
100     <x>316</x>
101     <y>260</y>
102    </hint>
103    <hint type="destinationlabel">
104     <x>286</x>
105     <y>274</y>
106    </hint>
107   </hints>
108  </connection>
109 </connections>
110</ui>
111