src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9025
9fe8cfa14542
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>400</width>
10 <height>700</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">
164 <widget class="QRadioButton" name="expression1Button">
165 <property name="text">
166 <string>Expression:</string>
167 </property>
168 </widget>
169 </item>
170 <item row="5" column="1" colspan="2">
171 <widget class="QLineEdit" name="expression1Edit">
172 <property name="enabled">
173 <bool>false</bool>
174 </property>
175 <property name="toolTip">
176 <string>Enter a revision set expression</string>
177 </property>
178 <property name="clearButtonEnabled">
179 <bool>true</bool>
180 </property>
181 </widget>
182 </item>
183 <item row="6" column="0" colspan="3">
184 <widget class="QRadioButton" name="tip1Button">
185 <property name="toolTip">
186 <string>Select tip revision of repository</string>
187 </property>
188 <property name="text">
189 <string>TIP</string>
190 </property>
191 <property name="checked">
192 <bool>false</bool>
193 </property>
194 </widget>
195 </item>
196 <item row="7" column="0" colspan="3">
197 <widget class="QRadioButton" name="prev1Button">
198 <property name="toolTip">
199 <string>Select revision before last commit</string>
200 </property>
201 <property name="text">
202 <string>PREV</string>
203 </property>
204 <property name="checked">
205 <bool>true</bool>
206 </property>
207 </widget>
208 </item>
209 <item row="8" column="0" colspan="3">
210 <widget class="QRadioButton" name="none1Button">
211 <property name="text">
212 <string>No revision selected</string>
213 </property>
214 </widget>
215 </item>
216 </layout>
217 </widget>
218 </item>
219 <item>
220 <widget class="QGroupBox" name="rev2GroupBox">
221 <property name="title">
222 <string>Revision &amp;2</string>
223 </property>
224 <layout class="QGridLayout" name="gridLayout_2">
225 <item row="0" column="0">
226 <widget class="QRadioButton" name="number2Button">
227 <property name="toolTip">
228 <string>Select to specify a revision by number</string>
229 </property>
230 <property name="text">
231 <string>Number</string>
232 </property>
233 </widget>
234 </item>
235 <item row="0" column="1">
236 <widget class="QSpinBox" name="number2SpinBox">
237 <property name="enabled">
238 <bool>false</bool>
239 </property>
240 <property name="toolTip">
241 <string>Enter a revision number</string>
242 </property>
243 <property name="alignment">
244 <set>Qt::AlignRight</set>
245 </property>
246 <property name="maximum">
247 <number>999999999</number>
248 </property>
249 </widget>
250 </item>
251 <item row="0" column="2">
252 <spacer>
253 <property name="orientation">
254 <enum>Qt::Horizontal</enum>
255 </property>
256 <property name="sizeHint" stdset="0">
257 <size>
258 <width>40</width>
259 <height>20</height>
260 </size>
261 </property>
262 </spacer>
263 </item>
264 <item row="1" column="0">
265 <widget class="QRadioButton" name="id2Button">
266 <property name="toolTip">
267 <string>Select to specify a revision by changeset id</string>
268 </property>
269 <property name="text">
270 <string>Id:</string>
271 </property>
272 </widget>
273 </item>
274 <item row="1" column="1" colspan="2">
275 <widget class="QLineEdit" name="id2Edit">
276 <property name="enabled">
277 <bool>false</bool>
278 </property>
279 <property name="toolTip">
280 <string>Enter a changeset id</string>
281 </property>
282 </widget>
283 </item>
284 <item row="2" column="0">
285 <widget class="QRadioButton" name="tag2Button">
286 <property name="toolTip">
287 <string>Select to specify a revision by a tag</string>
288 </property>
289 <property name="text">
290 <string>Tag:</string>
291 </property>
292 </widget>
293 </item>
294 <item row="2" column="1" colspan="2">
295 <widget class="QComboBox" name="tag2Combo">
296 <property name="enabled">
297 <bool>false</bool>
298 </property>
299 <property name="toolTip">
300 <string>Enter a tag name</string>
301 </property>
302 <property name="editable">
303 <bool>true</bool>
304 </property>
305 </widget>
306 </item>
307 <item row="3" column="0">
308 <widget class="QRadioButton" name="branch2Button">
309 <property name="toolTip">
310 <string>Select to specify a revision by a branch</string>
311 </property>
312 <property name="text">
313 <string>Branch:</string>
314 </property>
315 </widget>
316 </item>
317 <item row="3" column="1" colspan="2">
318 <widget class="QComboBox" name="branch2Combo">
319 <property name="enabled">
320 <bool>false</bool>
321 </property>
322 <property name="toolTip">
323 <string>Enter a branch name</string>
324 </property>
325 <property name="editable">
326 <bool>true</bool>
327 </property>
328 </widget>
329 </item>
330 <item row="4" column="0">
331 <widget class="QRadioButton" name="bookmark2Button">
332 <property name="toolTip">
333 <string>Select to specify a revision by a bookmark</string>
334 </property>
335 <property name="text">
336 <string>Bookmark:</string>
337 </property>
338 </widget>
339 </item>
340 <item row="4" column="1" colspan="2">
341 <widget class="QComboBox" name="bookmark2Combo">
342 <property name="enabled">
343 <bool>false</bool>
344 </property>
345 <property name="sizePolicy">
346 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
347 <horstretch>0</horstretch>
348 <verstretch>0</verstretch>
349 </sizepolicy>
350 </property>
351 <property name="toolTip">
352 <string>Enter a bookmark name</string>
353 </property>
354 <property name="editable">
355 <bool>true</bool>
356 </property>
357 </widget>
358 </item>
359 <item row="5" column="0">
360 <widget class="QRadioButton" name="expression2Button">
361 <property name="text">
362 <string>Expression:</string>
363 </property>
364 </widget>
365 </item>
366 <item row="5" column="1" colspan="2">
367 <widget class="QLineEdit" name="expression2Edit">
368 <property name="enabled">
369 <bool>false</bool>
370 </property>
371 <property name="toolTip">
372 <string>Enter a revision set expression</string>
373 </property>
374 <property name="clearButtonEnabled">
375 <bool>true</bool>
376 </property>
377 </widget>
378 </item>
379 <item row="6" column="0" colspan="3">
380 <widget class="QRadioButton" name="tip2Button">
381 <property name="toolTip">
382 <string>Select tip revision of repository</string>
383 </property>
384 <property name="text">
385 <string>TIP</string>
386 </property>
387 <property name="checked">
388 <bool>true</bool>
389 </property>
390 </widget>
391 </item>
392 <item row="7" column="0" colspan="3">
393 <widget class="QRadioButton" name="prev2Button">
394 <property name="toolTip">
395 <string>Select revision before last commit</string>
396 </property>
397 <property name="text">
398 <string>PREV</string>
399 </property>
400 </widget>
401 </item>
402 <item row="8" column="0" colspan="3">
403 <widget class="QRadioButton" name="none2Button">
404 <property name="text">
405 <string>No revision selected</string>
406 </property>
407 </widget>
408 </item>
409 </layout>
410 </widget>
411 </item>
412 <item>
413 <widget class="QDialogButtonBox" name="buttonBox">
414 <property name="orientation">
415 <enum>Qt::Horizontal</enum>
416 </property>
417 <property name="standardButtons">
418 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
419 </property>
420 </widget>
421 </item>
422 </layout>
423 </widget>
424 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
425 <tabstops>
426 <tabstop>number1Button</tabstop>
427 <tabstop>number1SpinBox</tabstop>
428 <tabstop>id1Button</tabstop>
429 <tabstop>id1Edit</tabstop>
430 <tabstop>tag1Button</tabstop>
431 <tabstop>tag1Combo</tabstop>
432 <tabstop>branch1Button</tabstop>
433 <tabstop>branch1Combo</tabstop>
434 <tabstop>bookmark1Button</tabstop>
435 <tabstop>bookmark1Combo</tabstop>
436 <tabstop>expression1Button</tabstop>
437 <tabstop>expression1Edit</tabstop>
438 <tabstop>tip1Button</tabstop>
439 <tabstop>prev1Button</tabstop>
440 <tabstop>none1Button</tabstop>
441 <tabstop>number2Button</tabstop>
442 <tabstop>number2SpinBox</tabstop>
443 <tabstop>id2Button</tabstop>
444 <tabstop>id2Edit</tabstop>
445 <tabstop>tag2Button</tabstop>
446 <tabstop>tag2Combo</tabstop>
447 <tabstop>branch2Button</tabstop>
448 <tabstop>branch2Combo</tabstop>
449 <tabstop>bookmark2Button</tabstop>
450 <tabstop>bookmark2Combo</tabstop>
451 <tabstop>expression2Button</tabstop>
452 <tabstop>expression2Edit</tabstop>
453 <tabstop>tip2Button</tabstop>
454 <tabstop>prev2Button</tabstop>
455 <tabstop>none2Button</tabstop>
456 </tabstops>
457 <resources/>
458 <connections>
459 <connection>
460 <sender>buttonBox</sender>
461 <signal>accepted()</signal>
462 <receiver>HgRevisionsSelectionDialog</receiver>
463 <slot>accept()</slot>
464 <hints>
465 <hint type="sourcelabel">
466 <x>63</x>
467 <y>688</y>
468 </hint>
469 <hint type="destinationlabel">
470 <x>21</x>
471 <y>143</y>
472 </hint>
473 </hints>
474 </connection>
475 <connection>
476 <sender>buttonBox</sender>
477 <signal>rejected()</signal>
478 <receiver>HgRevisionsSelectionDialog</receiver>
479 <slot>reject()</slot>
480 <hints>
481 <hint type="sourcelabel">
482 <x>115</x>
483 <y>688</y>
484 </hint>
485 <hint type="destinationlabel">
486 <x>73</x>
487 <y>140</y>
488 </hint>
489 </hints>
490 </connection>
491 <connection>
492 <sender>number1Button</sender>
493 <signal>toggled(bool)</signal>
494 <receiver>number1SpinBox</receiver>
495 <slot>setEnabled(bool)</slot>
496 <hints>
497 <hint type="sourcelabel">
498 <x>62</x>
499 <y>45</y>
500 </hint>
501 <hint type="destinationlabel">
502 <x>148</x>
503 <y>43</y>
504 </hint>
505 </hints>
506 </connection>
507 <connection>
508 <sender>number2Button</sender>
509 <signal>toggled(bool)</signal>
510 <receiver>number2SpinBox</receiver>
511 <slot>setEnabled(bool)</slot>
512 <hints>
513 <hint type="sourcelabel">
514 <x>114</x>
515 <y>394</y>
516 </hint>
517 <hint type="destinationlabel">
518 <x>215</x>
519 <y>396</y>
520 </hint>
521 </hints>
522 </connection>
523 <connection>
524 <sender>id1Button</sender>
525 <signal>toggled(bool)</signal>
526 <receiver>id1Edit</receiver>
527 <slot>setEnabled(bool)</slot>
528 <hints>
529 <hint type="sourcelabel">
530 <x>53</x>
531 <y>99</y>
532 </hint>
533 <hint type="destinationlabel">
534 <x>266</x>
535 <y>100</y>
536 </hint>
537 </hints>
538 </connection>
539 <connection>
540 <sender>id2Button</sender>
541 <signal>toggled(bool)</signal>
542 <receiver>id2Edit</receiver>
543 <slot>setEnabled(bool)</slot>
544 <hints>
545 <hint type="sourcelabel">
546 <x>110</x>
547 <y>427</y>
548 </hint>
549 <hint type="destinationlabel">
550 <x>378</x>
551 <y>428</y>
552 </hint>
553 </hints>
554 </connection>
555 <connection>
556 <sender>tag1Button</sender>
557 <signal>toggled(bool)</signal>
558 <receiver>tag1Combo</receiver>
559 <slot>setEnabled(bool)</slot>
560 <hints>
561 <hint type="sourcelabel">
562 <x>80</x>
563 <y>131</y>
564 </hint>
565 <hint type="destinationlabel">
566 <x>248</x>
567 <y>132</y>
568 </hint>
569 </hints>
570 </connection>
571 <connection>
572 <sender>branch1Button</sender>
573 <signal>toggled(bool)</signal>
574 <receiver>branch1Combo</receiver>
575 <slot>setEnabled(bool)</slot>
576 <hints>
577 <hint type="sourcelabel">
578 <x>71</x>
579 <y>163</y>
580 </hint>
581 <hint type="destinationlabel">
582 <x>236</x>
583 <y>164</y>
584 </hint>
585 </hints>
586 </connection>
587 <connection>
588 <sender>tag2Button</sender>
589 <signal>toggled(bool)</signal>
590 <receiver>tag2Combo</receiver>
591 <slot>setEnabled(bool)</slot>
592 <hints>
593 <hint type="sourcelabel">
594 <x>78</x>
595 <y>459</y>
596 </hint>
597 <hint type="destinationlabel">
598 <x>378</x>
599 <y>460</y>
600 </hint>
601 </hints>
602 </connection>
603 <connection>
604 <sender>branch2Button</sender>
605 <signal>toggled(bool)</signal>
606 <receiver>branch2Combo</receiver>
607 <slot>setEnabled(bool)</slot>
608 <hints>
609 <hint type="sourcelabel">
610 <x>115</x>
611 <y>491</y>
612 </hint>
613 <hint type="destinationlabel">
614 <x>378</x>
615 <y>492</y>
616 </hint>
617 </hints>
618 </connection>
619 <connection>
620 <sender>bookmark1Button</sender>
621 <signal>toggled(bool)</signal>
622 <receiver>bookmark1Combo</receiver>
623 <slot>setEnabled(bool)</slot>
624 <hints>
625 <hint type="sourcelabel">
626 <x>45</x>
627 <y>195</y>
628 </hint>
629 <hint type="destinationlabel">
630 <x>254</x>
631 <y>196</y>
632 </hint>
633 </hints>
634 </connection>
635 <connection>
636 <sender>bookmark2Button</sender>
637 <signal>toggled(bool)</signal>
638 <receiver>bookmark2Combo</receiver>
639 <slot>setEnabled(bool)</slot>
640 <hints>
641 <hint type="sourcelabel">
642 <x>63</x>
643 <y>523</y>
644 </hint>
645 <hint type="destinationlabel">
646 <x>378</x>
647 <y>524</y>
648 </hint>
649 </hints>
650 </connection>
651 <connection>
652 <sender>expression1Button</sender>
653 <signal>toggled(bool)</signal>
654 <receiver>expression1Edit</receiver>
655 <slot>setEnabled(bool)</slot>
656 <hints>
657 <hint type="sourcelabel">
658 <x>54</x>
659 <y>216</y>
660 </hint>
661 <hint type="destinationlabel">
662 <x>160</x>
663 <y>218</y>
664 </hint>
665 </hints>
666 </connection>
667 <connection>
668 <sender>expression2Button</sender>
669 <signal>toggled(bool)</signal>
670 <receiver>expression2Edit</receiver>
671 <slot>setEnabled(bool)</slot>
672 <hints>
673 <hint type="sourcelabel">
674 <x>37</x>
675 <y>542</y>
676 </hint>
677 <hint type="destinationlabel">
678 <x>152</x>
679 <y>543</y>
680 </hint>
681 </hints>
682 </connection>
683 </connections>
684 </ui>

eric ide

mercurial