Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui

changeset 5264
8bc23ecb4ea3
parent 5262
235d6a030128
child 5268
748e4c50523b
equal deleted inserted replaced
5263:50a03ff54b15 5264:8bc23ecb4ea3
4 <widget class="QDialog" name="HgUserConfigDialog"> 4 <widget class="QDialog" name="HgUserConfigDialog">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>400</width> 9 <width>500</width>
10 <height>436</height> 10 <height>500</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Mercurial User Data</string> 14 <string>Mercurial User Data</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout_3">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="groupBox"> 21 <widget class="QTabWidget" name="tabWidget">
22 <property name="title"> 22 <property name="currentIndex">
23 <string>User Data</string> 23 <number>1</number>
24 </property> 24 </property>
25 <layout class="QGridLayout" name="gridLayout"> 25 <widget class="QWidget" name="tab">
26 <item row="0" column="0"> 26 <attribute name="title">
27 <widget class="QLabel" name="label"> 27 <string>User</string>
28 <property name="text"> 28 </attribute>
29 <string>Name:</string> 29 <layout class="QVBoxLayout" name="verticalLayout">
30 </property> 30 <property name="leftMargin">
31 </widget> 31 <number>6</number>
32 </item> 32 </property>
33 <item row="0" column="1"> 33 <property name="topMargin">
34 <widget class="E5ClearableLineEdit" name="userNameEdit"> 34 <number>6</number>
35 <property name="toolTip"> 35 </property>
36 <string>Enter the user name</string> 36 <property name="rightMargin">
37 </property> 37 <number>6</number>
38 </widget> 38 </property>
39 </item> 39 <property name="bottomMargin">
40 <item row="1" column="0"> 40 <number>6</number>
41 <widget class="QLabel" name="label_3"> 41 </property>
42 <property name="text"> 42 <item>
43 <string>Email:</string> 43 <widget class="QGroupBox" name="groupBox">
44 </property> 44 <property name="title">
45 </widget> 45 <string>User Data</string>
46 </item> 46 </property>
47 <item row="1" column="1"> 47 <layout class="QGridLayout" name="gridLayout">
48 <widget class="E5ClearableLineEdit" name="emailEdit"> 48 <item row="0" column="0">
49 <property name="toolTip"> 49 <widget class="QLabel" name="label">
50 <string>Enter the email address</string> 50 <property name="text">
51 </property> 51 <string>Name:</string>
52 </widget> 52 </property>
53 </item> 53 </widget>
54 </layout> 54 </item>
55 <item row="0" column="1">
56 <widget class="E5ClearableLineEdit" name="userNameEdit">
57 <property name="toolTip">
58 <string>Enter the user name</string>
59 </property>
60 <property name="placeholderText">
61 <string>Enter your name</string>
62 </property>
63 </widget>
64 </item>
65 <item row="1" column="0">
66 <widget class="QLabel" name="label_3">
67 <property name="text">
68 <string>Email:</string>
69 </property>
70 </widget>
71 </item>
72 <item row="1" column="1">
73 <widget class="E5ClearableLineEdit" name="emailEdit">
74 <property name="toolTip">
75 <string>Enter the email address</string>
76 </property>
77 <property name="placeholderText">
78 <string>Enter your email address</string>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </widget>
84 </item>
85 <item>
86 <spacer name="verticalSpacer">
87 <property name="orientation">
88 <enum>Qt::Vertical</enum>
89 </property>
90 <property name="sizeHint" stdset="0">
91 <size>
92 <width>20</width>
93 <height>239</height>
94 </size>
95 </property>
96 </spacer>
97 </item>
98 </layout>
99 </widget>
100 <widget class="QWidget" name="tab_2">
101 <attribute name="title">
102 <string>Extensions</string>
103 </attribute>
104 <layout class="QVBoxLayout" name="verticalLayout_2">
105 <property name="leftMargin">
106 <number>6</number>
107 </property>
108 <property name="topMargin">
109 <number>6</number>
110 </property>
111 <property name="rightMargin">
112 <number>6</number>
113 </property>
114 <property name="bottomMargin">
115 <number>6</number>
116 </property>
117 <item>
118 <widget class="QGroupBox" name="groupBox_2">
119 <property name="title">
120 <string>Extensions</string>
121 </property>
122 <layout class="QGridLayout" name="gridLayout_2">
123 <item row="0" column="0">
124 <widget class="QCheckBox" name="fetchCheckBox">
125 <property name="toolTip">
126 <string>Select to activate the fetch extension</string>
127 </property>
128 <property name="text">
129 <string>Fetch</string>
130 </property>
131 </widget>
132 </item>
133 <item row="0" column="1">
134 <widget class="QCheckBox" name="gpgCheckBox">
135 <property name="toolTip">
136 <string>Select to activate the GPG extension</string>
137 </property>
138 <property name="text">
139 <string>GPG</string>
140 </property>
141 </widget>
142 </item>
143 <item row="1" column="0">
144 <widget class="QCheckBox" name="largefilesCheckBox">
145 <property name="toolTip">
146 <string>Select to activate the largefiles extension</string>
147 </property>
148 <property name="text">
149 <string>Large Files</string>
150 </property>
151 </widget>
152 </item>
153 <item row="1" column="1">
154 <widget class="QCheckBox" name="purgeCheckBox">
155 <property name="toolTip">
156 <string>Select to activate the Purge extension</string>
157 </property>
158 <property name="text">
159 <string>Purge</string>
160 </property>
161 </widget>
162 </item>
163 <item row="2" column="0">
164 <widget class="QCheckBox" name="queuesCheckBox">
165 <property name="toolTip">
166 <string>Select to activate the queues extension</string>
167 </property>
168 <property name="text">
169 <string>Queues</string>
170 </property>
171 </widget>
172 </item>
173 <item row="2" column="1">
174 <widget class="QCheckBox" name="rebaseCheckBox">
175 <property name="toolTip">
176 <string>Select to activate the rebase extension</string>
177 </property>
178 <property name="text">
179 <string>Rebase</string>
180 </property>
181 </widget>
182 </item>
183 <item row="3" column="0">
184 <widget class="QCheckBox" name="shelveCheckBox">
185 <property name="toolTip">
186 <string>Select to activate the shelve extension</string>
187 </property>
188 <property name="text">
189 <string>Shelve</string>
190 </property>
191 </widget>
192 </item>
193 </layout>
194 </widget>
195 </item>
196 <item>
197 <widget class="QGroupBox" name="largefilesGroup">
198 <property name="enabled">
199 <bool>false</bool>
200 </property>
201 <property name="title">
202 <string>Large Files</string>
203 </property>
204 <layout class="QGridLayout" name="gridLayout_3">
205 <item row="0" column="0">
206 <widget class="QLabel" name="label_4">
207 <property name="text">
208 <string>Minimum file size:</string>
209 </property>
210 </widget>
211 </item>
212 <item row="0" column="1">
213 <widget class="QSpinBox" name="lfFileSizeSpinBox">
214 <property name="toolTip">
215 <string>Enter the minimum file size in MB for files to be treated as Large Files</string>
216 </property>
217 <property name="alignment">
218 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
219 </property>
220 <property name="suffix">
221 <string> MB</string>
222 </property>
223 <property name="minimum">
224 <number>1</number>
225 </property>
226 <property name="value">
227 <number>10</number>
228 </property>
229 </widget>
230 </item>
231 <item row="0" column="2">
232 <spacer name="horizontalSpacer">
233 <property name="orientation">
234 <enum>Qt::Horizontal</enum>
235 </property>
236 <property name="sizeHint" stdset="0">
237 <size>
238 <width>215</width>
239 <height>20</height>
240 </size>
241 </property>
242 </spacer>
243 </item>
244 <item row="1" column="0">
245 <widget class="QLabel" name="label_5">
246 <property name="text">
247 <string>Patterns:</string>
248 </property>
249 </widget>
250 </item>
251 <item row="1" column="1" colspan="2">
252 <widget class="E5ClearableLineEdit" name="lfFilePatternsEdit">
253 <property name="toolTip">
254 <string>Enter file patterns (space separated) for files to be treated as Large Files</string>
255 </property>
256 <property name="placeholderText">
257 <string>Enter file patterns for large files</string>
258 </property>
259 </widget>
260 </item>
261 <item row="2" column="0">
262 <widget class="QLabel" name="label_2">
263 <property name="text">
264 <string>User Cache:</string>
265 </property>
266 </widget>
267 </item>
268 <item row="2" column="1" colspan="2">
269 <widget class="E5PathPicker" name="lfUserCachePicker" native="true">
270 <property name="sizePolicy">
271 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
272 <horstretch>0</horstretch>
273 <verstretch>0</verstretch>
274 </sizepolicy>
275 </property>
276 <property name="focusPolicy">
277 <enum>Qt::StrongFocus</enum>
278 </property>
279 <property name="toolTip">
280 <string>Enter the name of the user cache directory</string>
281 </property>
282 </widget>
283 </item>
284 </layout>
285 </widget>
286 </item>
287 <item>
288 <spacer name="verticalSpacer_2">
289 <property name="orientation">
290 <enum>Qt::Vertical</enum>
291 </property>
292 <property name="sizeHint" stdset="0">
293 <size>
294 <width>20</width>
295 <height>39</height>
296 </size>
297 </property>
298 </spacer>
299 </item>
300 </layout>
301 </widget>
302 <widget class="QWidget" name="tab_3">
303 <attribute name="title">
304 <string>Network</string>
305 </attribute>
306 <layout class="QVBoxLayout" name="verticalLayout_5">
307 <property name="leftMargin">
308 <number>6</number>
309 </property>
310 <property name="topMargin">
311 <number>6</number>
312 </property>
313 <property name="rightMargin">
314 <number>6</number>
315 </property>
316 <property name="bottomMargin">
317 <number>6</number>
318 </property>
319 <item>
320 <widget class="QGroupBox" name="groupBox_3">
321 <property name="title">
322 <string>Proxy</string>
323 </property>
324 <layout class="QGridLayout" name="gridLayout_4">
325 <item row="0" column="0">
326 <widget class="QLabel" name="label_6">
327 <property name="text">
328 <string>Host:</string>
329 </property>
330 </widget>
331 </item>
332 <item row="0" column="1">
333 <widget class="E5ClearableLineEdit" name="proxyHostEdit">
334 <property name="toolTip">
335 <string>Enter the network proxy host name</string>
336 </property>
337 <property name="placeholderText">
338 <string>Enter Proxy Hostname</string>
339 </property>
340 </widget>
341 </item>
342 <item row="1" column="0">
343 <widget class="QLabel" name="label_7">
344 <property name="text">
345 <string>User:</string>
346 </property>
347 </widget>
348 </item>
349 <item row="1" column="1">
350 <widget class="E5ClearableLineEdit" name="proxyUserEdit">
351 <property name="toolTip">
352 <string>Enter the user name for the network proxy</string>
353 </property>
354 <property name="placeholderText">
355 <string>Enter Proxy Username</string>
356 </property>
357 </widget>
358 </item>
359 <item row="2" column="0">
360 <widget class="QLabel" name="label_8">
361 <property name="text">
362 <string>Password:</string>
363 </property>
364 </widget>
365 </item>
366 <item row="2" column="1">
367 <widget class="E5ClearableLineEdit" name="proxyPasswordEdit">
368 <property name="toolTip">
369 <string>Enter the password for the network proxy</string>
370 </property>
371 <property name="echoMode">
372 <enum>QLineEdit::Password</enum>
373 </property>
374 <property name="placeholderText">
375 <string>Enter Proxy Password</string>
376 </property>
377 </widget>
378 </item>
379 <item row="3" column="0">
380 <widget class="QLabel" name="label_9">
381 <property name="text">
382 <string>Bypass:</string>
383 </property>
384 </widget>
385 </item>
386 <item row="3" column="1">
387 <widget class="E5ClearableLineEdit" name="proxyBypassEdit">
388 <property name="toolTip">
389 <string>Enter the names of hosts bypassing the network proxy sparated by comma</string>
390 </property>
391 <property name="text">
392 <string/>
393 </property>
394 <property name="placeholderText">
395 <string>Enter hosts bypassing the proxy separated by comma</string>
396 </property>
397 </widget>
398 </item>
399 </layout>
400 </widget>
401 </item>
402 <item>
403 <widget class="QGroupBox" name="groupBox_4">
404 <property name="title">
405 <string>Host Fingerprints</string>
406 </property>
407 <layout class="QHBoxLayout" name="horizontalLayout">
408 <item>
409 <widget class="QTreeWidget" name="fingerprintsList">
410 <property name="alternatingRowColors">
411 <bool>true</bool>
412 </property>
413 <property name="rootIsDecorated">
414 <bool>false</bool>
415 </property>
416 <property name="itemsExpandable">
417 <bool>false</bool>
418 </property>
419 <attribute name="headerStretchLastSection">
420 <bool>false</bool>
421 </attribute>
422 <column>
423 <property name="text">
424 <string>Host</string>
425 </property>
426 </column>
427 <column>
428 <property name="text">
429 <string>Fingerprint</string>
430 </property>
431 </column>
432 </widget>
433 </item>
434 <item>
435 <layout class="QVBoxLayout" name="verticalLayout_4">
436 <item>
437 <widget class="QToolButton" name="fpAddButton">
438 <property name="toolTip">
439 <string>Add a host fingerprint entry</string>
440 </property>
441 </widget>
442 </item>
443 <item>
444 <widget class="QToolButton" name="fpDeleteButton">
445 <property name="toolTip">
446 <string>Delete a host fingerprint entry</string>
447 </property>
448 </widget>
449 </item>
450 <item>
451 <widget class="QToolButton" name="fpEditButton">
452 <property name="toolTip">
453 <string>Edit a host fingerprint entry</string>
454 </property>
455 </widget>
456 </item>
457 <item>
458 <spacer name="verticalSpacer_4">
459 <property name="orientation">
460 <enum>Qt::Vertical</enum>
461 </property>
462 <property name="sizeHint" stdset="0">
463 <size>
464 <width>20</width>
465 <height>40</height>
466 </size>
467 </property>
468 </spacer>
469 </item>
470 </layout>
471 </item>
472 </layout>
473 </widget>
474 </item>
475 </layout>
476 </widget>
55 </widget> 477 </widget>
56 </item> 478 </item>
57 <item> 479 <item>
58 <widget class="QGroupBox" name="groupBox_2"> 480 <widget class="QPushButton" name="editorButton">
59 <property name="title"> 481 <property name="toolTip">
60 <string>Extensions</string> 482 <string>Open the user configuration file in a text editor</string>
61 </property> 483 </property>
62 <layout class="QGridLayout" name="gridLayout_2"> 484 <property name="text">
63 <item row="0" column="0"> 485 <string>Open configuration file in editor</string>
64 <widget class="QCheckBox" name="fetchCheckBox">
65 <property name="toolTip">
66 <string>Select to activate the fetch extension</string>
67 </property>
68 <property name="text">
69 <string>Fetch</string>
70 </property>
71 </widget>
72 </item>
73 <item row="0" column="1">
74 <widget class="QCheckBox" name="gpgCheckBox">
75 <property name="toolTip">
76 <string>Select to activate the GPG extension</string>
77 </property>
78 <property name="text">
79 <string>GPG</string>
80 </property>
81 </widget>
82 </item>
83 <item row="1" column="0">
84 <widget class="QCheckBox" name="largefilesCheckBox">
85 <property name="toolTip">
86 <string>Select to activate the largefiles extension</string>
87 </property>
88 <property name="text">
89 <string>Large Files</string>
90 </property>
91 </widget>
92 </item>
93 <item row="1" column="1">
94 <widget class="QCheckBox" name="purgeCheckBox">
95 <property name="toolTip">
96 <string>Select to activate the Purge extension</string>
97 </property>
98 <property name="text">
99 <string>Purge</string>
100 </property>
101 </widget>
102 </item>
103 <item row="2" column="0">
104 <widget class="QCheckBox" name="queuesCheckBox">
105 <property name="toolTip">
106 <string>Select to activate the queues extension</string>
107 </property>
108 <property name="text">
109 <string>Queues</string>
110 </property>
111 </widget>
112 </item>
113 <item row="2" column="1">
114 <widget class="QCheckBox" name="rebaseCheckBox">
115 <property name="toolTip">
116 <string>Select to activate the rebase extension</string>
117 </property>
118 <property name="text">
119 <string>Rebase</string>
120 </property>
121 </widget>
122 </item>
123 <item row="3" column="0">
124 <widget class="QCheckBox" name="shelveCheckBox">
125 <property name="toolTip">
126 <string>Select to activate the shelve extension</string>
127 </property>
128 <property name="text">
129 <string>Shelve</string>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </widget>
135 </item>
136 <item>
137 <widget class="QGroupBox" name="largefilesGroup">
138 <property name="enabled">
139 <bool>false</bool>
140 </property> 486 </property>
141 <property name="title">
142 <string>Large Files</string>
143 </property>
144 <layout class="QGridLayout" name="gridLayout_3">
145 <item row="0" column="0">
146 <widget class="QLabel" name="label_4">
147 <property name="text">
148 <string>Minimum file size:</string>
149 </property>
150 </widget>
151 </item>
152 <item row="0" column="1">
153 <widget class="QSpinBox" name="lfFileSizeSpinBox">
154 <property name="toolTip">
155 <string>Enter the minimum file size in MB for files to be treated as Large Files</string>
156 </property>
157 <property name="alignment">
158 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
159 </property>
160 <property name="suffix">
161 <string> MB</string>
162 </property>
163 <property name="minimum">
164 <number>1</number>
165 </property>
166 <property name="value">
167 <number>10</number>
168 </property>
169 </widget>
170 </item>
171 <item row="0" column="2">
172 <spacer name="horizontalSpacer">
173 <property name="orientation">
174 <enum>Qt::Horizontal</enum>
175 </property>
176 <property name="sizeHint" stdset="0">
177 <size>
178 <width>215</width>
179 <height>20</height>
180 </size>
181 </property>
182 </spacer>
183 </item>
184 <item row="1" column="0">
185 <widget class="QLabel" name="label_5">
186 <property name="text">
187 <string>Patterns:</string>
188 </property>
189 </widget>
190 </item>
191 <item row="1" column="1" colspan="2">
192 <widget class="QLineEdit" name="lfFilePatternsEdit">
193 <property name="toolTip">
194 <string>Enter file patterns (space separated) for files to be treated as Large Files</string>
195 </property>
196 </widget>
197 </item>
198 </layout>
199 </widget> 487 </widget>
200 </item> 488 </item>
201 <item> 489 <item>
202 <widget class="QDialogButtonBox" name="buttonBox"> 490 <widget class="QDialogButtonBox" name="buttonBox">
203 <property name="orientation"> 491 <property name="orientation">
214 <customwidget> 502 <customwidget>
215 <class>E5ClearableLineEdit</class> 503 <class>E5ClearableLineEdit</class>
216 <extends>QLineEdit</extends> 504 <extends>QLineEdit</extends>
217 <header>E5Gui/E5LineEdit.h</header> 505 <header>E5Gui/E5LineEdit.h</header>
218 </customwidget> 506 </customwidget>
507 <customwidget>
508 <class>E5PathPicker</class>
509 <extends>QWidget</extends>
510 <header>E5Gui/E5PathPicker.h</header>
511 <container>1</container>
512 </customwidget>
219 </customwidgets> 513 </customwidgets>
220 <tabstops> 514 <tabstops>
515 <tabstop>tabWidget</tabstop>
221 <tabstop>userNameEdit</tabstop> 516 <tabstop>userNameEdit</tabstop>
222 <tabstop>emailEdit</tabstop> 517 <tabstop>emailEdit</tabstop>
223 <tabstop>fetchCheckBox</tabstop> 518 <tabstop>fetchCheckBox</tabstop>
224 <tabstop>gpgCheckBox</tabstop> 519 <tabstop>gpgCheckBox</tabstop>
225 <tabstop>largefilesCheckBox</tabstop> 520 <tabstop>largefilesCheckBox</tabstop>
227 <tabstop>queuesCheckBox</tabstop> 522 <tabstop>queuesCheckBox</tabstop>
228 <tabstop>rebaseCheckBox</tabstop> 523 <tabstop>rebaseCheckBox</tabstop>
229 <tabstop>shelveCheckBox</tabstop> 524 <tabstop>shelveCheckBox</tabstop>
230 <tabstop>lfFileSizeSpinBox</tabstop> 525 <tabstop>lfFileSizeSpinBox</tabstop>
231 <tabstop>lfFilePatternsEdit</tabstop> 526 <tabstop>lfFilePatternsEdit</tabstop>
232 <tabstop>buttonBox</tabstop> 527 <tabstop>lfUserCachePicker</tabstop>
233 </tabstops> 528 </tabstops>
234 <resources/> 529 <resources/>
235 <connections> 530 <connections>
236 <connection> 531 <connection>
237 <sender>buttonBox</sender> 532 <sender>buttonBox</sender>

eric ide

mercurial