|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitBranchDialog</class> |
|
4 <widget class="QDialog" name="GitBranchDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>391</width> |
|
10 <height>499</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Branch</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="tagActionGroup"> |
|
22 <property name="title"> |
|
23 <string>Branch Action</string> |
|
24 </property> |
|
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0"> |
|
27 <widget class="QRadioButton" name="createBranchButton"> |
|
28 <property name="toolTip"> |
|
29 <string>Select to create a branch</string> |
|
30 </property> |
|
31 <property name="whatsThis"> |
|
32 <string><b>Create Branch</b> |
|
33 <p>Select this entry in order to create a branch.</p></string> |
|
34 </property> |
|
35 <property name="text"> |
|
36 <string>Create</string> |
|
37 </property> |
|
38 <property name="checked"> |
|
39 <bool>true</bool> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item row="0" column="1"> |
|
44 <widget class="QRadioButton" name="moveBranchButton"> |
|
45 <property name="toolTip"> |
|
46 <string>Select to rename a branch</string> |
|
47 </property> |
|
48 <property name="whatsThis"> |
|
49 <string><b>Rename</b> |
|
50 <p>Select this entry in order to rename the selected branch.</p></string> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string>Rename</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="0" column="2"> |
|
58 <widget class="QRadioButton" name="deleteBranchButton"> |
|
59 <property name="toolTip"> |
|
60 <string>Select to delete a branch</string> |
|
61 </property> |
|
62 <property name="whatsThis"> |
|
63 <string><b>Delete Branch</b> |
|
64 <p>Select this entry in order to delete the selected branch.</p></string> |
|
65 </property> |
|
66 <property name="text"> |
|
67 <string>Delete</string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item row="1" column="0" colspan="3"> |
|
72 <widget class="QRadioButton" name="createSwitchButton"> |
|
73 <property name="toolTip"> |
|
74 <string>Select to create a new branch and switch to it</string> |
|
75 </property> |
|
76 <property name="whatsThis"> |
|
77 <string><b>Create &amp; Switch</b>\n<p>Select this entry in order to create a new branch and switch the working tree to it.</p></string> |
|
78 </property> |
|
79 <property name="text"> |
|
80 <string>Create && Switch</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item row="2" column="0" colspan="3"> |
|
85 <widget class="QRadioButton" name="createTrackingButton"> |
|
86 <property name="toolTip"> |
|
87 <string>Select to create a tracking branch and switch to it</string> |
|
88 </property> |
|
89 <property name="whatsThis"> |
|
90 <string><b>Create Tracking Branch &amp; Switch</b>\n<p>Select this entry in order to create a new branch tracking a remote repository branch. The working tree is switched to it.</p></string> |
|
91 </property> |
|
92 <property name="text"> |
|
93 <string>Create Tracking Branch && Switch</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item row="3" column="0" colspan="3"> |
|
98 <widget class="QRadioButton" name="setTrackingButton"> |
|
99 <property name="toolTip"> |
|
100 <string>Select to associate a remote branch</string> |
|
101 </property> |
|
102 <property name="text"> |
|
103 <string>Set Tracking Branch</string> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 <item row="4" column="0" colspan="3"> |
|
108 <widget class="QRadioButton" name="unsetTrackingButton"> |
|
109 <property name="toolTip"> |
|
110 <string>Select to de-associate a remote branch</string> |
|
111 </property> |
|
112 <property name="text"> |
|
113 <string>Unset Tracking Branch Information</string> |
|
114 </property> |
|
115 </widget> |
|
116 </item> |
|
117 </layout> |
|
118 </widget> |
|
119 </item> |
|
120 <item> |
|
121 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
122 <item> |
|
123 <widget class="QLabel" name="TextLabel1"> |
|
124 <property name="text"> |
|
125 <string>Name:</string> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item> |
|
130 <widget class="QComboBox" name="branchCombo"> |
|
131 <property name="sizePolicy"> |
|
132 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
133 <horstretch>0</horstretch> |
|
134 <verstretch>0</verstretch> |
|
135 </sizepolicy> |
|
136 </property> |
|
137 <property name="toolTip"> |
|
138 <string>Enter the name of the branch</string> |
|
139 </property> |
|
140 <property name="whatsThis"> |
|
141 <string><b>Branch Name</b> |
|
142 <p>Enter the name of the branch to be created, deleted or moved.</p></string> |
|
143 </property> |
|
144 <property name="editable"> |
|
145 <bool>true</bool> |
|
146 </property> |
|
147 <property name="duplicatesEnabled"> |
|
148 <bool>false</bool> |
|
149 </property> |
|
150 </widget> |
|
151 </item> |
|
152 </layout> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="QGroupBox" name="createBranchGroup"> |
|
156 <property name="title"> |
|
157 <string>Create Branch</string> |
|
158 </property> |
|
159 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
160 <item> |
|
161 <widget class="QLabel" name="label"> |
|
162 <property name="text"> |
|
163 <string>Revision:</string> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 <item> |
|
168 <widget class="QLineEdit" name="revisionEdit"> |
|
169 <property name="toolTip"> |
|
170 <string>Enter a revision at which to start the branch</string> |
|
171 </property> |
|
172 </widget> |
|
173 </item> |
|
174 </layout> |
|
175 </widget> |
|
176 </item> |
|
177 <item> |
|
178 <widget class="QGroupBox" name="moveBranchGroup"> |
|
179 <property name="enabled"> |
|
180 <bool>false</bool> |
|
181 </property> |
|
182 <property name="title"> |
|
183 <string>Rename Branch</string> |
|
184 </property> |
|
185 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
186 <item> |
|
187 <widget class="QLabel" name="label_2"> |
|
188 <property name="text"> |
|
189 <string>New Name:</string> |
|
190 </property> |
|
191 </widget> |
|
192 </item> |
|
193 <item> |
|
194 <widget class="QLineEdit" name="newBranchNameEdit"> |
|
195 <property name="statusTip"> |
|
196 <string>Enter a new name for the selected branch</string> |
|
197 </property> |
|
198 </widget> |
|
199 </item> |
|
200 </layout> |
|
201 </widget> |
|
202 </item> |
|
203 <item> |
|
204 <widget class="QGroupBox" name="trackingBranchGroup"> |
|
205 <property name="enabled"> |
|
206 <bool>false</bool> |
|
207 </property> |
|
208 <property name="title"> |
|
209 <string>Set Tracking Branch</string> |
|
210 </property> |
|
211 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
212 <item> |
|
213 <widget class="QLabel" name="label_3"> |
|
214 <property name="text"> |
|
215 <string>Remote Branch:</string> |
|
216 </property> |
|
217 </widget> |
|
218 </item> |
|
219 <item> |
|
220 <widget class="QComboBox" name="remoteBranchCombo"> |
|
221 <property name="sizePolicy"> |
|
222 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
223 <horstretch>0</horstretch> |
|
224 <verstretch>0</verstretch> |
|
225 </sizepolicy> |
|
226 </property> |
|
227 <property name="toolTip"> |
|
228 <string>Select the remote branch to associate</string> |
|
229 </property> |
|
230 </widget> |
|
231 </item> |
|
232 </layout> |
|
233 </widget> |
|
234 </item> |
|
235 <item> |
|
236 <widget class="QCheckBox" name="forceCheckBox"> |
|
237 <property name="toolTip"> |
|
238 <string>Select to enforce the create operation</string> |
|
239 </property> |
|
240 <property name="text"> |
|
241 <string>Enforce Operation</string> |
|
242 </property> |
|
243 </widget> |
|
244 </item> |
|
245 <item> |
|
246 <widget class="QDialogButtonBox" name="buttonBox"> |
|
247 <property name="orientation"> |
|
248 <enum>Qt::Horizontal</enum> |
|
249 </property> |
|
250 <property name="standardButtons"> |
|
251 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
252 </property> |
|
253 </widget> |
|
254 </item> |
|
255 </layout> |
|
256 </widget> |
|
257 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
258 <tabstops> |
|
259 <tabstop>createBranchButton</tabstop> |
|
260 <tabstop>moveBranchButton</tabstop> |
|
261 <tabstop>deleteBranchButton</tabstop> |
|
262 <tabstop>createSwitchButton</tabstop> |
|
263 <tabstop>createTrackingButton</tabstop> |
|
264 <tabstop>setTrackingButton</tabstop> |
|
265 <tabstop>unsetTrackingButton</tabstop> |
|
266 <tabstop>branchCombo</tabstop> |
|
267 <tabstop>revisionEdit</tabstop> |
|
268 <tabstop>newBranchNameEdit</tabstop> |
|
269 <tabstop>remoteBranchCombo</tabstop> |
|
270 <tabstop>forceCheckBox</tabstop> |
|
271 </tabstops> |
|
272 <resources/> |
|
273 <connections> |
|
274 <connection> |
|
275 <sender>buttonBox</sender> |
|
276 <signal>accepted()</signal> |
|
277 <receiver>GitBranchDialog</receiver> |
|
278 <slot>accept()</slot> |
|
279 <hints> |
|
280 <hint type="sourcelabel"> |
|
281 <x>134</x> |
|
282 <y>461</y> |
|
283 </hint> |
|
284 <hint type="destinationlabel"> |
|
285 <x>25</x> |
|
286 <y>214</y> |
|
287 </hint> |
|
288 </hints> |
|
289 </connection> |
|
290 <connection> |
|
291 <sender>buttonBox</sender> |
|
292 <signal>rejected()</signal> |
|
293 <receiver>GitBranchDialog</receiver> |
|
294 <slot>reject()</slot> |
|
295 <hints> |
|
296 <hint type="sourcelabel"> |
|
297 <x>171</x> |
|
298 <y>461</y> |
|
299 </hint> |
|
300 <hint type="destinationlabel"> |
|
301 <x>128</x> |
|
302 <y>210</y> |
|
303 </hint> |
|
304 </hints> |
|
305 </connection> |
|
306 <connection> |
|
307 <sender>createBranchButton</sender> |
|
308 <signal>toggled(bool)</signal> |
|
309 <receiver>createBranchGroup</receiver> |
|
310 <slot>setEnabled(bool)</slot> |
|
311 <hints> |
|
312 <hint type="sourcelabel"> |
|
313 <x>63</x> |
|
314 <y>57</y> |
|
315 </hint> |
|
316 <hint type="destinationlabel"> |
|
317 <x>66</x> |
|
318 <y>246</y> |
|
319 </hint> |
|
320 </hints> |
|
321 </connection> |
|
322 <connection> |
|
323 <sender>moveBranchButton</sender> |
|
324 <signal>toggled(bool)</signal> |
|
325 <receiver>moveBranchGroup</receiver> |
|
326 <slot>setEnabled(bool)</slot> |
|
327 <hints> |
|
328 <hint type="sourcelabel"> |
|
329 <x>243</x> |
|
330 <y>61</y> |
|
331 </hint> |
|
332 <hint type="destinationlabel"> |
|
333 <x>51</x> |
|
334 <y>323</y> |
|
335 </hint> |
|
336 </hints> |
|
337 </connection> |
|
338 <connection> |
|
339 <sender>createSwitchButton</sender> |
|
340 <signal>toggled(bool)</signal> |
|
341 <receiver>createBranchGroup</receiver> |
|
342 <slot>setEnabled(bool)</slot> |
|
343 <hints> |
|
344 <hint type="sourcelabel"> |
|
345 <x>107</x> |
|
346 <y>86</y> |
|
347 </hint> |
|
348 <hint type="destinationlabel"> |
|
349 <x>196</x> |
|
350 <y>259</y> |
|
351 </hint> |
|
352 </hints> |
|
353 </connection> |
|
354 <connection> |
|
355 <sender>createTrackingButton</sender> |
|
356 <signal>toggled(bool)</signal> |
|
357 <receiver>forceCheckBox</receiver> |
|
358 <slot>setDisabled(bool)</slot> |
|
359 <hints> |
|
360 <hint type="sourcelabel"> |
|
361 <x>122</x> |
|
362 <y>115</y> |
|
363 </hint> |
|
364 <hint type="destinationlabel"> |
|
365 <x>147</x> |
|
366 <y>432</y> |
|
367 </hint> |
|
368 </hints> |
|
369 </connection> |
|
370 <connection> |
|
371 <sender>setTrackingButton</sender> |
|
372 <signal>toggled(bool)</signal> |
|
373 <receiver>trackingBranchGroup</receiver> |
|
374 <slot>setEnabled(bool)</slot> |
|
375 <hints> |
|
376 <hint type="sourcelabel"> |
|
377 <x>108</x> |
|
378 <y>132</y> |
|
379 </hint> |
|
380 <hint type="destinationlabel"> |
|
381 <x>93</x> |
|
382 <y>360</y> |
|
383 </hint> |
|
384 </hints> |
|
385 </connection> |
|
386 </connections> |
|
387 </ui> |