src/eric7/Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.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>HgMultiRevisionSelectionDialog</class>
4 <widget class="QDialog" name="HgMultiRevisionSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>338</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Revisions</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="changesetsButton">
28 <property name="toolTip">
29 <string>Select to specify a list of changesets</string>
30 </property>
31 <property name="text">
32 <string>Revisions:</string>
33 </property>
34 <property name="checked">
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item row="0" column="1">
40 <widget class="QPlainTextEdit" name="changesetsEdit">
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="sizePolicy">
68 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
69 <horstretch>0</horstretch>
70 <verstretch>0</verstretch>
71 </sizepolicy>
72 </property>
73 <property name="toolTip">
74 <string>Enter a tag name</string>
75 </property>
76 <property name="editable">
77 <bool>true</bool>
78 </property>
79 </widget>
80 </item>
81 <item row="2" column="0">
82 <widget class="QRadioButton" name="branchButton">
83 <property name="toolTip">
84 <string>Select to specify a revision by a branch</string>
85 </property>
86 <property name="text">
87 <string>Branch:</string>
88 </property>
89 </widget>
90 </item>
91 <item row="2" column="1">
92 <widget class="QComboBox" name="branchCombo">
93 <property name="enabled">
94 <bool>false</bool>
95 </property>
96 <property name="sizePolicy">
97 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
98 <horstretch>0</horstretch>
99 <verstretch>0</verstretch>
100 </sizepolicy>
101 </property>
102 <property name="toolTip">
103 <string>Enter a branch name</string>
104 </property>
105 <property name="editable">
106 <bool>true</bool>
107 </property>
108 </widget>
109 </item>
110 <item row="3" column="0">
111 <widget class="QRadioButton" name="bookmarkButton">
112 <property name="toolTip">
113 <string>Select to specify a revision by a bookmark</string>
114 </property>
115 <property name="text">
116 <string>Bookmark:</string>
117 </property>
118 </widget>
119 </item>
120 <item row="3" column="1">
121 <widget class="QComboBox" name="bookmarkCombo">
122 <property name="enabled">
123 <bool>false</bool>
124 </property>
125 <property name="sizePolicy">
126 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
127 <horstretch>0</horstretch>
128 <verstretch>0</verstretch>
129 </sizepolicy>
130 </property>
131 <property name="toolTip">
132 <string>Enter a bookmark name</string>
133 </property>
134 <property name="editable">
135 <bool>true</bool>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </widget>
141 </item>
142 <item>
143 <widget class="QGroupBox" name="limitGroup">
144 <property name="title">
145 <string>Limit Results</string>
146 </property>
147 <property name="checkable">
148 <bool>true</bool>
149 </property>
150 <property name="checked">
151 <bool>false</bool>
152 </property>
153 <layout class="QHBoxLayout" name="horizontalLayout">
154 <item>
155 <widget class="QLabel" name="label">
156 <property name="text">
157 <string>Enter number of entries to show:</string>
158 </property>
159 </widget>
160 </item>
161 <item>
162 <widget class="QSpinBox" name="limitSpinBox">
163 <property name="toolTip">
164 <string/>
165 </property>
166 <property name="alignment">
167 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
168 </property>
169 <property name="minimum">
170 <number>1</number>
171 </property>
172 <property name="maximum">
173 <number>9999</number>
174 </property>
175 </widget>
176 </item>
177 <item>
178 <spacer name="horizontalSpacer">
179 <property name="orientation">
180 <enum>Qt::Horizontal</enum>
181 </property>
182 <property name="sizeHint" stdset="0">
183 <size>
184 <width>164</width>
185 <height>20</height>
186 </size>
187 </property>
188 </spacer>
189 </item>
190 </layout>
191 </widget>
192 </item>
193 <item>
194 <widget class="QDialogButtonBox" name="buttonBox">
195 <property name="orientation">
196 <enum>Qt::Horizontal</enum>
197 </property>
198 <property name="standardButtons">
199 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
200 </property>
201 </widget>
202 </item>
203 </layout>
204 </widget>
205 <tabstops>
206 <tabstop>changesetsButton</tabstop>
207 <tabstop>changesetsEdit</tabstop>
208 <tabstop>tagButton</tabstop>
209 <tabstop>tagCombo</tabstop>
210 <tabstop>branchButton</tabstop>
211 <tabstop>branchCombo</tabstop>
212 <tabstop>bookmarkButton</tabstop>
213 <tabstop>bookmarkCombo</tabstop>
214 <tabstop>limitGroup</tabstop>
215 <tabstop>limitSpinBox</tabstop>
216 <tabstop>buttonBox</tabstop>
217 </tabstops>
218 <resources/>
219 <connections>
220 <connection>
221 <sender>buttonBox</sender>
222 <signal>accepted()</signal>
223 <receiver>HgMultiRevisionSelectionDialog</receiver>
224 <slot>accept()</slot>
225 <hints>
226 <hint type="sourcelabel">
227 <x>266</x>
228 <y>319</y>
229 </hint>
230 <hint type="destinationlabel">
231 <x>157</x>
232 <y>223</y>
233 </hint>
234 </hints>
235 </connection>
236 <connection>
237 <sender>buttonBox</sender>
238 <signal>rejected()</signal>
239 <receiver>HgMultiRevisionSelectionDialog</receiver>
240 <slot>reject()</slot>
241 <hints>
242 <hint type="sourcelabel">
243 <x>334</x>
244 <y>319</y>
245 </hint>
246 <hint type="destinationlabel">
247 <x>286</x>
248 <y>223</y>
249 </hint>
250 </hints>
251 </connection>
252 <connection>
253 <sender>tagButton</sender>
254 <signal>toggled(bool)</signal>
255 <receiver>tagCombo</receiver>
256 <slot>setEnabled(bool)</slot>
257 <hints>
258 <hint type="sourcelabel">
259 <x>89</x>
260 <y>149</y>
261 </hint>
262 <hint type="destinationlabel">
263 <x>253</x>
264 <y>149</y>
265 </hint>
266 </hints>
267 </connection>
268 <connection>
269 <sender>branchButton</sender>
270 <signal>toggled(bool)</signal>
271 <receiver>branchCombo</receiver>
272 <slot>setEnabled(bool)</slot>
273 <hints>
274 <hint type="sourcelabel">
275 <x>80</x>
276 <y>175</y>
277 </hint>
278 <hint type="destinationlabel">
279 <x>238</x>
280 <y>175</y>
281 </hint>
282 </hints>
283 </connection>
284 <connection>
285 <sender>bookmarkButton</sender>
286 <signal>toggled(bool)</signal>
287 <receiver>bookmarkCombo</receiver>
288 <slot>setEnabled(bool)</slot>
289 <hints>
290 <hint type="sourcelabel">
291 <x>45</x>
292 <y>201</y>
293 </hint>
294 <hint type="destinationlabel">
295 <x>251</x>
296 <y>201</y>
297 </hint>
298 </hints>
299 </connection>
300 <connection>
301 <sender>changesetsButton</sender>
302 <signal>toggled(bool)</signal>
303 <receiver>changesetsEdit</receiver>
304 <slot>setEnabled(bool)</slot>
305 <hints>
306 <hint type="sourcelabel">
307 <x>59</x>
308 <y>81</y>
309 </hint>
310 <hint type="destinationlabel">
311 <x>157</x>
312 <y>80</y>
313 </hint>
314 </hints>
315 </connection>
316 </connections>
317 </ui>

eric ide

mercurial