src/eric7/Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9028
b3a7f0368163
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgStripDialog</class>
4 <widget class="QDialog" name="HgStripDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>374</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Strip Changesets</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="revGroupBox">
22 <property name="title">
23 <string>&amp;Revision</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QRadioButton" name="numberButton">
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 </widget>
35 </item>
36 <item row="0" column="1">
37 <widget class="QSpinBox" name="numberSpinBox">
38 <property name="enabled">
39 <bool>false</bool>
40 </property>
41 <property name="toolTip">
42 <string>Enter a revision number</string>
43 </property>
44 <property name="alignment">
45 <set>Qt::AlignRight</set>
46 </property>
47 <property name="minimum">
48 <number>-1</number>
49 </property>
50 <property name="maximum">
51 <number>999999999</number>
52 </property>
53 <property name="value">
54 <number>-1</number>
55 </property>
56 </widget>
57 </item>
58 <item row="0" column="2">
59 <spacer>
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="sizeHint" stdset="0">
64 <size>
65 <width>40</width>
66 <height>20</height>
67 </size>
68 </property>
69 </spacer>
70 </item>
71 <item row="1" column="0">
72 <widget class="QRadioButton" name="idButton">
73 <property name="toolTip">
74 <string>Select to specify a revision by changeset id</string>
75 </property>
76 <property name="text">
77 <string>Id:</string>
78 </property>
79 <property name="checked">
80 <bool>true</bool>
81 </property>
82 </widget>
83 </item>
84 <item row="1" column="1" colspan="2">
85 <widget class="QLineEdit" name="idEdit">
86 <property name="toolTip">
87 <string>Enter a changeset id</string>
88 </property>
89 <property name="clearButtonEnabled">
90 <bool>true</bool>
91 </property>
92 </widget>
93 </item>
94 <item row="2" column="0">
95 <widget class="QRadioButton" name="tagButton">
96 <property name="toolTip">
97 <string>Select to specify a revision by a tag</string>
98 </property>
99 <property name="text">
100 <string>Tag:</string>
101 </property>
102 </widget>
103 </item>
104 <item row="2" column="1" colspan="2">
105 <widget class="QComboBox" name="tagCombo">
106 <property name="enabled">
107 <bool>false</bool>
108 </property>
109 <property name="toolTip">
110 <string>Enter a tag name</string>
111 </property>
112 <property name="editable">
113 <bool>true</bool>
114 </property>
115 </widget>
116 </item>
117 <item row="3" column="0">
118 <widget class="QRadioButton" name="branchButton">
119 <property name="toolTip">
120 <string>Select to specify a revision by a branch</string>
121 </property>
122 <property name="text">
123 <string>Branch:</string>
124 </property>
125 </widget>
126 </item>
127 <item row="3" column="1" colspan="2">
128 <widget class="QComboBox" name="branchCombo">
129 <property name="enabled">
130 <bool>false</bool>
131 </property>
132 <property name="toolTip">
133 <string>Enter a branch name</string>
134 </property>
135 <property name="editable">
136 <bool>true</bool>
137 </property>
138 </widget>
139 </item>
140 <item row="4" column="0">
141 <widget class="QRadioButton" name="expressionButton">
142 <property name="text">
143 <string>Expression:</string>
144 </property>
145 </widget>
146 </item>
147 <item row="4" column="1" colspan="2">
148 <widget class="QLineEdit" name="expressionEdit">
149 <property name="enabled">
150 <bool>false</bool>
151 </property>
152 <property name="toolTip">
153 <string>Enter a revision set expression</string>
154 </property>
155 <property name="clearButtonEnabled">
156 <bool>true</bool>
157 </property>
158 </widget>
159 </item>
160 </layout>
161 </widget>
162 </item>
163 <item>
164 <layout class="QGridLayout" name="gridLayout_2">
165 <item row="0" column="0">
166 <widget class="QLabel" name="label">
167 <property name="text">
168 <string>Bookmark:</string>
169 </property>
170 </widget>
171 </item>
172 <item row="0" column="1">
173 <widget class="QComboBox" name="bookmarkCombo">
174 <property name="sizePolicy">
175 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
176 <horstretch>0</horstretch>
177 <verstretch>0</verstretch>
178 </sizepolicy>
179 </property>
180 <property name="toolTip">
181 <string>Enter a bookmark name</string>
182 </property>
183 <property name="editable">
184 <bool>true</bool>
185 </property>
186 </widget>
187 </item>
188 <item row="1" column="0" colspan="2">
189 <widget class="QCheckBox" name="forceCheckBox">
190 <property name="toolTip">
191 <string>Select to enforce removal of changesets</string>
192 </property>
193 <property name="text">
194 <string>Enforce Operation</string>
195 </property>
196 </widget>
197 </item>
198 <item row="2" column="0" colspan="2">
199 <widget class="QCheckBox" name="noBackupCheckBox">
200 <property name="toolTip">
201 <string>Select to not create backup bundles</string>
202 </property>
203 <property name="text">
204 <string>No Backup</string>
205 </property>
206 </widget>
207 </item>
208 <item row="3" column="0" colspan="2">
209 <widget class="QCheckBox" name="keepCheckBox">
210 <property name="toolTip">
211 <string>Select to keep the current working directory state</string>
212 </property>
213 <property name="text">
214 <string>Keep Working Directory</string>
215 </property>
216 </widget>
217 </item>
218 </layout>
219 </item>
220 <item>
221 <widget class="QDialogButtonBox" name="buttonBox">
222 <property name="orientation">
223 <enum>Qt::Horizontal</enum>
224 </property>
225 <property name="standardButtons">
226 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
227 </property>
228 </widget>
229 </item>
230 </layout>
231 </widget>
232 <tabstops>
233 <tabstop>numberButton</tabstop>
234 <tabstop>numberSpinBox</tabstop>
235 <tabstop>idButton</tabstop>
236 <tabstop>idEdit</tabstop>
237 <tabstop>tagButton</tabstop>
238 <tabstop>tagCombo</tabstop>
239 <tabstop>branchButton</tabstop>
240 <tabstop>branchCombo</tabstop>
241 <tabstop>expressionButton</tabstop>
242 <tabstop>expressionEdit</tabstop>
243 <tabstop>bookmarkCombo</tabstop>
244 <tabstop>forceCheckBox</tabstop>
245 <tabstop>noBackupCheckBox</tabstop>
246 <tabstop>keepCheckBox</tabstop>
247 </tabstops>
248 <resources/>
249 <connections>
250 <connection>
251 <sender>buttonBox</sender>
252 <signal>accepted()</signal>
253 <receiver>HgStripDialog</receiver>
254 <slot>accept()</slot>
255 <hints>
256 <hint type="sourcelabel">
257 <x>257</x>
258 <y>364</y>
259 </hint>
260 <hint type="destinationlabel">
261 <x>157</x>
262 <y>274</y>
263 </hint>
264 </hints>
265 </connection>
266 <connection>
267 <sender>buttonBox</sender>
268 <signal>rejected()</signal>
269 <receiver>HgStripDialog</receiver>
270 <slot>reject()</slot>
271 <hints>
272 <hint type="sourcelabel">
273 <x>325</x>
274 <y>364</y>
275 </hint>
276 <hint type="destinationlabel">
277 <x>286</x>
278 <y>274</y>
279 </hint>
280 </hints>
281 </connection>
282 <connection>
283 <sender>numberButton</sender>
284 <signal>toggled(bool)</signal>
285 <receiver>numberSpinBox</receiver>
286 <slot>setEnabled(bool)</slot>
287 <hints>
288 <hint type="sourcelabel">
289 <x>55</x>
290 <y>66</y>
291 </hint>
292 <hint type="destinationlabel">
293 <x>215</x>
294 <y>68</y>
295 </hint>
296 </hints>
297 </connection>
298 <connection>
299 <sender>idButton</sender>
300 <signal>toggled(bool)</signal>
301 <receiver>idEdit</receiver>
302 <slot>setEnabled(bool)</slot>
303 <hints>
304 <hint type="sourcelabel">
305 <x>68</x>
306 <y>99</y>
307 </hint>
308 <hint type="destinationlabel">
309 <x>227</x>
310 <y>100</y>
311 </hint>
312 </hints>
313 </connection>
314 <connection>
315 <sender>tagButton</sender>
316 <signal>toggled(bool)</signal>
317 <receiver>tagCombo</receiver>
318 <slot>setEnabled(bool)</slot>
319 <hints>
320 <hint type="sourcelabel">
321 <x>65</x>
322 <y>131</y>
323 </hint>
324 <hint type="destinationlabel">
325 <x>224</x>
326 <y>132</y>
327 </hint>
328 </hints>
329 </connection>
330 <connection>
331 <sender>branchButton</sender>
332 <signal>toggled(bool)</signal>
333 <receiver>branchCombo</receiver>
334 <slot>setEnabled(bool)</slot>
335 <hints>
336 <hint type="sourcelabel">
337 <x>73</x>
338 <y>163</y>
339 </hint>
340 <hint type="destinationlabel">
341 <x>231</x>
342 <y>164</y>
343 </hint>
344 </hints>
345 </connection>
346 <connection>
347 <sender>expressionButton</sender>
348 <signal>toggled(bool)</signal>
349 <receiver>expressionEdit</receiver>
350 <slot>setEnabled(bool)</slot>
351 <hints>
352 <hint type="sourcelabel">
353 <x>74</x>
354 <y>183</y>
355 </hint>
356 <hint type="destinationlabel">
357 <x>154</x>
358 <y>180</y>
359 </hint>
360 </hints>
361 </connection>
362 </connections>
363 </ui>

eric ide

mercurial