eric6/Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgBackoutDialog</class>
4 <widget class="QDialog" name="HgBackoutDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>372</width>
10 <height>515</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Revision</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="revisionGroup">
22 <property name="title">
23 <string>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="maximum">
48 <number>999999999</number>
49 </property>
50 </widget>
51 </item>
52 <item row="0" column="2">
53 <spacer name="spacer">
54 <property name="orientation">
55 <enum>Qt::Horizontal</enum>
56 </property>
57 <property name="sizeHint" stdset="0">
58 <size>
59 <width>158</width>
60 <height>20</height>
61 </size>
62 </property>
63 </spacer>
64 </item>
65 <item row="1" column="0">
66 <widget class="QRadioButton" name="idButton">
67 <property name="toolTip">
68 <string>Select to specify a revision by changeset id</string>
69 </property>
70 <property name="text">
71 <string>Id:</string>
72 </property>
73 </widget>
74 </item>
75 <item row="1" column="1" colspan="2">
76 <widget class="QLineEdit" name="idEdit">
77 <property name="enabled">
78 <bool>false</bool>
79 </property>
80 <property name="toolTip">
81 <string>Enter a changeset id</string>
82 </property>
83 </widget>
84 </item>
85 <item row="2" column="0">
86 <widget class="QRadioButton" name="tagButton">
87 <property name="toolTip">
88 <string>Select to specify a revision by a tag</string>
89 </property>
90 <property name="text">
91 <string>Tag:</string>
92 </property>
93 </widget>
94 </item>
95 <item row="2" column="1" colspan="2">
96 <widget class="QComboBox" name="tagCombo">
97 <property name="enabled">
98 <bool>false</bool>
99 </property>
100 <property name="sizePolicy">
101 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
102 <horstretch>0</horstretch>
103 <verstretch>0</verstretch>
104 </sizepolicy>
105 </property>
106 <property name="toolTip">
107 <string>Enter a tag name</string>
108 </property>
109 <property name="editable">
110 <bool>true</bool>
111 </property>
112 </widget>
113 </item>
114 <item row="3" column="0">
115 <widget class="QRadioButton" name="branchButton">
116 <property name="toolTip">
117 <string>Select to specify a revision by a branch</string>
118 </property>
119 <property name="text">
120 <string>Branch:</string>
121 </property>
122 </widget>
123 </item>
124 <item row="3" column="1" colspan="2">
125 <widget class="QComboBox" name="branchCombo">
126 <property name="enabled">
127 <bool>false</bool>
128 </property>
129 <property name="sizePolicy">
130 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
131 <horstretch>0</horstretch>
132 <verstretch>0</verstretch>
133 </sizepolicy>
134 </property>
135 <property name="toolTip">
136 <string>Enter a branch name</string>
137 </property>
138 <property name="editable">
139 <bool>true</bool>
140 </property>
141 </widget>
142 </item>
143 <item row="4" column="0">
144 <widget class="QRadioButton" name="bookmarkButton">
145 <property name="toolTip">
146 <string>Select to specify a revision by a bookmark</string>
147 </property>
148 <property name="text">
149 <string>Bookmark:</string>
150 </property>
151 </widget>
152 </item>
153 <item row="4" column="1" colspan="2">
154 <widget class="QComboBox" name="bookmarkCombo">
155 <property name="enabled">
156 <bool>false</bool>
157 </property>
158 <property name="sizePolicy">
159 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
160 <horstretch>0</horstretch>
161 <verstretch>0</verstretch>
162 </sizepolicy>
163 </property>
164 <property name="toolTip">
165 <string>Enter a bookmark name</string>
166 </property>
167 <property name="editable">
168 <bool>true</bool>
169 </property>
170 </widget>
171 </item>
172 <item row="5" column="0" colspan="2">
173 <widget class="QRadioButton" name="noneButton">
174 <property name="toolTip">
175 <string>Select to not specify a specific revision</string>
176 </property>
177 <property name="text">
178 <string>Parent</string>
179 </property>
180 <property name="checked">
181 <bool>true</bool>
182 </property>
183 </widget>
184 </item>
185 </layout>
186 </widget>
187 </item>
188 <item>
189 <widget class="QGroupBox" name="groupBox_2">
190 <property name="title">
191 <string>Commit data</string>
192 </property>
193 <layout class="QVBoxLayout" name="verticalLayout">
194 <item>
195 <widget class="QLabel" name="label_3">
196 <property name="text">
197 <string>Commit message:</string>
198 </property>
199 </widget>
200 </item>
201 <item>
202 <widget class="QPlainTextEdit" name="messageEdit">
203 <property name="toolTip">
204 <string>Enter the commit message or leave empty to use the default one</string>
205 </property>
206 <property name="tabChangesFocus">
207 <bool>true</bool>
208 </property>
209 </widget>
210 </item>
211 <item>
212 <layout class="QGridLayout" name="gridLayout_2">
213 <item row="0" column="0">
214 <widget class="QLabel" name="label">
215 <property name="text">
216 <string>Commit Date:</string>
217 </property>
218 </widget>
219 </item>
220 <item row="0" column="1">
221 <widget class="QDateTimeEdit" name="dateEdit">
222 <property name="toolTip">
223 <string>Enter optional date for the commit</string>
224 </property>
225 <property name="displayFormat">
226 <string notr="true">yyyy-MM-dd HH:mm</string>
227 </property>
228 <property name="calendarPopup">
229 <bool>false</bool>
230 </property>
231 </widget>
232 </item>
233 <item row="1" column="0">
234 <widget class="QLabel" name="label_2">
235 <property name="text">
236 <string>Commit User:</string>
237 </property>
238 </widget>
239 </item>
240 <item row="1" column="1">
241 <widget class="QLineEdit" name="userEdit">
242 <property name="toolTip">
243 <string>Enter optional user for the commit</string>
244 </property>
245 </widget>
246 </item>
247 </layout>
248 </item>
249 </layout>
250 </widget>
251 </item>
252 <item>
253 <widget class="QCheckBox" name="mergeCheckBox">
254 <property name="toolTip">
255 <string>Select to merge with parent of the project directory</string>
256 </property>
257 <property name="text">
258 <string>Merge with current parent</string>
259 </property>
260 </widget>
261 </item>
262 <item>
263 <widget class="QDialogButtonBox" name="buttonBox">
264 <property name="orientation">
265 <enum>Qt::Horizontal</enum>
266 </property>
267 <property name="standardButtons">
268 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
269 </property>
270 </widget>
271 </item>
272 </layout>
273 </widget>
274 <tabstops>
275 <tabstop>numberButton</tabstop>
276 <tabstop>numberSpinBox</tabstop>
277 <tabstop>idButton</tabstop>
278 <tabstop>idEdit</tabstop>
279 <tabstop>tagButton</tabstop>
280 <tabstop>tagCombo</tabstop>
281 <tabstop>branchButton</tabstop>
282 <tabstop>branchCombo</tabstop>
283 <tabstop>bookmarkButton</tabstop>
284 <tabstop>bookmarkCombo</tabstop>
285 <tabstop>noneButton</tabstop>
286 <tabstop>messageEdit</tabstop>
287 <tabstop>dateEdit</tabstop>
288 <tabstop>userEdit</tabstop>
289 <tabstop>mergeCheckBox</tabstop>
290 <tabstop>buttonBox</tabstop>
291 </tabstops>
292 <resources/>
293 <connections>
294 <connection>
295 <sender>buttonBox</sender>
296 <signal>accepted()</signal>
297 <receiver>HgBackoutDialog</receiver>
298 <slot>accept()</slot>
299 <hints>
300 <hint type="sourcelabel">
301 <x>261</x>
302 <y>450</y>
303 </hint>
304 <hint type="destinationlabel">
305 <x>157</x>
306 <y>224</y>
307 </hint>
308 </hints>
309 </connection>
310 <connection>
311 <sender>buttonBox</sender>
312 <signal>rejected()</signal>
313 <receiver>HgBackoutDialog</receiver>
314 <slot>reject()</slot>
315 <hints>
316 <hint type="sourcelabel">
317 <x>329</x>
318 <y>450</y>
319 </hint>
320 <hint type="destinationlabel">
321 <x>286</x>
322 <y>224</y>
323 </hint>
324 </hints>
325 </connection>
326 <connection>
327 <sender>numberButton</sender>
328 <signal>toggled(bool)</signal>
329 <receiver>numberSpinBox</receiver>
330 <slot>setEnabled(bool)</slot>
331 <hints>
332 <hint type="sourcelabel">
333 <x>48</x>
334 <y>42</y>
335 </hint>
336 <hint type="destinationlabel">
337 <x>113</x>
338 <y>43</y>
339 </hint>
340 </hints>
341 </connection>
342 <connection>
343 <sender>idButton</sender>
344 <signal>toggled(bool)</signal>
345 <receiver>idEdit</receiver>
346 <slot>setEnabled(bool)</slot>
347 <hints>
348 <hint type="sourcelabel">
349 <x>38</x>
350 <y>76</y>
351 </hint>
352 <hint type="destinationlabel">
353 <x>125</x>
354 <y>75</y>
355 </hint>
356 </hints>
357 </connection>
358 <connection>
359 <sender>tagButton</sender>
360 <signal>toggled(bool)</signal>
361 <receiver>tagCombo</receiver>
362 <slot>setEnabled(bool)</slot>
363 <hints>
364 <hint type="sourcelabel">
365 <x>52</x>
366 <y>104</y>
367 </hint>
368 <hint type="destinationlabel">
369 <x>124</x>
370 <y>99</y>
371 </hint>
372 </hints>
373 </connection>
374 <connection>
375 <sender>branchButton</sender>
376 <signal>toggled(bool)</signal>
377 <receiver>branchCombo</receiver>
378 <slot>setEnabled(bool)</slot>
379 <hints>
380 <hint type="sourcelabel">
381 <x>71</x>
382 <y>127</y>
383 </hint>
384 <hint type="destinationlabel">
385 <x>123</x>
386 <y>130</y>
387 </hint>
388 </hints>
389 </connection>
390 <connection>
391 <sender>bookmarkButton</sender>
392 <signal>toggled(bool)</signal>
393 <receiver>bookmarkCombo</receiver>
394 <slot>setEnabled(bool)</slot>
395 <hints>
396 <hint type="sourcelabel">
397 <x>57</x>
398 <y>147</y>
399 </hint>
400 <hint type="destinationlabel">
401 <x>116</x>
402 <y>147</y>
403 </hint>
404 </hints>
405 </connection>
406 </connections>
407 </ui>

eric ide

mercurial