src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgBundleDialog</class>
4 <widget class="QDialog" name="HgBundleDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>452</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Bundle</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="groupBox">
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="multipleButton">
28 <property name="toolTip">
29 <string>Select to specify multiple revisions</string>
30 </property>
31 <property name="text">
32 <string>Revisions:</string>
33 </property>
34 </widget>
35 </item>
36 <item row="0" column="1">
37 <widget class="QPlainTextEdit" name="multipleEdit">
38 <property name="enabled">
39 <bool>false</bool>
40 </property>
41 <property name="toolTip">
42 <string>Enter revisions by number, id, range or revset expression one per line</string>
43 </property>
44 <property name="tabChangesFocus">
45 <bool>true</bool>
46 </property>
47 <property name="lineWrapMode">
48 <enum>QPlainTextEdit::NoWrap</enum>
49 </property>
50 </widget>
51 </item>
52 <item row="1" column="0">
53 <widget class="QRadioButton" name="tagButton">
54 <property name="toolTip">
55 <string>Select to specify a revision by a tag</string>
56 </property>
57 <property name="text">
58 <string>Tag:</string>
59 </property>
60 </widget>
61 </item>
62 <item row="1" column="1">
63 <widget class="QComboBox" name="tagCombo">
64 <property name="enabled">
65 <bool>false</bool>
66 </property>
67 <property name="toolTip">
68 <string>Enter a tag name</string>
69 </property>
70 <property name="editable">
71 <bool>true</bool>
72 </property>
73 </widget>
74 </item>
75 <item row="2" column="0">
76 <widget class="QRadioButton" name="branchButton">
77 <property name="toolTip">
78 <string>Select to specify a revision by a branch</string>
79 </property>
80 <property name="text">
81 <string>Branch:</string>
82 </property>
83 </widget>
84 </item>
85 <item row="2" column="1">
86 <widget class="QComboBox" name="branchCombo">
87 <property name="enabled">
88 <bool>false</bool>
89 </property>
90 <property name="toolTip">
91 <string>Enter a branch name</string>
92 </property>
93 <property name="editable">
94 <bool>true</bool>
95 </property>
96 </widget>
97 </item>
98 <item row="3" column="0">
99 <widget class="QRadioButton" name="bookmarkButton">
100 <property name="toolTip">
101 <string>Select to specify a revision by a bookmark</string>
102 </property>
103 <property name="text">
104 <string>Bookmark:</string>
105 </property>
106 </widget>
107 </item>
108 <item row="3" column="1">
109 <widget class="QComboBox" name="bookmarkCombo">
110 <property name="enabled">
111 <bool>false</bool>
112 </property>
113 <property name="sizePolicy">
114 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
115 <horstretch>0</horstretch>
116 <verstretch>0</verstretch>
117 </sizepolicy>
118 </property>
119 <property name="toolTip">
120 <string>Enter a bookmark name</string>
121 </property>
122 <property name="editable">
123 <bool>true</bool>
124 </property>
125 </widget>
126 </item>
127 <item row="4" column="0" colspan="2">
128 <widget class="QRadioButton" name="noneButton">
129 <property name="toolTip">
130 <string>Select to not specify a specific revision</string>
131 </property>
132 <property name="text">
133 <string>No revision selected</string>
134 </property>
135 <property name="checked">
136 <bool>true</bool>
137 </property>
138 </widget>
139 </item>
140 </layout>
141 </widget>
142 </item>
143 <item>
144 <layout class="QHBoxLayout" name="horizontalLayout_2">
145 <item>
146 <widget class="QLabel" name="label_2">
147 <property name="text">
148 <string>Base Revisions:</string>
149 </property>
150 </widget>
151 </item>
152 <item>
153 <widget class="QPlainTextEdit" name="baseRevisionsEdit">
154 <property name="toolTip">
155 <string>Enter changesets by number, id, range or revset expression one per line</string>
156 </property>
157 <property name="tabChangesFocus">
158 <bool>true</bool>
159 </property>
160 <property name="lineWrapMode">
161 <enum>QPlainTextEdit::NoWrap</enum>
162 </property>
163 </widget>
164 </item>
165 </layout>
166 </item>
167 <item>
168 <layout class="QHBoxLayout" name="horizontalLayout">
169 <item>
170 <widget class="QLabel" name="label">
171 <property name="text">
172 <string>Compression:</string>
173 </property>
174 </widget>
175 </item>
176 <item>
177 <widget class="QComboBox" name="compressionCombo">
178 <property name="sizePolicy">
179 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
180 <horstretch>0</horstretch>
181 <verstretch>0</verstretch>
182 </sizepolicy>
183 </property>
184 <property name="toolTip">
185 <string>Select the compression type (empty for default)</string>
186 </property>
187 </widget>
188 </item>
189 </layout>
190 </item>
191 <item>
192 <widget class="QCheckBox" name="allCheckBox">
193 <property name="toolTip">
194 <string>Select to bundle all changesets</string>
195 </property>
196 <property name="text">
197 <string>Bundle all changesets</string>
198 </property>
199 </widget>
200 </item>
201 <item>
202 <widget class="QDialogButtonBox" name="buttonBox">
203 <property name="orientation">
204 <enum>Qt::Horizontal</enum>
205 </property>
206 <property name="standardButtons">
207 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
208 </property>
209 </widget>
210 </item>
211 </layout>
212 </widget>
213 <tabstops>
214 <tabstop>multipleButton</tabstop>
215 <tabstop>multipleEdit</tabstop>
216 <tabstop>tagButton</tabstop>
217 <tabstop>tagCombo</tabstop>
218 <tabstop>branchButton</tabstop>
219 <tabstop>branchCombo</tabstop>
220 <tabstop>bookmarkButton</tabstop>
221 <tabstop>bookmarkCombo</tabstop>
222 <tabstop>noneButton</tabstop>
223 <tabstop>baseRevisionsEdit</tabstop>
224 <tabstop>compressionCombo</tabstop>
225 <tabstop>allCheckBox</tabstop>
226 <tabstop>buttonBox</tabstop>
227 </tabstops>
228 <resources/>
229 <connections>
230 <connection>
231 <sender>buttonBox</sender>
232 <signal>accepted()</signal>
233 <receiver>HgBundleDialog</receiver>
234 <slot>accept()</slot>
235 <hints>
236 <hint type="sourcelabel">
237 <x>270</x>
238 <y>442</y>
239 </hint>
240 <hint type="destinationlabel">
241 <x>157</x>
242 <y>229</y>
243 </hint>
244 </hints>
245 </connection>
246 <connection>
247 <sender>buttonBox</sender>
248 <signal>rejected()</signal>
249 <receiver>HgBundleDialog</receiver>
250 <slot>reject()</slot>
251 <hints>
252 <hint type="sourcelabel">
253 <x>338</x>
254 <y>442</y>
255 </hint>
256 <hint type="destinationlabel">
257 <x>286</x>
258 <y>229</y>
259 </hint>
260 </hints>
261 </connection>
262 <connection>
263 <sender>tagButton</sender>
264 <signal>toggled(bool)</signal>
265 <receiver>tagCombo</receiver>
266 <slot>setEnabled(bool)</slot>
267 <hints>
268 <hint type="sourcelabel">
269 <x>72</x>
270 <y>154</y>
271 </hint>
272 <hint type="destinationlabel">
273 <x>234</x>
274 <y>154</y>
275 </hint>
276 </hints>
277 </connection>
278 <connection>
279 <sender>branchButton</sender>
280 <signal>toggled(bool)</signal>
281 <receiver>branchCombo</receiver>
282 <slot>setEnabled(bool)</slot>
283 <hints>
284 <hint type="sourcelabel">
285 <x>91</x>
286 <y>181</y>
287 </hint>
288 <hint type="destinationlabel">
289 <x>233</x>
290 <y>181</y>
291 </hint>
292 </hints>
293 </connection>
294 <connection>
295 <sender>bookmarkButton</sender>
296 <signal>toggled(bool)</signal>
297 <receiver>bookmarkCombo</receiver>
298 <slot>setEnabled(bool)</slot>
299 <hints>
300 <hint type="sourcelabel">
301 <x>65</x>
302 <y>208</y>
303 </hint>
304 <hint type="destinationlabel">
305 <x>235</x>
306 <y>208</y>
307 </hint>
308 </hints>
309 </connection>
310 <connection>
311 <sender>multipleButton</sender>
312 <signal>toggled(bool)</signal>
313 <receiver>multipleEdit</receiver>
314 <slot>setEnabled(bool)</slot>
315 <hints>
316 <hint type="sourcelabel">
317 <x>60</x>
318 <y>78</y>
319 </hint>
320 <hint type="destinationlabel">
321 <x>141</x>
322 <y>83</y>
323 </hint>
324 </hints>
325 </connection>
326 </connections>
327 </ui>

eric ide

mercurial