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