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