eric6/Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
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>505</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="maximum">
51 <number>999999999</number>
52 </property>
53 </widget>
54 </item>
55 <item row="0" column="2">
56 <spacer>
57 <property name="orientation">
58 <enum>Qt::Horizontal</enum>
59 </property>
60 <property name="sizeHint" stdset="0">
61 <size>
62 <width>40</width>
63 <height>20</height>
64 </size>
65 </property>
66 </spacer>
67 </item>
68 <item row="1" column="0">
69 <widget class="QRadioButton" name="id1Button">
70 <property name="toolTip">
71 <string>Select to specify a revision by changeset id</string>
72 </property>
73 <property name="text">
74 <string>Id:</string>
75 </property>
76 </widget>
77 </item>
78 <item row="1" column="1" colspan="2">
79 <widget class="QLineEdit" name="id1Edit">
80 <property name="enabled">
81 <bool>false</bool>
82 </property>
83 <property name="toolTip">
84 <string>Enter a changeset id</string>
85 </property>
86 </widget>
87 </item>
88 <item row="2" column="0">
89 <widget class="QRadioButton" name="tag1Button">
90 <property name="toolTip">
91 <string>Select to specify a revision by a tag</string>
92 </property>
93 <property name="text">
94 <string>Tag:</string>
95 </property>
96 </widget>
97 </item>
98 <item row="2" column="1" colspan="2">
99 <widget class="QComboBox" name="tag1Combo">
100 <property name="enabled">
101 <bool>false</bool>
102 </property>
103 <property name="toolTip">
104 <string>Enter a tag name</string>
105 </property>
106 <property name="editable">
107 <bool>true</bool>
108 </property>
109 </widget>
110 </item>
111 <item row="3" column="0">
112 <widget class="QRadioButton" name="branch1Button">
113 <property name="toolTip">
114 <string>Select to specify a revision by a branch</string>
115 </property>
116 <property name="text">
117 <string>Branch:</string>
118 </property>
119 </widget>
120 </item>
121 <item row="3" column="1" colspan="2">
122 <widget class="QComboBox" name="branch1Combo">
123 <property name="enabled">
124 <bool>false</bool>
125 </property>
126 <property name="toolTip">
127 <string>Enter a branch name</string>
128 </property>
129 <property name="editable">
130 <bool>true</bool>
131 </property>
132 </widget>
133 </item>
134 <item row="4" column="0">
135 <widget class="QRadioButton" name="bookmark1Button">
136 <property name="toolTip">
137 <string>Select to specify a revision by a bookmark</string>
138 </property>
139 <property name="text">
140 <string>Bookmark:</string>
141 </property>
142 </widget>
143 </item>
144 <item row="4" column="1" colspan="2">
145 <widget class="QComboBox" name="bookmark1Combo">
146 <property name="enabled">
147 <bool>false</bool>
148 </property>
149 <property name="sizePolicy">
150 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
151 <horstretch>0</horstretch>
152 <verstretch>0</verstretch>
153 </sizepolicy>
154 </property>
155 <property name="toolTip">
156 <string>Enter a bookmark name</string>
157 </property>
158 <property name="editable">
159 <bool>true</bool>
160 </property>
161 </widget>
162 </item>
163 <item row="5" column="0" colspan="3">
164 <widget class="QRadioButton" name="tip1Button">
165 <property name="toolTip">
166 <string>Select tip revision of repository</string>
167 </property>
168 <property name="text">
169 <string>TIP</string>
170 </property>
171 <property name="checked">
172 <bool>false</bool>
173 </property>
174 </widget>
175 </item>
176 <item row="6" column="0" colspan="3">
177 <widget class="QRadioButton" name="prev1Button">
178 <property name="toolTip">
179 <string>Select revision before last commit</string>
180 </property>
181 <property name="text">
182 <string>PREV</string>
183 </property>
184 <property name="checked">
185 <bool>true</bool>
186 </property>
187 </widget>
188 </item>
189 <item row="7" column="0" colspan="3">
190 <widget class="QRadioButton" name="none1Button">
191 <property name="text">
192 <string>No revision selected</string>
193 </property>
194 </widget>
195 </item>
196 </layout>
197 </widget>
198 </item>
199 <item>
200 <widget class="QGroupBox" name="rev2GroupBox">
201 <property name="title">
202 <string>Revision &amp;2</string>
203 </property>
204 <layout class="QGridLayout" name="gridLayout_2">
205 <item row="0" column="0">
206 <widget class="QRadioButton" name="number2Button">
207 <property name="toolTip">
208 <string>Select to specify a revision by number</string>
209 </property>
210 <property name="text">
211 <string>Number</string>
212 </property>
213 </widget>
214 </item>
215 <item row="0" column="1">
216 <widget class="QSpinBox" name="number2SpinBox">
217 <property name="enabled">
218 <bool>false</bool>
219 </property>
220 <property name="toolTip">
221 <string>Enter a revision number</string>
222 </property>
223 <property name="alignment">
224 <set>Qt::AlignRight</set>
225 </property>
226 <property name="maximum">
227 <number>999999999</number>
228 </property>
229 </widget>
230 </item>
231 <item row="0" column="2">
232 <spacer>
233 <property name="orientation">
234 <enum>Qt::Horizontal</enum>
235 </property>
236 <property name="sizeHint" stdset="0">
237 <size>
238 <width>40</width>
239 <height>20</height>
240 </size>
241 </property>
242 </spacer>
243 </item>
244 <item row="1" column="0">
245 <widget class="QRadioButton" name="id2Button">
246 <property name="toolTip">
247 <string>Select to specify a revision by changeset id</string>
248 </property>
249 <property name="text">
250 <string>Id:</string>
251 </property>
252 </widget>
253 </item>
254 <item row="1" column="1" colspan="2">
255 <widget class="QLineEdit" name="id2Edit">
256 <property name="enabled">
257 <bool>false</bool>
258 </property>
259 <property name="toolTip">
260 <string>Enter a changeset id</string>
261 </property>
262 </widget>
263 </item>
264 <item row="2" column="0">
265 <widget class="QRadioButton" name="tag2Button">
266 <property name="toolTip">
267 <string>Select to specify a revision by a tag</string>
268 </property>
269 <property name="text">
270 <string>Tag:</string>
271 </property>
272 </widget>
273 </item>
274 <item row="2" column="1" colspan="2">
275 <widget class="QComboBox" name="tag2Combo">
276 <property name="enabled">
277 <bool>false</bool>
278 </property>
279 <property name="toolTip">
280 <string>Enter a tag name</string>
281 </property>
282 <property name="editable">
283 <bool>true</bool>
284 </property>
285 </widget>
286 </item>
287 <item row="3" column="0">
288 <widget class="QRadioButton" name="branch2Button">
289 <property name="toolTip">
290 <string>Select to specify a revision by a branch</string>
291 </property>
292 <property name="text">
293 <string>Branch:</string>
294 </property>
295 </widget>
296 </item>
297 <item row="3" column="1" colspan="2">
298 <widget class="QComboBox" name="branch2Combo">
299 <property name="enabled">
300 <bool>false</bool>
301 </property>
302 <property name="toolTip">
303 <string>Enter a branch name</string>
304 </property>
305 <property name="editable">
306 <bool>true</bool>
307 </property>
308 </widget>
309 </item>
310 <item row="4" column="0">
311 <widget class="QRadioButton" name="bookmark2Button">
312 <property name="toolTip">
313 <string>Select to specify a revision by a bookmark</string>
314 </property>
315 <property name="text">
316 <string>Bookmark:</string>
317 </property>
318 </widget>
319 </item>
320 <item row="4" column="1" colspan="2">
321 <widget class="QComboBox" name="bookmark2Combo">
322 <property name="enabled">
323 <bool>false</bool>
324 </property>
325 <property name="sizePolicy">
326 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
327 <horstretch>0</horstretch>
328 <verstretch>0</verstretch>
329 </sizepolicy>
330 </property>
331 <property name="toolTip">
332 <string>Enter a bookmark name</string>
333 </property>
334 <property name="editable">
335 <bool>true</bool>
336 </property>
337 </widget>
338 </item>
339 <item row="5" column="0" colspan="3">
340 <widget class="QRadioButton" name="tip2Button">
341 <property name="toolTip">
342 <string>Select tip revision of repository</string>
343 </property>
344 <property name="text">
345 <string>TIP</string>
346 </property>
347 <property name="checked">
348 <bool>true</bool>
349 </property>
350 </widget>
351 </item>
352 <item row="6" column="0" colspan="3">
353 <widget class="QRadioButton" name="prev2Button">
354 <property name="toolTip">
355 <string>Select revision before last commit</string>
356 </property>
357 <property name="text">
358 <string>PREV</string>
359 </property>
360 </widget>
361 </item>
362 <item row="7" column="0" colspan="3">
363 <widget class="QRadioButton" name="none2Button">
364 <property name="text">
365 <string>No revision selected</string>
366 </property>
367 </widget>
368 </item>
369 </layout>
370 </widget>
371 </item>
372 <item>
373 <widget class="QDialogButtonBox" name="buttonBox">
374 <property name="orientation">
375 <enum>Qt::Horizontal</enum>
376 </property>
377 <property name="standardButtons">
378 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
379 </property>
380 </widget>
381 </item>
382 </layout>
383 </widget>
384 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
385 <tabstops>
386 <tabstop>number1Button</tabstop>
387 <tabstop>number1SpinBox</tabstop>
388 <tabstop>id1Button</tabstop>
389 <tabstop>id1Edit</tabstop>
390 <tabstop>tag1Button</tabstop>
391 <tabstop>tag1Combo</tabstop>
392 <tabstop>branch1Button</tabstop>
393 <tabstop>branch1Combo</tabstop>
394 <tabstop>bookmark1Button</tabstop>
395 <tabstop>bookmark1Combo</tabstop>
396 <tabstop>tip1Button</tabstop>
397 <tabstop>prev1Button</tabstop>
398 <tabstop>none1Button</tabstop>
399 <tabstop>number2Button</tabstop>
400 <tabstop>number2SpinBox</tabstop>
401 <tabstop>id2Button</tabstop>
402 <tabstop>id2Edit</tabstop>
403 <tabstop>tag2Button</tabstop>
404 <tabstop>tag2Combo</tabstop>
405 <tabstop>branch2Button</tabstop>
406 <tabstop>branch2Combo</tabstop>
407 <tabstop>bookmark2Button</tabstop>
408 <tabstop>bookmark2Combo</tabstop>
409 <tabstop>tip2Button</tabstop>
410 <tabstop>prev2Button</tabstop>
411 <tabstop>none2Button</tabstop>
412 <tabstop>buttonBox</tabstop>
413 </tabstops>
414 <resources/>
415 <connections>
416 <connection>
417 <sender>buttonBox</sender>
418 <signal>accepted()</signal>
419 <receiver>HgRevisionsSelectionDialog</receiver>
420 <slot>accept()</slot>
421 <hints>
422 <hint type="sourcelabel">
423 <x>54</x>
424 <y>440</y>
425 </hint>
426 <hint type="destinationlabel">
427 <x>21</x>
428 <y>143</y>
429 </hint>
430 </hints>
431 </connection>
432 <connection>
433 <sender>buttonBox</sender>
434 <signal>rejected()</signal>
435 <receiver>HgRevisionsSelectionDialog</receiver>
436 <slot>reject()</slot>
437 <hints>
438 <hint type="sourcelabel">
439 <x>106</x>
440 <y>440</y>
441 </hint>
442 <hint type="destinationlabel">
443 <x>73</x>
444 <y>140</y>
445 </hint>
446 </hints>
447 </connection>
448 <connection>
449 <sender>number1Button</sender>
450 <signal>toggled(bool)</signal>
451 <receiver>number1SpinBox</receiver>
452 <slot>setEnabled(bool)</slot>
453 <hints>
454 <hint type="sourcelabel">
455 <x>62</x>
456 <y>45</y>
457 </hint>
458 <hint type="destinationlabel">
459 <x>148</x>
460 <y>43</y>
461 </hint>
462 </hints>
463 </connection>
464 <connection>
465 <sender>number2Button</sender>
466 <signal>toggled(bool)</signal>
467 <receiver>number2SpinBox</receiver>
468 <slot>setEnabled(bool)</slot>
469 <hints>
470 <hint type="sourcelabel">
471 <x>72</x>
472 <y>258</y>
473 </hint>
474 <hint type="destinationlabel">
475 <x>183</x>
476 <y>258</y>
477 </hint>
478 </hints>
479 </connection>
480 <connection>
481 <sender>id1Button</sender>
482 <signal>toggled(bool)</signal>
483 <receiver>id1Edit</receiver>
484 <slot>setEnabled(bool)</slot>
485 <hints>
486 <hint type="sourcelabel">
487 <x>32</x>
488 <y>71</y>
489 </hint>
490 <hint type="destinationlabel">
491 <x>147</x>
492 <y>72</y>
493 </hint>
494 </hints>
495 </connection>
496 <connection>
497 <sender>id2Button</sender>
498 <signal>toggled(bool)</signal>
499 <receiver>id2Edit</receiver>
500 <slot>setEnabled(bool)</slot>
501 <hints>
502 <hint type="sourcelabel">
503 <x>68</x>
504 <y>286</y>
505 </hint>
506 <hint type="destinationlabel">
507 <x>230</x>
508 <y>286</y>
509 </hint>
510 </hints>
511 </connection>
512 <connection>
513 <sender>tag1Button</sender>
514 <signal>toggled(bool)</signal>
515 <receiver>tag1Combo</receiver>
516 <slot>setEnabled(bool)</slot>
517 <hints>
518 <hint type="sourcelabel">
519 <x>59</x>
520 <y>105</y>
521 </hint>
522 <hint type="destinationlabel">
523 <x>129</x>
524 <y>101</y>
525 </hint>
526 </hints>
527 </connection>
528 <connection>
529 <sender>branch1Button</sender>
530 <signal>toggled(bool)</signal>
531 <receiver>branch1Combo</receiver>
532 <slot>setEnabled(bool)</slot>
533 <hints>
534 <hint type="sourcelabel">
535 <x>50</x>
536 <y>124</y>
537 </hint>
538 <hint type="destinationlabel">
539 <x>117</x>
540 <y>128</y>
541 </hint>
542 </hints>
543 </connection>
544 <connection>
545 <sender>tag2Button</sender>
546 <signal>toggled(bool)</signal>
547 <receiver>tag2Combo</receiver>
548 <slot>setEnabled(bool)</slot>
549 <hints>
550 <hint type="sourcelabel">
551 <x>36</x>
552 <y>306</y>
553 </hint>
554 <hint type="destinationlabel">
555 <x>149</x>
556 <y>306</y>
557 </hint>
558 </hints>
559 </connection>
560 <connection>
561 <sender>branch2Button</sender>
562 <signal>toggled(bool)</signal>
563 <receiver>branch2Combo</receiver>
564 <slot>setEnabled(bool)</slot>
565 <hints>
566 <hint type="sourcelabel">
567 <x>73</x>
568 <y>331</y>
569 </hint>
570 <hint type="destinationlabel">
571 <x>140</x>
572 <y>331</y>
573 </hint>
574 </hints>
575 </connection>
576 <connection>
577 <sender>bookmark1Button</sender>
578 <signal>toggled(bool)</signal>
579 <receiver>bookmark1Combo</receiver>
580 <slot>setEnabled(bool)</slot>
581 <hints>
582 <hint type="sourcelabel">
583 <x>24</x>
584 <y>152</y>
585 </hint>
586 <hint type="destinationlabel">
587 <x>135</x>
588 <y>148</y>
589 </hint>
590 </hints>
591 </connection>
592 <connection>
593 <sender>bookmark2Button</sender>
594 <signal>toggled(bool)</signal>
595 <receiver>bookmark2Combo</receiver>
596 <slot>setEnabled(bool)</slot>
597 <hints>
598 <hint type="sourcelabel">
599 <x>21</x>
600 <y>363</y>
601 </hint>
602 <hint type="destinationlabel">
603 <x>145</x>
604 <y>361</y>
605 </hint>
606 </hints>
607 </connection>
608 </connections>
609 </ui>

eric ide

mercurial