Add internationalization support to ugit
[ugit.git] / ui / PushDialog.ui
blob984ce6c0a9c4a1a4935b9ab56770bc11c6874bfa
1 <ui version="4.0" >
2  <class>PushDialog</class>
3  <widget class="QDialog" name="PushDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>550</width>
9     <height>512</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Push</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QHBoxLayout" >
18      <item>
19       <widget class="QLabel" name="label" >
20        <property name="text" >
21         <string>Remote:</string>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <widget class="QLineEdit" name="remoteText" />
27      </item>
28     </layout>
29    </item>
30    <item>
31     <widget class="QListWidget" name="remoteList" />
32    </item>
33    <item>
34     <layout class="QHBoxLayout" >
35      <item>
36       <widget class="QLabel" name="label_2" >
37        <property name="text" >
38         <string>Local Branch
39 (leave blank to delete remote branch)</string>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QLineEdit" name="localBranchText" >
45        <property name="text" >
46         <string/>
47        </property>
48       </widget>
49      </item>
50     </layout>
51    </item>
52    <item>
53     <widget class="QListWidget" name="localBranchList" />
54    </item>
55    <item>
56     <layout class="QHBoxLayout" >
57      <item>
58       <widget class="QLabel" name="label_3" >
59        <property name="text" >
60         <string>Destination Branch</string>
61        </property>
62       </widget>
63      </item>
64      <item>
65       <widget class="QLineEdit" name="remoteBranchText" />
66      </item>
67     </layout>
68    </item>
69    <item>
70     <widget class="QListWidget" name="remoteBranchList" />
71    </item>
72    <item>
73     <layout class="QHBoxLayout" >
74      <item>
75       <widget class="QCheckBox" name="allowFFOnlyCheckBox" >
76        <property name="text" >
77         <string>Fast Forward Only</string>
78        </property>
79       </widget>
80      </item>
81      <item>
82       <widget class="QCheckBox" name="tagsCheckBox" >
83        <property name="text" >
84         <string>Include tags</string>
85        </property>
86       </widget>
87      </item>
88      <item>
89       <spacer>
90        <property name="orientation" >
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="sizeHint" >
94         <size>
95          <width>40</width>
96          <height>20</height>
97         </size>
98        </property>
99       </spacer>
100      </item>
101      <item>
102       <widget class="QPushButton" name="pushButton" >
103        <property name="text" >
104         <string>Push</string>
105        </property>
106       </widget>
107      </item>
108      <item>
109       <widget class="QPushButton" name="cancelButton" >
110        <property name="text" >
111         <string>Cancel</string>
112        </property>
113       </widget>
114      </item>
115     </layout>
116    </item>
117   </layout>
118  </widget>
119  <resources/>
120  <connections/>
121 </ui>