Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui

changeset 178
dd9f0bca5e2f
child 180
40ac468c2558
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgLogBrowserDialog</class>
4 <widget class="QDialog" name="HgLogBrowserDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>800</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Log</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout">
20 <item>
21 <layout class="QHBoxLayout">
22 <item>
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>From:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QDateEdit" name="fromDate">
31 <property name="toolTip">
32 <string>Enter the start date</string>
33 </property>
34 <property name="calendarPopup">
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QLabel" name="label_2">
41 <property name="text">
42 <string>To:</string>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QDateEdit" name="toDate">
48 <property name="toolTip">
49 <string>Enter the end date</string>
50 </property>
51 <property name="calendarPopup">
52 <bool>true</bool>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QComboBox" name="fieldCombo">
58 <property name="toolTip">
59 <string>Select the field to filter on</string>
60 </property>
61 <item>
62 <property name="text">
63 <string>Revision</string>
64 </property>
65 </item>
66 <item>
67 <property name="text">
68 <string>Author</string>
69 </property>
70 </item>
71 <item>
72 <property name="text">
73 <string>Message</string>
74 </property>
75 </item>
76 </widget>
77 </item>
78 <item>
79 <widget class="QLineEdit" name="rxEdit">
80 <property name="toolTip">
81 <string>Enter the regular expression to filter on</string>
82 </property>
83 </widget>
84 </item>
85 <item>
86 <widget class="QToolButton" name="clearRxEditButton">
87 <property name="text">
88 <string/>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </item>
94 <item>
95 <widget class="QTreeWidget" name="logTree">
96 <property name="sizePolicy">
97 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
98 <horstretch>0</horstretch>
99 <verstretch>5</verstretch>
100 </sizepolicy>
101 </property>
102 <property name="alternatingRowColors">
103 <bool>true</bool>
104 </property>
105 <property name="selectionMode">
106 <enum>QAbstractItemView::ExtendedSelection</enum>
107 </property>
108 <property name="rootIsDecorated">
109 <bool>false</bool>
110 </property>
111 <property name="itemsExpandable">
112 <bool>false</bool>
113 </property>
114 <property name="sortingEnabled">
115 <bool>true</bool>
116 </property>
117 <property name="allColumnsShowFocus">
118 <bool>true</bool>
119 </property>
120 <column>
121 <property name="text">
122 <string>Revision</string>
123 </property>
124 </column>
125 <column>
126 <property name="text">
127 <string>Author</string>
128 </property>
129 </column>
130 <column>
131 <property name="text">
132 <string>Date</string>
133 </property>
134 </column>
135 <column>
136 <property name="text">
137 <string>Message</string>
138 </property>
139 </column>
140 </widget>
141 </item>
142 <item>
143 <widget class="QTextEdit" name="messageEdit">
144 <property name="sizePolicy">
145 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
146 <horstretch>0</horstretch>
147 <verstretch>2</verstretch>
148 </sizepolicy>
149 </property>
150 <property name="readOnly">
151 <bool>true</bool>
152 </property>
153 </widget>
154 </item>
155 <item>
156 <widget class="QTreeWidget" name="filesTree">
157 <property name="sizePolicy">
158 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
159 <horstretch>0</horstretch>
160 <verstretch>3</verstretch>
161 </sizepolicy>
162 </property>
163 <property name="alternatingRowColors">
164 <bool>true</bool>
165 </property>
166 <property name="rootIsDecorated">
167 <bool>false</bool>
168 </property>
169 <property name="itemsExpandable">
170 <bool>false</bool>
171 </property>
172 <property name="sortingEnabled">
173 <bool>true</bool>
174 </property>
175 <property name="allColumnsShowFocus">
176 <bool>true</bool>
177 </property>
178 <column>
179 <property name="text">
180 <string>Action</string>
181 </property>
182 </column>
183 <column>
184 <property name="text">
185 <string>Path</string>
186 </property>
187 </column>
188 <column>
189 <property name="text">
190 <string>Copy from</string>
191 </property>
192 </column>
193 <column>
194 <property name="text">
195 <string>Copy from Rev</string>
196 </property>
197 </column>
198 </widget>
199 </item>
200 <item>
201 <layout class="QHBoxLayout">
202 <item>
203 <widget class="QPushButton" name="nextButton">
204 <property name="toolTip">
205 <string>Press to get the next bunch of log entries</string>
206 </property>
207 <property name="text">
208 <string>&amp;Next</string>
209 </property>
210 </widget>
211 </item>
212 <item>
213 <widget class="QSpinBox" name="limitSpinBox">
214 <property name="toolTip">
215 <string>Enter the limit of entries to fetch</string>
216 </property>
217 <property name="alignment">
218 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
219 </property>
220 <property name="minimum">
221 <number>1</number>
222 </property>
223 <property name="maximum">
224 <number>10000</number>
225 </property>
226 <property name="value">
227 <number>100</number>
228 </property>
229 </widget>
230 </item>
231 <item>
232 <widget class="QCheckBox" name="stopCheckBox">
233 <property name="toolTip">
234 <string>Select to stop listing log messages at a copy or move</string>
235 </property>
236 <property name="text">
237 <string>Stop on Copy/Move</string>
238 </property>
239 </widget>
240 </item>
241 <item>
242 <widget class="Line" name="line">
243 <property name="orientation">
244 <enum>Qt::Vertical</enum>
245 </property>
246 </widget>
247 </item>
248 <item>
249 <widget class="QPushButton" name="diffPreviousButton">
250 <property name="toolTip">
251 <string>Press to generate a diff to the previous revision</string>
252 </property>
253 <property name="text">
254 <string>&amp;Diff to Previous</string>
255 </property>
256 </widget>
257 </item>
258 <item>
259 <widget class="QPushButton" name="diffRevisionsButton">
260 <property name="toolTip">
261 <string>Press to compare two revisions</string>
262 </property>
263 <property name="text">
264 <string>&amp;Compare Revisions</string>
265 </property>
266 </widget>
267 </item>
268 <item>
269 <spacer>
270 <property name="orientation">
271 <enum>Qt::Horizontal</enum>
272 </property>
273 <property name="sizeHint" stdset="0">
274 <size>
275 <width>81</width>
276 <height>29</height>
277 </size>
278 </property>
279 </spacer>
280 </item>
281 </layout>
282 </item>
283 <item>
284 <widget class="QGroupBox" name="errorGroup">
285 <property name="sizePolicy">
286 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
287 <horstretch>0</horstretch>
288 <verstretch>1</verstretch>
289 </sizepolicy>
290 </property>
291 <property name="title">
292 <string>Errors</string>
293 </property>
294 <layout class="QVBoxLayout">
295 <item>
296 <widget class="QTextEdit" name="errors">
297 <property name="focusPolicy">
298 <enum>Qt::NoFocus</enum>
299 </property>
300 <property name="whatsThis">
301 <string>&lt;b&gt;Mercurial log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the hg log command.&lt;/p&gt;</string>
302 </property>
303 <property name="readOnly">
304 <bool>true</bool>
305 </property>
306 <property name="acceptRichText">
307 <bool>false</bool>
308 </property>
309 </widget>
310 </item>
311 </layout>
312 </widget>
313 </item>
314 <item>
315 <widget class="QGroupBox" name="inputGroup">
316 <property name="title">
317 <string>Input</string>
318 </property>
319 <layout class="QGridLayout">
320 <item row="1" column="1">
321 <spacer>
322 <property name="orientation">
323 <enum>Qt::Horizontal</enum>
324 </property>
325 <property name="sizeType">
326 <enum>QSizePolicy::Expanding</enum>
327 </property>
328 <property name="sizeHint" stdset="0">
329 <size>
330 <width>327</width>
331 <height>29</height>
332 </size>
333 </property>
334 </spacer>
335 </item>
336 <item row="1" column="2">
337 <widget class="QPushButton" name="sendButton">
338 <property name="toolTip">
339 <string>Press to send the input to the hg process</string>
340 </property>
341 <property name="text">
342 <string>&amp;Send</string>
343 </property>
344 <property name="shortcut">
345 <string>Alt+S</string>
346 </property>
347 </widget>
348 </item>
349 <item row="0" column="0" colspan="3">
350 <widget class="QLineEdit" name="input">
351 <property name="toolTip">
352 <string>Enter data to be sent to the hg process</string>
353 </property>
354 </widget>
355 </item>
356 <item row="1" column="0">
357 <widget class="QCheckBox" name="passwordCheckBox">
358 <property name="toolTip">
359 <string>Select to switch the input field to password mode</string>
360 </property>
361 <property name="text">
362 <string>&amp;Password Mode</string>
363 </property>
364 <property name="shortcut">
365 <string>Alt+P</string>
366 </property>
367 </widget>
368 </item>
369 </layout>
370 </widget>
371 </item>
372 <item>
373 <widget class="QDialogButtonBox" name="buttonBox">
374 <property name="orientation">
375 <enum>Qt::Horizontal</enum>
376 </property>
377 <property name="standardButtons">
378 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
379 </property>
380 </widget>
381 </item>
382 </layout>
383 </widget>
384 <tabstops>
385 <tabstop>fromDate</tabstop>
386 <tabstop>toDate</tabstop>
387 <tabstop>fieldCombo</tabstop>
388 <tabstop>rxEdit</tabstop>
389 <tabstop>clearRxEditButton</tabstop>
390 <tabstop>logTree</tabstop>
391 <tabstop>messageEdit</tabstop>
392 <tabstop>filesTree</tabstop>
393 <tabstop>nextButton</tabstop>
394 <tabstop>limitSpinBox</tabstop>
395 <tabstop>stopCheckBox</tabstop>
396 <tabstop>diffPreviousButton</tabstop>
397 <tabstop>diffRevisionsButton</tabstop>
398 <tabstop>input</tabstop>
399 <tabstop>passwordCheckBox</tabstop>
400 <tabstop>sendButton</tabstop>
401 <tabstop>buttonBox</tabstop>
402 </tabstops>
403 <resources/>
404 <connections/>
405 </ui>

eric ide

mercurial