~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/VCS/vcsPySvn/SvnRevisionSelectionDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

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