1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>HgHisteditConfigDialog</class>
4 <widget class="QDialog" name="HgHisteditConfigDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>451</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Histedit Configuration</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout_2">
20   <item>
21    <widget class="QGroupBox" name="groupBox">
22     <property name="title">
23      <string>Start Revision</string>
24     </property>
25     <layout class="QVBoxLayout" name="verticalLayout">
26      <item>
27       <widget class="QRadioButton" name="defaultButton">
28        <property name="toolTip">
29         <string>Select to use the default revision as the base</string>
30        </property>
31        <property name="text">
32         <string>Default Revision</string>
33        </property>
34        <property name="checked">
35         <bool>false</bool>
36        </property>
37       </widget>
38      </item>
39      <item>
40       <widget class="QRadioButton" name="outgoingButton">
41        <property name="toolTip">
42         <string>Select to edit all outgoing revisions</string>
43        </property>
44        <property name="text">
45         <string>All Outgoing</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <widget class="QRadioButton" name="revisionButton">
51        <property name="toolTip">
52         <string>Select to use a revision as start point</string>
53        </property>
54        <property name="text">
55         <string>Revision</string>
56        </property>
57        <property name="checked">
58         <bool>true</bool>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <widget class="QGroupBox" name="revisionGroupBox">
64        <property name="enabled">
65         <bool>true</bool>
66        </property>
67        <property name="title">
68         <string>Revision</string>
69        </property>
70        <layout class="QGridLayout" name="gridLayout">
71         <item row="0" column="0">
72          <widget class="QRadioButton" name="numberButton">
73           <property name="toolTip">
74            <string>Select to specify a revision by number</string>
75           </property>
76           <property name="text">
77            <string>Number</string>
78           </property>
79           <property name="checked">
80            <bool>false</bool>
81           </property>
82          </widget>
83         </item>
84         <item row="0" column="1">
85          <widget class="QSpinBox" name="numberSpinBox">
86           <property name="enabled">
87            <bool>false</bool>
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="maximum">
96            <number>999999999</number>
97           </property>
98          </widget>
99         </item>
100         <item row="0" column="2">
101          <spacer>
102           <property name="orientation">
103            <enum>Qt::Horizontal</enum>
104           </property>
105           <property name="sizeHint" stdset="0">
106            <size>
107             <width>40</width>
108             <height>20</height>
109            </size>
110           </property>
111          </spacer>
112         </item>
113         <item row="1" column="0">
114          <widget class="QRadioButton" name="idButton">
115           <property name="toolTip">
116            <string>Select to specify a revision by changeset id</string>
117           </property>
118           <property name="text">
119            <string>Id:</string>
120           </property>
121           <property name="checked">
122            <bool>true</bool>
123           </property>
124          </widget>
125         </item>
126         <item row="1" column="1" colspan="2">
127          <widget class="QLineEdit" name="idEdit">
128           <property name="enabled">
129            <bool>true</bool>
130           </property>
131           <property name="toolTip">
132            <string>Enter a changeset id</string>
133           </property>
134          </widget>
135         </item>
136         <item row="2" column="0">
137          <widget class="QRadioButton" name="tagButton">
138           <property name="toolTip">
139            <string>Select to specify a revision by a tag</string>
140           </property>
141           <property name="text">
142            <string>Tag:</string>
143           </property>
144          </widget>
145         </item>
146         <item row="2" column="1" colspan="2">
147          <widget class="QComboBox" name="tagCombo">
148           <property name="enabled">
149            <bool>false</bool>
150           </property>
151           <property name="toolTip">
152            <string>Enter a tag name</string>
153           </property>
154           <property name="editable">
155            <bool>true</bool>
156           </property>
157          </widget>
158         </item>
159         <item row="3" column="0">
160          <widget class="QRadioButton" name="branchButton">
161           <property name="toolTip">
162            <string>Select to specify a revision by a branch</string>
163           </property>
164           <property name="text">
165            <string>Branch:</string>
166           </property>
167          </widget>
168         </item>
169         <item row="3" column="1" colspan="2">
170          <widget class="QComboBox" name="branchCombo">
171           <property name="enabled">
172            <bool>false</bool>
173           </property>
174           <property name="toolTip">
175            <string>Enter a branch name</string>
176           </property>
177           <property name="editable">
178            <bool>true</bool>
179           </property>
180          </widget>
181         </item>
182         <item row="4" column="0">
183          <widget class="QRadioButton" name="bookmarkButton">
184           <property name="toolTip">
185            <string>Select to specify a revision by a bookmark</string>
186           </property>
187           <property name="text">
188            <string>Bookmark:</string>
189           </property>
190          </widget>
191         </item>
192         <item row="4" column="1" colspan="2">
193          <widget class="QComboBox" name="bookmarkCombo">
194           <property name="enabled">
195            <bool>false</bool>
196           </property>
197           <property name="sizePolicy">
198            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
199             <horstretch>0</horstretch>
200             <verstretch>0</verstretch>
201            </sizepolicy>
202           </property>
203           <property name="toolTip">
204            <string>Enter a bookmark name</string>
205           </property>
206           <property name="editable">
207            <bool>true</bool>
208           </property>
209          </widget>
210         </item>
211        </layout>
212       </widget>
213      </item>
214     </layout>
215    </widget>
216   </item>
217   <item>
218    <widget class="QCheckBox" name="forceCheckBox">
219     <property name="enabled">
220      <bool>false</bool>
221     </property>
222     <property name="toolTip">
223      <string>Select to force outgoing</string>
224     </property>
225     <property name="text">
226      <string>Force outgoing</string>
227     </property>
228    </widget>
229   </item>
230   <item>
231    <widget class="QCheckBox" name="keepCheckBox">
232     <property name="toolTip">
233      <string>Select to keep old nodes</string>
234     </property>
235     <property name="text">
236      <string>Keep old nodes</string>
237     </property>
238    </widget>
239   </item>
240   <item>
241    <widget class="QDialogButtonBox" name="buttonBox">
242     <property name="orientation">
243      <enum>Qt::Horizontal</enum>
244     </property>
245     <property name="standardButtons">
246      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
247     </property>
248    </widget>
249   </item>
250  </layout>
251 </widget>
252 <tabstops>
253  <tabstop>defaultButton</tabstop>
254  <tabstop>outgoingButton</tabstop>
255  <tabstop>revisionButton</tabstop>
256  <tabstop>numberButton</tabstop>
257  <tabstop>numberSpinBox</tabstop>
258  <tabstop>idButton</tabstop>
259  <tabstop>idEdit</tabstop>
260  <tabstop>tagButton</tabstop>
261  <tabstop>tagCombo</tabstop>
262  <tabstop>branchButton</tabstop>
263  <tabstop>branchCombo</tabstop>
264  <tabstop>bookmarkButton</tabstop>
265  <tabstop>bookmarkCombo</tabstop>
266  <tabstop>forceCheckBox</tabstop>
267  <tabstop>keepCheckBox</tabstop>
268 </tabstops>
269 <resources/>
270 <connections>
271  <connection>
272   <sender>buttonBox</sender>
273   <signal>accepted()</signal>
274   <receiver>HgHisteditConfigDialog</receiver>
275   <slot>accept()</slot>
276   <hints>
277    <hint type="sourcelabel">
278     <x>228</x>
279     <y>429</y>
280    </hint>
281    <hint type="destinationlabel">
282     <x>150</x>
283     <y>450</y>
284    </hint>
285   </hints>
286  </connection>
287  <connection>
288   <sender>buttonBox</sender>
289   <signal>rejected()</signal>
290   <receiver>HgHisteditConfigDialog</receiver>
291   <slot>reject()</slot>
292   <hints>
293    <hint type="sourcelabel">
294     <x>296</x>
295     <y>435</y>
296    </hint>
297    <hint type="destinationlabel">
298     <x>337</x>
299     <y>450</y>
300    </hint>
301   </hints>
302  </connection>
303  <connection>
304   <sender>revisionButton</sender>
305   <signal>toggled(bool)</signal>
306   <receiver>revisionGroupBox</receiver>
307   <slot>setEnabled(bool)</slot>
308   <hints>
309    <hint type="sourcelabel">
310     <x>67</x>
311     <y>117</y>
312    </hint>
313    <hint type="destinationlabel">
314     <x>64</x>
315     <y>145</y>
316    </hint>
317   </hints>
318  </connection>
319  <connection>
320   <sender>numberButton</sender>
321   <signal>toggled(bool)</signal>
322   <receiver>numberSpinBox</receiver>
323   <slot>setEnabled(bool)</slot>
324   <hints>
325    <hint type="sourcelabel">
326     <x>104</x>
327     <y>183</y>
328    </hint>
329    <hint type="destinationlabel">
330     <x>158</x>
331     <y>180</y>
332    </hint>
333   </hints>
334  </connection>
335  <connection>
336   <sender>idButton</sender>
337   <signal>toggled(bool)</signal>
338   <receiver>idEdit</receiver>
339   <slot>setEnabled(bool)</slot>
340   <hints>
341    <hint type="sourcelabel">
342     <x>103</x>
343     <y>214</y>
344    </hint>
345    <hint type="destinationlabel">
346     <x>161</x>
347     <y>216</y>
348    </hint>
349   </hints>
350  </connection>
351  <connection>
352   <sender>tagButton</sender>
353   <signal>toggled(bool)</signal>
354   <receiver>tagCombo</receiver>
355   <slot>setEnabled(bool)</slot>
356   <hints>
357    <hint type="sourcelabel">
358     <x>91</x>
359     <y>247</y>
360    </hint>
361    <hint type="destinationlabel">
362     <x>172</x>
363     <y>243</y>
364    </hint>
365   </hints>
366  </connection>
367  <connection>
368   <sender>branchButton</sender>
369   <signal>toggled(bool)</signal>
370   <receiver>branchCombo</receiver>
371   <slot>setEnabled(bool)</slot>
372   <hints>
373    <hint type="sourcelabel">
374     <x>105</x>
375     <y>281</y>
376    </hint>
377    <hint type="destinationlabel">
378     <x>165</x>
379     <y>279</y>
380    </hint>
381   </hints>
382  </connection>
383  <connection>
384   <sender>bookmarkButton</sender>
385   <signal>toggled(bool)</signal>
386   <receiver>bookmarkCombo</receiver>
387   <slot>setEnabled(bool)</slot>
388   <hints>
389    <hint type="sourcelabel">
390     <x>104</x>
391     <y>308</y>
392    </hint>
393    <hint type="destinationlabel">
394     <x>156</x>
395     <y>308</y>
396    </hint>
397   </hints>
398  </connection>
399  <connection>
400   <sender>outgoingButton</sender>
401   <signal>toggled(bool)</signal>
402   <receiver>forceCheckBox</receiver>
403   <slot>setEnabled(bool)</slot>
404   <hints>
405    <hint type="sourcelabel">
406     <x>94</x>
407     <y>88</y>
408    </hint>
409    <hint type="destinationlabel">
410     <x>117</x>
411     <y>374</y>
412    </hint>
413   </hints>
414  </connection>
415 </connections>
416</ui>
417