eric7/Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitRevisionsSelectionDialog</class>
4 <widget class="QDialog" name="GitRevisionsSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>371</width>
10 <height>497</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Diff</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="rev1GroupBox">
22 <property name="title">
23 <string>Revision &amp;1</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QRadioButton" name="rev1Button">
28 <property name="toolTip">
29 <string>Select to specify a revision by a revision expression</string>
30 </property>
31 <property name="text">
32 <string>Commit:</string>
33 </property>
34 </widget>
35 </item>
36 <item row="0" column="1">
37 <widget class="QLineEdit" name="rev1Edit">
38 <property name="enabled">
39 <bool>false</bool>
40 </property>
41 <property name="toolTip">
42 <string>Enter a commit id</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="0">
47 <widget class="QRadioButton" name="tag1Button">
48 <property name="toolTip">
49 <string>Select to specify a revision by a tag</string>
50 </property>
51 <property name="text">
52 <string>Tag:</string>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1">
57 <widget class="QComboBox" name="tag1Combo">
58 <property name="enabled">
59 <bool>false</bool>
60 </property>
61 <property name="toolTip">
62 <string>Enter a tag name</string>
63 </property>
64 <property name="editable">
65 <bool>true</bool>
66 </property>
67 </widget>
68 </item>
69 <item row="2" column="0">
70 <widget class="QRadioButton" name="branch1Button">
71 <property name="toolTip">
72 <string>Select to specify a revision by a branch</string>
73 </property>
74 <property name="text">
75 <string>Branch:</string>
76 </property>
77 </widget>
78 </item>
79 <item row="2" column="1">
80 <widget class="QComboBox" name="branch1Combo">
81 <property name="enabled">
82 <bool>false</bool>
83 </property>
84 <property name="toolTip">
85 <string>Enter a branch name</string>
86 </property>
87 <property name="editable">
88 <bool>true</bool>
89 </property>
90 </widget>
91 </item>
92 <item row="3" column="0" colspan="2">
93 <widget class="QRadioButton" name="tip1Button">
94 <property name="toolTip">
95 <string>Select HEAD revision</string>
96 </property>
97 <property name="text">
98 <string>HEAD</string>
99 </property>
100 <property name="checked">
101 <bool>false</bool>
102 </property>
103 </widget>
104 </item>
105 <item row="4" column="0" colspan="2">
106 <widget class="QRadioButton" name="prev1Button">
107 <property name="toolTip">
108 <string>Select revision before HEAD</string>
109 </property>
110 <property name="text">
111 <string>HEAD^</string>
112 </property>
113 <property name="checked">
114 <bool>true</bool>
115 </property>
116 </widget>
117 </item>
118 <item row="5" column="0" colspan="2">
119 <widget class="QRadioButton" name="none1Button">
120 <property name="text">
121 <string>No revision selected</string>
122 </property>
123 </widget>
124 </item>
125 </layout>
126 </widget>
127 </item>
128 <item>
129 <widget class="QGroupBox" name="rev2GroupBox">
130 <property name="title">
131 <string>Revision &amp;2</string>
132 </property>
133 <layout class="QGridLayout" name="gridLayout_2">
134 <item row="0" column="0">
135 <widget class="QRadioButton" name="rev2Button">
136 <property name="toolTip">
137 <string>Select to specify a revision by a revision expression</string>
138 </property>
139 <property name="text">
140 <string>Commit:</string>
141 </property>
142 </widget>
143 </item>
144 <item row="0" column="1">
145 <widget class="QLineEdit" name="rev2Edit">
146 <property name="enabled">
147 <bool>false</bool>
148 </property>
149 <property name="toolTip">
150 <string>Enter a commit id</string>
151 </property>
152 </widget>
153 </item>
154 <item row="1" column="0">
155 <widget class="QRadioButton" name="tag2Button">
156 <property name="toolTip">
157 <string>Select to specify a revision by a tag</string>
158 </property>
159 <property name="text">
160 <string>Tag:</string>
161 </property>
162 </widget>
163 </item>
164 <item row="1" column="1">
165 <widget class="QComboBox" name="tag2Combo">
166 <property name="enabled">
167 <bool>false</bool>
168 </property>
169 <property name="toolTip">
170 <string>Enter a tag name</string>
171 </property>
172 <property name="editable">
173 <bool>true</bool>
174 </property>
175 </widget>
176 </item>
177 <item row="2" column="0">
178 <widget class="QRadioButton" name="branch2Button">
179 <property name="toolTip">
180 <string>Select to specify a revision by a branch</string>
181 </property>
182 <property name="text">
183 <string>Branch:</string>
184 </property>
185 </widget>
186 </item>
187 <item row="2" column="1">
188 <widget class="QComboBox" name="branch2Combo">
189 <property name="enabled">
190 <bool>false</bool>
191 </property>
192 <property name="toolTip">
193 <string>Enter a branch name</string>
194 </property>
195 <property name="editable">
196 <bool>true</bool>
197 </property>
198 </widget>
199 </item>
200 <item row="3" column="0" colspan="2">
201 <widget class="QRadioButton" name="tip2Button">
202 <property name="toolTip">
203 <string>Select HEAD revision</string>
204 </property>
205 <property name="text">
206 <string>HEAD</string>
207 </property>
208 <property name="checked">
209 <bool>true</bool>
210 </property>
211 </widget>
212 </item>
213 <item row="4" column="0" colspan="2">
214 <widget class="QRadioButton" name="prev2Button">
215 <property name="toolTip">
216 <string>Select revision before HEAD</string>
217 </property>
218 <property name="text">
219 <string>HEAD^</string>
220 </property>
221 </widget>
222 </item>
223 <item row="5" column="0" colspan="2">
224 <widget class="QRadioButton" name="none2Button">
225 <property name="text">
226 <string>No revision selected</string>
227 </property>
228 </widget>
229 </item>
230 </layout>
231 </widget>
232 </item>
233 <item>
234 <widget class="QDialogButtonBox" name="buttonBox">
235 <property name="orientation">
236 <enum>Qt::Horizontal</enum>
237 </property>
238 <property name="standardButtons">
239 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
240 </property>
241 </widget>
242 </item>
243 </layout>
244 </widget>
245 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
246 <tabstops>
247 <tabstop>rev1Button</tabstop>
248 <tabstop>rev1Edit</tabstop>
249 <tabstop>tag1Button</tabstop>
250 <tabstop>tag1Combo</tabstop>
251 <tabstop>branch1Button</tabstop>
252 <tabstop>branch1Combo</tabstop>
253 <tabstop>tip1Button</tabstop>
254 <tabstop>prev1Button</tabstop>
255 <tabstop>none1Button</tabstop>
256 <tabstop>rev2Button</tabstop>
257 <tabstop>rev2Edit</tabstop>
258 <tabstop>tag2Button</tabstop>
259 <tabstop>tag2Combo</tabstop>
260 <tabstop>branch2Button</tabstop>
261 <tabstop>branch2Combo</tabstop>
262 <tabstop>tip2Button</tabstop>
263 <tabstop>prev2Button</tabstop>
264 <tabstop>none2Button</tabstop>
265 <tabstop>buttonBox</tabstop>
266 </tabstops>
267 <resources/>
268 <connections>
269 <connection>
270 <sender>buttonBox</sender>
271 <signal>accepted()</signal>
272 <receiver>GitRevisionsSelectionDialog</receiver>
273 <slot>accept()</slot>
274 <hints>
275 <hint type="sourcelabel">
276 <x>54</x>
277 <y>440</y>
278 </hint>
279 <hint type="destinationlabel">
280 <x>21</x>
281 <y>143</y>
282 </hint>
283 </hints>
284 </connection>
285 <connection>
286 <sender>buttonBox</sender>
287 <signal>rejected()</signal>
288 <receiver>GitRevisionsSelectionDialog</receiver>
289 <slot>reject()</slot>
290 <hints>
291 <hint type="sourcelabel">
292 <x>106</x>
293 <y>440</y>
294 </hint>
295 <hint type="destinationlabel">
296 <x>73</x>
297 <y>140</y>
298 </hint>
299 </hints>
300 </connection>
301 <connection>
302 <sender>rev1Button</sender>
303 <signal>toggled(bool)</signal>
304 <receiver>rev1Edit</receiver>
305 <slot>setEnabled(bool)</slot>
306 <hints>
307 <hint type="sourcelabel">
308 <x>32</x>
309 <y>71</y>
310 </hint>
311 <hint type="destinationlabel">
312 <x>147</x>
313 <y>72</y>
314 </hint>
315 </hints>
316 </connection>
317 <connection>
318 <sender>rev2Button</sender>
319 <signal>toggled(bool)</signal>
320 <receiver>rev2Edit</receiver>
321 <slot>setEnabled(bool)</slot>
322 <hints>
323 <hint type="sourcelabel">
324 <x>68</x>
325 <y>286</y>
326 </hint>
327 <hint type="destinationlabel">
328 <x>230</x>
329 <y>286</y>
330 </hint>
331 </hints>
332 </connection>
333 <connection>
334 <sender>tag1Button</sender>
335 <signal>toggled(bool)</signal>
336 <receiver>tag1Combo</receiver>
337 <slot>setEnabled(bool)</slot>
338 <hints>
339 <hint type="sourcelabel">
340 <x>59</x>
341 <y>105</y>
342 </hint>
343 <hint type="destinationlabel">
344 <x>129</x>
345 <y>101</y>
346 </hint>
347 </hints>
348 </connection>
349 <connection>
350 <sender>branch1Button</sender>
351 <signal>toggled(bool)</signal>
352 <receiver>branch1Combo</receiver>
353 <slot>setEnabled(bool)</slot>
354 <hints>
355 <hint type="sourcelabel">
356 <x>50</x>
357 <y>124</y>
358 </hint>
359 <hint type="destinationlabel">
360 <x>117</x>
361 <y>128</y>
362 </hint>
363 </hints>
364 </connection>
365 <connection>
366 <sender>tag2Button</sender>
367 <signal>toggled(bool)</signal>
368 <receiver>tag2Combo</receiver>
369 <slot>setEnabled(bool)</slot>
370 <hints>
371 <hint type="sourcelabel">
372 <x>36</x>
373 <y>306</y>
374 </hint>
375 <hint type="destinationlabel">
376 <x>149</x>
377 <y>306</y>
378 </hint>
379 </hints>
380 </connection>
381 <connection>
382 <sender>branch2Button</sender>
383 <signal>toggled(bool)</signal>
384 <receiver>branch2Combo</receiver>
385 <slot>setEnabled(bool)</slot>
386 <hints>
387 <hint type="sourcelabel">
388 <x>73</x>
389 <y>331</y>
390 </hint>
391 <hint type="destinationlabel">
392 <x>140</x>
393 <y>331</y>
394 </hint>
395 </hints>
396 </connection>
397 </connections>
398 </ui>

eric ide

mercurial