Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui

changeset 178
dd9f0bca5e2f
child 1017
919147f2b518
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgRevisionsSelectionDialog</class>
4 <widget class="QDialog" name="HgRevisionsSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>371</width>
10 <height>450</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Diff</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="rev1GroupBox">
22 <property name="title">
23 <string>Revision &amp;1</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QRadioButton" name="number1Button">
28 <property name="toolTip">
29 <string>Select to specify a revision by number</string>
30 </property>
31 <property name="text">
32 <string>Number</string>
33 </property>
34 <property name="checked">
35 <bool>false</bool>
36 </property>
37 </widget>
38 </item>
39 <item row="0" column="1">
40 <widget class="QSpinBox" name="number1SpinBox">
41 <property name="enabled">
42 <bool>false</bool>
43 </property>
44 <property name="toolTip">
45 <string>Enter a revision number</string>
46 </property>
47 <property name="alignment">
48 <set>Qt::AlignRight</set>
49 </property>
50 <property name="minimum">
51 <number>1</number>
52 </property>
53 <property name="maximum">
54 <number>999999999</number>
55 </property>
56 </widget>
57 </item>
58 <item row="0" column="2">
59 <spacer>
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="sizeHint" stdset="0">
64 <size>
65 <width>40</width>
66 <height>20</height>
67 </size>
68 </property>
69 </spacer>
70 </item>
71 <item row="1" column="0">
72 <widget class="QRadioButton" name="id1Button">
73 <property name="toolTip">
74 <string>Select to specify a revision by changeset id</string>
75 </property>
76 <property name="text">
77 <string>Id:</string>
78 </property>
79 </widget>
80 </item>
81 <item row="1" column="1" colspan="2">
82 <widget class="QLineEdit" name="id1Edit">
83 <property name="enabled">
84 <bool>false</bool>
85 </property>
86 <property name="toolTip">
87 <string>Enter a changeset id</string>
88 </property>
89 </widget>
90 </item>
91 <item row="2" column="0">
92 <widget class="QRadioButton" name="tag1Button">
93 <property name="toolTip">
94 <string>Select to specify a revision by a tag</string>
95 </property>
96 <property name="text">
97 <string>Tag:</string>
98 </property>
99 </widget>
100 </item>
101 <item row="2" column="1" colspan="2">
102 <widget class="QComboBox" name="tag1Combo">
103 <property name="enabled">
104 <bool>false</bool>
105 </property>
106 <property name="toolTip">
107 <string>Enter a tag name</string>
108 </property>
109 <property name="editable">
110 <bool>true</bool>
111 </property>
112 </widget>
113 </item>
114 <item row="3" column="0">
115 <widget class="QRadioButton" name="branch1Button">
116 <property name="toolTip">
117 <string>Select to specify a revision by a branch</string>
118 </property>
119 <property name="text">
120 <string>Branch:</string>
121 </property>
122 </widget>
123 </item>
124 <item row="3" column="1" colspan="2">
125 <widget class="QComboBox" name="branch1Combo">
126 <property name="enabled">
127 <bool>false</bool>
128 </property>
129 <property name="toolTip">
130 <string>Enter a branch name</string>
131 </property>
132 <property name="editable">
133 <bool>true</bool>
134 </property>
135 </widget>
136 </item>
137 <item row="4" column="0" colspan="3">
138 <widget class="QRadioButton" name="tip1Button">
139 <property name="toolTip">
140 <string>Select tip revision of repository</string>
141 </property>
142 <property name="text">
143 <string>TIP</string>
144 </property>
145 <property name="checked">
146 <bool>false</bool>
147 </property>
148 </widget>
149 </item>
150 <item row="5" column="0" colspan="3">
151 <widget class="QRadioButton" name="prev1Button">
152 <property name="toolTip">
153 <string>Select revision before last commit</string>
154 </property>
155 <property name="text">
156 <string>PREV</string>
157 </property>
158 <property name="checked">
159 <bool>true</bool>
160 </property>
161 </widget>
162 </item>
163 </layout>
164 </widget>
165 </item>
166 <item>
167 <widget class="QGroupBox" name="rev2GroupBox">
168 <property name="title">
169 <string>Revision &amp;2</string>
170 </property>
171 <layout class="QGridLayout" name="gridLayout_2">
172 <item row="0" column="0">
173 <widget class="QRadioButton" name="number2Button">
174 <property name="toolTip">
175 <string>Select to specify a revision by number</string>
176 </property>
177 <property name="text">
178 <string>Number</string>
179 </property>
180 </widget>
181 </item>
182 <item row="0" column="1">
183 <widget class="QSpinBox" name="number2SpinBox">
184 <property name="enabled">
185 <bool>false</bool>
186 </property>
187 <property name="toolTip">
188 <string>Enter a revision number</string>
189 </property>
190 <property name="alignment">
191 <set>Qt::AlignRight</set>
192 </property>
193 <property name="minimum">
194 <number>1</number>
195 </property>
196 <property name="maximum">
197 <number>999999999</number>
198 </property>
199 </widget>
200 </item>
201 <item row="0" column="2">
202 <spacer>
203 <property name="orientation">
204 <enum>Qt::Horizontal</enum>
205 </property>
206 <property name="sizeHint" stdset="0">
207 <size>
208 <width>40</width>
209 <height>20</height>
210 </size>
211 </property>
212 </spacer>
213 </item>
214 <item row="1" column="0">
215 <widget class="QRadioButton" name="id2Button">
216 <property name="toolTip">
217 <string>Select to specify a revision by changeset id</string>
218 </property>
219 <property name="text">
220 <string>Id:</string>
221 </property>
222 </widget>
223 </item>
224 <item row="1" column="1" colspan="2">
225 <widget class="QLineEdit" name="id2Edit">
226 <property name="enabled">
227 <bool>false</bool>
228 </property>
229 <property name="toolTip">
230 <string>Enter a changeset id</string>
231 </property>
232 </widget>
233 </item>
234 <item row="2" column="0">
235 <widget class="QRadioButton" name="tag2Button">
236 <property name="toolTip">
237 <string>Select to specify a revision by a tag</string>
238 </property>
239 <property name="text">
240 <string>Tag:</string>
241 </property>
242 </widget>
243 </item>
244 <item row="2" column="1" colspan="2">
245 <widget class="QComboBox" name="tag2Combo">
246 <property name="enabled">
247 <bool>false</bool>
248 </property>
249 <property name="toolTip">
250 <string>Enter a tag name</string>
251 </property>
252 <property name="editable">
253 <bool>true</bool>
254 </property>
255 </widget>
256 </item>
257 <item row="3" column="0">
258 <widget class="QRadioButton" name="branch2Button">
259 <property name="toolTip">
260 <string>Select to specify a revision by a branch</string>
261 </property>
262 <property name="text">
263 <string>Branch:</string>
264 </property>
265 </widget>
266 </item>
267 <item row="3" column="1" colspan="2">
268 <widget class="QComboBox" name="branch2Combo">
269 <property name="enabled">
270 <bool>false</bool>
271 </property>
272 <property name="toolTip">
273 <string>Enter a branch name</string>
274 </property>
275 <property name="editable">
276 <bool>true</bool>
277 </property>
278 </widget>
279 </item>
280 <item row="4" column="0" colspan="3">
281 <widget class="QRadioButton" name="tip2Button">
282 <property name="toolTip">
283 <string>Select tip revision of repository</string>
284 </property>
285 <property name="text">
286 <string>TIP</string>
287 </property>
288 <property name="checked">
289 <bool>true</bool>
290 </property>
291 </widget>
292 </item>
293 <item row="5" column="0" colspan="3">
294 <widget class="QRadioButton" name="prev2Button">
295 <property name="toolTip">
296 <string>Select revision before last commit</string>
297 </property>
298 <property name="text">
299 <string>PREV</string>
300 </property>
301 </widget>
302 </item>
303 </layout>
304 </widget>
305 </item>
306 <item>
307 <widget class="QDialogButtonBox" name="buttonBox">
308 <property name="orientation">
309 <enum>Qt::Horizontal</enum>
310 </property>
311 <property name="standardButtons">
312 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
313 </property>
314 </widget>
315 </item>
316 </layout>
317 </widget>
318 <layoutdefault spacing="6" margin="6"/>
319 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
320 <tabstops>
321 <tabstop>number1Button</tabstop>
322 <tabstop>number1SpinBox</tabstop>
323 <tabstop>id1Button</tabstop>
324 <tabstop>id1Edit</tabstop>
325 <tabstop>tag1Button</tabstop>
326 <tabstop>tag1Combo</tabstop>
327 <tabstop>branch1Button</tabstop>
328 <tabstop>branch1Combo</tabstop>
329 <tabstop>tip1Button</tabstop>
330 <tabstop>prev1Button</tabstop>
331 <tabstop>number2Button</tabstop>
332 <tabstop>number2SpinBox</tabstop>
333 <tabstop>id2Button</tabstop>
334 <tabstop>id2Edit</tabstop>
335 <tabstop>tag2Button</tabstop>
336 <tabstop>tag2Combo</tabstop>
337 <tabstop>branch2Button</tabstop>
338 <tabstop>branch2Combo</tabstop>
339 <tabstop>tip2Button</tabstop>
340 <tabstop>prev2Button</tabstop>
341 <tabstop>buttonBox</tabstop>
342 </tabstops>
343 <resources/>
344 <connections>
345 <connection>
346 <sender>buttonBox</sender>
347 <signal>accepted()</signal>
348 <receiver>HgRevisionsSelectionDialog</receiver>
349 <slot>accept()</slot>
350 <hints>
351 <hint type="sourcelabel">
352 <x>54</x>
353 <y>440</y>
354 </hint>
355 <hint type="destinationlabel">
356 <x>21</x>
357 <y>143</y>
358 </hint>
359 </hints>
360 </connection>
361 <connection>
362 <sender>buttonBox</sender>
363 <signal>rejected()</signal>
364 <receiver>HgRevisionsSelectionDialog</receiver>
365 <slot>reject()</slot>
366 <hints>
367 <hint type="sourcelabel">
368 <x>106</x>
369 <y>440</y>
370 </hint>
371 <hint type="destinationlabel">
372 <x>73</x>
373 <y>140</y>
374 </hint>
375 </hints>
376 </connection>
377 <connection>
378 <sender>number1Button</sender>
379 <signal>toggled(bool)</signal>
380 <receiver>number1SpinBox</receiver>
381 <slot>setEnabled(bool)</slot>
382 <hints>
383 <hint type="sourcelabel">
384 <x>62</x>
385 <y>45</y>
386 </hint>
387 <hint type="destinationlabel">
388 <x>148</x>
389 <y>43</y>
390 </hint>
391 </hints>
392 </connection>
393 <connection>
394 <sender>number2Button</sender>
395 <signal>toggled(bool)</signal>
396 <receiver>number2SpinBox</receiver>
397 <slot>setEnabled(bool)</slot>
398 <hints>
399 <hint type="sourcelabel">
400 <x>72</x>
401 <y>258</y>
402 </hint>
403 <hint type="destinationlabel">
404 <x>183</x>
405 <y>258</y>
406 </hint>
407 </hints>
408 </connection>
409 <connection>
410 <sender>id1Button</sender>
411 <signal>toggled(bool)</signal>
412 <receiver>id1Edit</receiver>
413 <slot>setEnabled(bool)</slot>
414 <hints>
415 <hint type="sourcelabel">
416 <x>32</x>
417 <y>71</y>
418 </hint>
419 <hint type="destinationlabel">
420 <x>147</x>
421 <y>72</y>
422 </hint>
423 </hints>
424 </connection>
425 <connection>
426 <sender>id2Button</sender>
427 <signal>toggled(bool)</signal>
428 <receiver>id2Edit</receiver>
429 <slot>setEnabled(bool)</slot>
430 <hints>
431 <hint type="sourcelabel">
432 <x>68</x>
433 <y>286</y>
434 </hint>
435 <hint type="destinationlabel">
436 <x>230</x>
437 <y>286</y>
438 </hint>
439 </hints>
440 </connection>
441 <connection>
442 <sender>tag1Button</sender>
443 <signal>toggled(bool)</signal>
444 <receiver>tag1Combo</receiver>
445 <slot>setEnabled(bool)</slot>
446 <hints>
447 <hint type="sourcelabel">
448 <x>48</x>
449 <y>106</y>
450 </hint>
451 <hint type="destinationlabel">
452 <x>129</x>
453 <y>101</y>
454 </hint>
455 </hints>
456 </connection>
457 <connection>
458 <sender>branch1Button</sender>
459 <signal>toggled(bool)</signal>
460 <receiver>branch1Combo</receiver>
461 <slot>setEnabled(bool)</slot>
462 <hints>
463 <hint type="sourcelabel">
464 <x>50</x>
465 <y>124</y>
466 </hint>
467 <hint type="destinationlabel">
468 <x>117</x>
469 <y>128</y>
470 </hint>
471 </hints>
472 </connection>
473 <connection>
474 <sender>tag2Button</sender>
475 <signal>toggled(bool)</signal>
476 <receiver>tag2Combo</receiver>
477 <slot>setEnabled(bool)</slot>
478 <hints>
479 <hint type="sourcelabel">
480 <x>36</x>
481 <y>306</y>
482 </hint>
483 <hint type="destinationlabel">
484 <x>149</x>
485 <y>306</y>
486 </hint>
487 </hints>
488 </connection>
489 <connection>
490 <sender>branch2Button</sender>
491 <signal>toggled(bool)</signal>
492 <receiver>branch2Combo</receiver>
493 <slot>setEnabled(bool)</slot>
494 <hints>
495 <hint type="sourcelabel">
496 <x>73</x>
497 <y>331</y>
498 </hint>
499 <hint type="destinationlabel">
500 <x>140</x>
501 <y>331</y>
502 </hint>
503 </hints>
504 </connection>
505 </connections>
506 </ui>

eric ide

mercurial