i18n updates
[ugit.git] / ui / PushDialog.ui
blob477d1633d4da40f7d8adcbcdd6b6d32294dee821
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        <property name="checked">
80         <bool>true</bool>
81        </property>
82       </widget>
83      </item>
84      <item>
85       <widget class="QCheckBox" name="tagsCheckBox" >
86        <property name="text" >
87         <string>Include tags</string>
88        </property>
89       </widget>
90      </item>
91      <item>
92       <spacer>
93        <property name="orientation" >
94         <enum>Qt::Horizontal</enum>
95        </property>
96        <property name="sizeHint" >
97         <size>
98          <width>40</width>
99          <height>20</height>
100         </size>
101        </property>
102       </spacer>
103      </item>
104      <item>
105       <widget class="QPushButton" name="pushButton" >
106        <property name="text" >
107         <string>Push</string>
108        </property>
109       </widget>
110      </item>
111      <item>
112       <widget class="QPushButton" name="cancelButton" >
113        <property name="text" >
114         <string>Cancel</string>
115        </property>
116       </widget>
117      </item>
118     </layout>
119    </item>
120   </layout>
121  </widget>
122  <resources/>
123  <connections/>
124 </ui>