|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgUserConfigDialog</class> |
|
4 <widget class="QDialog" name="HgUserConfigDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>550</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Mercurial User Data</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_7"> |
|
20 <item> |
|
21 <widget class="QTabWidget" name="tabWidget"> |
|
22 <property name="currentIndex"> |
|
23 <number>0</number> |
|
24 </property> |
|
25 <widget class="QWidget" name="tab"> |
|
26 <attribute name="title"> |
|
27 <string>User</string> |
|
28 </attribute> |
|
29 <layout class="QVBoxLayout" name="verticalLayout"> |
|
30 <property name="leftMargin"> |
|
31 <number>6</number> |
|
32 </property> |
|
33 <property name="topMargin"> |
|
34 <number>6</number> |
|
35 </property> |
|
36 <property name="rightMargin"> |
|
37 <number>6</number> |
|
38 </property> |
|
39 <property name="bottomMargin"> |
|
40 <number>6</number> |
|
41 </property> |
|
42 <item> |
|
43 <widget class="QGroupBox" name="groupBox"> |
|
44 <property name="title"> |
|
45 <string>User Data</string> |
|
46 </property> |
|
47 <layout class="QGridLayout" name="gridLayout"> |
|
48 <item row="0" column="0"> |
|
49 <widget class="QLabel" name="label"> |
|
50 <property name="text"> |
|
51 <string>Name:</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="0" column="1"> |
|
56 <widget class="QLineEdit" 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 <property name="clearButtonEnabled"> |
|
64 <bool>true</bool> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item row="1" column="0"> |
|
69 <widget class="QLabel" name="label_3"> |
|
70 <property name="text"> |
|
71 <string>Email:</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item row="1" column="1"> |
|
76 <widget class="QLineEdit" name="emailEdit"> |
|
77 <property name="toolTip"> |
|
78 <string>Enter the email address</string> |
|
79 </property> |
|
80 <property name="placeholderText"> |
|
81 <string>Enter your email address</string> |
|
82 </property> |
|
83 <property name="clearButtonEnabled"> |
|
84 <bool>true</bool> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 </layout> |
|
89 </widget> |
|
90 </item> |
|
91 <item> |
|
92 <spacer name="verticalSpacer"> |
|
93 <property name="orientation"> |
|
94 <enum>Qt::Vertical</enum> |
|
95 </property> |
|
96 <property name="sizeHint" stdset="0"> |
|
97 <size> |
|
98 <width>20</width> |
|
99 <height>239</height> |
|
100 </size> |
|
101 </property> |
|
102 </spacer> |
|
103 </item> |
|
104 </layout> |
|
105 </widget> |
|
106 <widget class="QWidget" name="tab_2"> |
|
107 <attribute name="title"> |
|
108 <string>Extensions</string> |
|
109 </attribute> |
|
110 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
111 <property name="leftMargin"> |
|
112 <number>6</number> |
|
113 </property> |
|
114 <property name="topMargin"> |
|
115 <number>6</number> |
|
116 </property> |
|
117 <property name="rightMargin"> |
|
118 <number>6</number> |
|
119 </property> |
|
120 <property name="bottomMargin"> |
|
121 <number>6</number> |
|
122 </property> |
|
123 <item> |
|
124 <widget class="QGroupBox" name="groupBox_2"> |
|
125 <property name="title"> |
|
126 <string>Extensions</string> |
|
127 </property> |
|
128 <layout class="QGridLayout" name="gridLayout_2"> |
|
129 <item row="0" column="0"> |
|
130 <widget class="QCheckBox" name="closeheadCheckBox"> |
|
131 <property name="toolTip"> |
|
132 <string>Select to activate the closehead extension</string> |
|
133 </property> |
|
134 <property name="text"> |
|
135 <string>Close Head</string> |
|
136 </property> |
|
137 </widget> |
|
138 </item> |
|
139 <item row="0" column="1"> |
|
140 <widget class="QCheckBox" name="gpgCheckBox"> |
|
141 <property name="toolTip"> |
|
142 <string>Select to activate the GPG extension</string> |
|
143 </property> |
|
144 <property name="text"> |
|
145 <string>GPG</string> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 <item row="1" column="0"> |
|
150 <widget class="QCheckBox" name="histeditCheckBox"> |
|
151 <property name="toolTip"> |
|
152 <string>Select to activate the histedit extension</string> |
|
153 </property> |
|
154 <property name="text"> |
|
155 <string>Histedit</string> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item row="1" column="1"> |
|
160 <widget class="QCheckBox" name="largefilesCheckBox"> |
|
161 <property name="toolTip"> |
|
162 <string>Select to activate the largefiles extension</string> |
|
163 </property> |
|
164 <property name="text"> |
|
165 <string>Large Files</string> |
|
166 </property> |
|
167 </widget> |
|
168 </item> |
|
169 <item row="2" column="0"> |
|
170 <widget class="QCheckBox" name="purgeCheckBox"> |
|
171 <property name="toolTip"> |
|
172 <string>Select to activate the Purge extension</string> |
|
173 </property> |
|
174 <property name="text"> |
|
175 <string>Purge</string> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 <item row="2" column="1"> |
|
180 <widget class="QCheckBox" name="queuesCheckBox"> |
|
181 <property name="toolTip"> |
|
182 <string>Select to activate the queues extension</string> |
|
183 </property> |
|
184 <property name="text"> |
|
185 <string>Queues</string> |
|
186 </property> |
|
187 </widget> |
|
188 </item> |
|
189 <item row="3" column="0"> |
|
190 <widget class="QCheckBox" name="rebaseCheckBox"> |
|
191 <property name="toolTip"> |
|
192 <string>Select to activate the rebase extension</string> |
|
193 </property> |
|
194 <property name="text"> |
|
195 <string>Rebase</string> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 <item row="3" column="1"> |
|
200 <widget class="QCheckBox" name="shelveCheckBox"> |
|
201 <property name="toolTip"> |
|
202 <string>Select to activate the shelve extension</string> |
|
203 </property> |
|
204 <property name="text"> |
|
205 <string>Shelve</string> |
|
206 </property> |
|
207 </widget> |
|
208 </item> |
|
209 <item row="4" column="0"> |
|
210 <widget class="QCheckBox" name="stripCheckBox"> |
|
211 <property name="toolTip"> |
|
212 <string>Select to activate the strip extension</string> |
|
213 </property> |
|
214 <property name="text"> |
|
215 <string>Strip</string> |
|
216 </property> |
|
217 </widget> |
|
218 </item> |
|
219 </layout> |
|
220 </widget> |
|
221 </item> |
|
222 <item> |
|
223 <widget class="QGroupBox" name="largefilesGroup"> |
|
224 <property name="enabled"> |
|
225 <bool>false</bool> |
|
226 </property> |
|
227 <property name="title"> |
|
228 <string>Large Files</string> |
|
229 </property> |
|
230 <layout class="QGridLayout" name="gridLayout_3"> |
|
231 <item row="0" column="0"> |
|
232 <widget class="QLabel" name="label_4"> |
|
233 <property name="text"> |
|
234 <string>Minimum file size:</string> |
|
235 </property> |
|
236 </widget> |
|
237 </item> |
|
238 <item row="0" column="1"> |
|
239 <widget class="QSpinBox" name="lfFileSizeSpinBox"> |
|
240 <property name="toolTip"> |
|
241 <string>Enter the minimum file size in MB for files to be treated as Large Files</string> |
|
242 </property> |
|
243 <property name="alignment"> |
|
244 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
245 </property> |
|
246 <property name="suffix"> |
|
247 <string> MB</string> |
|
248 </property> |
|
249 <property name="minimum"> |
|
250 <number>1</number> |
|
251 </property> |
|
252 <property name="value"> |
|
253 <number>10</number> |
|
254 </property> |
|
255 </widget> |
|
256 </item> |
|
257 <item row="0" column="2"> |
|
258 <spacer name="horizontalSpacer"> |
|
259 <property name="orientation"> |
|
260 <enum>Qt::Horizontal</enum> |
|
261 </property> |
|
262 <property name="sizeHint" stdset="0"> |
|
263 <size> |
|
264 <width>215</width> |
|
265 <height>20</height> |
|
266 </size> |
|
267 </property> |
|
268 </spacer> |
|
269 </item> |
|
270 <item row="1" column="0"> |
|
271 <widget class="QLabel" name="label_5"> |
|
272 <property name="text"> |
|
273 <string>Patterns:</string> |
|
274 </property> |
|
275 </widget> |
|
276 </item> |
|
277 <item row="1" column="1" colspan="2"> |
|
278 <widget class="QLineEdit" name="lfFilePatternsEdit"> |
|
279 <property name="toolTip"> |
|
280 <string>Enter file patterns (space separated) for files to be treated as Large Files</string> |
|
281 </property> |
|
282 <property name="placeholderText"> |
|
283 <string>Enter file patterns for large files</string> |
|
284 </property> |
|
285 <property name="clearButtonEnabled"> |
|
286 <bool>true</bool> |
|
287 </property> |
|
288 </widget> |
|
289 </item> |
|
290 <item row="2" column="0"> |
|
291 <widget class="QLabel" name="label_2"> |
|
292 <property name="text"> |
|
293 <string>User Cache:</string> |
|
294 </property> |
|
295 </widget> |
|
296 </item> |
|
297 <item row="2" column="1" colspan="2"> |
|
298 <widget class="EricPathPicker" name="lfUserCachePicker" native="true"> |
|
299 <property name="sizePolicy"> |
|
300 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
301 <horstretch>0</horstretch> |
|
302 <verstretch>0</verstretch> |
|
303 </sizepolicy> |
|
304 </property> |
|
305 <property name="focusPolicy"> |
|
306 <enum>Qt::StrongFocus</enum> |
|
307 </property> |
|
308 <property name="toolTip"> |
|
309 <string>Enter the name of the user cache directory</string> |
|
310 </property> |
|
311 </widget> |
|
312 </item> |
|
313 </layout> |
|
314 </widget> |
|
315 </item> |
|
316 <item> |
|
317 <spacer name="verticalSpacer_2"> |
|
318 <property name="orientation"> |
|
319 <enum>Qt::Vertical</enum> |
|
320 </property> |
|
321 <property name="sizeHint" stdset="0"> |
|
322 <size> |
|
323 <width>20</width> |
|
324 <height>39</height> |
|
325 </size> |
|
326 </property> |
|
327 </spacer> |
|
328 </item> |
|
329 </layout> |
|
330 </widget> |
|
331 <widget class="QWidget" name="tab_3"> |
|
332 <attribute name="title"> |
|
333 <string>Network</string> |
|
334 </attribute> |
|
335 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
336 <property name="leftMargin"> |
|
337 <number>6</number> |
|
338 </property> |
|
339 <property name="topMargin"> |
|
340 <number>6</number> |
|
341 </property> |
|
342 <property name="rightMargin"> |
|
343 <number>6</number> |
|
344 </property> |
|
345 <property name="bottomMargin"> |
|
346 <number>6</number> |
|
347 </property> |
|
348 <item> |
|
349 <widget class="QGroupBox" name="groupBox_3"> |
|
350 <property name="title"> |
|
351 <string>Proxy</string> |
|
352 </property> |
|
353 <layout class="QGridLayout" name="gridLayout_4"> |
|
354 <item row="0" column="0"> |
|
355 <widget class="QLabel" name="label_6"> |
|
356 <property name="text"> |
|
357 <string>Host:</string> |
|
358 </property> |
|
359 </widget> |
|
360 </item> |
|
361 <item row="0" column="1"> |
|
362 <widget class="QLineEdit" name="proxyHostEdit"> |
|
363 <property name="toolTip"> |
|
364 <string>Enter the network proxy host name</string> |
|
365 </property> |
|
366 <property name="placeholderText"> |
|
367 <string>Enter Proxy Hostname</string> |
|
368 </property> |
|
369 <property name="clearButtonEnabled"> |
|
370 <bool>true</bool> |
|
371 </property> |
|
372 </widget> |
|
373 </item> |
|
374 <item row="1" column="0"> |
|
375 <widget class="QLabel" name="label_7"> |
|
376 <property name="text"> |
|
377 <string>User:</string> |
|
378 </property> |
|
379 </widget> |
|
380 </item> |
|
381 <item row="1" column="1"> |
|
382 <widget class="QLineEdit" name="proxyUserEdit"> |
|
383 <property name="toolTip"> |
|
384 <string>Enter the user name for the network proxy</string> |
|
385 </property> |
|
386 <property name="placeholderText"> |
|
387 <string>Enter Proxy Username</string> |
|
388 </property> |
|
389 <property name="clearButtonEnabled"> |
|
390 <bool>true</bool> |
|
391 </property> |
|
392 </widget> |
|
393 </item> |
|
394 <item row="2" column="0"> |
|
395 <widget class="QLabel" name="label_8"> |
|
396 <property name="text"> |
|
397 <string>Password:</string> |
|
398 </property> |
|
399 </widget> |
|
400 </item> |
|
401 <item row="2" column="1"> |
|
402 <widget class="QLineEdit" name="proxyPasswordEdit"> |
|
403 <property name="toolTip"> |
|
404 <string>Enter the password for the network proxy</string> |
|
405 </property> |
|
406 <property name="echoMode"> |
|
407 <enum>QLineEdit::Password</enum> |
|
408 </property> |
|
409 <property name="placeholderText"> |
|
410 <string>Enter Proxy Password</string> |
|
411 </property> |
|
412 <property name="clearButtonEnabled"> |
|
413 <bool>true</bool> |
|
414 </property> |
|
415 </widget> |
|
416 </item> |
|
417 <item row="3" column="0"> |
|
418 <widget class="QLabel" name="label_9"> |
|
419 <property name="text"> |
|
420 <string>Bypass:</string> |
|
421 </property> |
|
422 </widget> |
|
423 </item> |
|
424 <item row="3" column="1"> |
|
425 <widget class="QLineEdit" name="proxyBypassEdit"> |
|
426 <property name="toolTip"> |
|
427 <string>Enter the names of hosts bypassing the network proxy sparated by comma</string> |
|
428 </property> |
|
429 <property name="text"> |
|
430 <string/> |
|
431 </property> |
|
432 <property name="placeholderText"> |
|
433 <string>Enter hosts bypassing the proxy separated by comma</string> |
|
434 </property> |
|
435 <property name="clearButtonEnabled"> |
|
436 <bool>true</bool> |
|
437 </property> |
|
438 </widget> |
|
439 </item> |
|
440 </layout> |
|
441 </widget> |
|
442 </item> |
|
443 <item> |
|
444 <spacer name="verticalSpacer_3"> |
|
445 <property name="orientation"> |
|
446 <enum>Qt::Vertical</enum> |
|
447 </property> |
|
448 <property name="sizeHint" stdset="0"> |
|
449 <size> |
|
450 <width>20</width> |
|
451 <height>242</height> |
|
452 </size> |
|
453 </property> |
|
454 </spacer> |
|
455 </item> |
|
456 </layout> |
|
457 </widget> |
|
458 <widget class="QWidget" name="tab_4"> |
|
459 <attribute name="title"> |
|
460 <string>Security</string> |
|
461 </attribute> |
|
462 <layout class="QVBoxLayout" name="verticalLayout_6"> |
|
463 <property name="leftMargin"> |
|
464 <number>6</number> |
|
465 </property> |
|
466 <property name="topMargin"> |
|
467 <number>6</number> |
|
468 </property> |
|
469 <property name="rightMargin"> |
|
470 <number>6</number> |
|
471 </property> |
|
472 <property name="bottomMargin"> |
|
473 <number>6</number> |
|
474 </property> |
|
475 <item> |
|
476 <widget class="QGroupBox" name="groupBox_4"> |
|
477 <property name="title"> |
|
478 <string>Host Fingerprints</string> |
|
479 </property> |
|
480 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
481 <item> |
|
482 <widget class="QTreeWidget" name="fingerprintsList"> |
|
483 <property name="alternatingRowColors"> |
|
484 <bool>true</bool> |
|
485 </property> |
|
486 <property name="rootIsDecorated"> |
|
487 <bool>false</bool> |
|
488 </property> |
|
489 <property name="itemsExpandable"> |
|
490 <bool>false</bool> |
|
491 </property> |
|
492 <column> |
|
493 <property name="text"> |
|
494 <string>Host</string> |
|
495 </property> |
|
496 </column> |
|
497 <column> |
|
498 <property name="text"> |
|
499 <string>Fingerprint</string> |
|
500 </property> |
|
501 </column> |
|
502 </widget> |
|
503 </item> |
|
504 <item> |
|
505 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
506 <item> |
|
507 <widget class="QToolButton" name="fpAddButton"> |
|
508 <property name="toolTip"> |
|
509 <string>Add a host fingerprint entry</string> |
|
510 </property> |
|
511 </widget> |
|
512 </item> |
|
513 <item> |
|
514 <widget class="QToolButton" name="fpDeleteButton"> |
|
515 <property name="toolTip"> |
|
516 <string>Delete a host fingerprint entry</string> |
|
517 </property> |
|
518 </widget> |
|
519 </item> |
|
520 <item> |
|
521 <widget class="QToolButton" name="fpEditButton"> |
|
522 <property name="toolTip"> |
|
523 <string>Edit a host fingerprint entry</string> |
|
524 </property> |
|
525 </widget> |
|
526 </item> |
|
527 <item> |
|
528 <spacer name="verticalSpacer_4"> |
|
529 <property name="orientation"> |
|
530 <enum>Qt::Vertical</enum> |
|
531 </property> |
|
532 <property name="sizeHint" stdset="0"> |
|
533 <size> |
|
534 <width>20</width> |
|
535 <height>40</height> |
|
536 </size> |
|
537 </property> |
|
538 </spacer> |
|
539 </item> |
|
540 </layout> |
|
541 </item> |
|
542 </layout> |
|
543 </widget> |
|
544 </item> |
|
545 <item> |
|
546 <widget class="QCheckBox" name="disableTls10WarningCheckBox"> |
|
547 <property name="text"> |
|
548 <string>Disable TLS 1.0 Warning</string> |
|
549 </property> |
|
550 </widget> |
|
551 </item> |
|
552 <item> |
|
553 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
554 <item> |
|
555 <widget class="QLabel" name="label_10"> |
|
556 <property name="text"> |
|
557 <string>Minimum Protocol:</string> |
|
558 </property> |
|
559 </widget> |
|
560 </item> |
|
561 <item> |
|
562 <widget class="QComboBox" name="minimumProtocolComboBox"> |
|
563 <property name="toolTip"> |
|
564 <string>Select the minimum protocol to use</string> |
|
565 </property> |
|
566 </widget> |
|
567 </item> |
|
568 <item> |
|
569 <spacer name="horizontalSpacer_2"> |
|
570 <property name="orientation"> |
|
571 <enum>Qt::Horizontal</enum> |
|
572 </property> |
|
573 <property name="sizeHint" stdset="0"> |
|
574 <size> |
|
575 <width>40</width> |
|
576 <height>20</height> |
|
577 </size> |
|
578 </property> |
|
579 </spacer> |
|
580 </item> |
|
581 </layout> |
|
582 </item> |
|
583 <item> |
|
584 <widget class="QGroupBox" name="minimumProtcolGroupBox"> |
|
585 <property name="title"> |
|
586 <string>Minimum Protocol per Host</string> |
|
587 </property> |
|
588 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
589 <item> |
|
590 <widget class="QTreeWidget" name="protocolsList"> |
|
591 <property name="alternatingRowColors"> |
|
592 <bool>true</bool> |
|
593 </property> |
|
594 <property name="rootIsDecorated"> |
|
595 <bool>false</bool> |
|
596 </property> |
|
597 <property name="itemsExpandable"> |
|
598 <bool>false</bool> |
|
599 </property> |
|
600 <column> |
|
601 <property name="text"> |
|
602 <string>Host</string> |
|
603 </property> |
|
604 </column> |
|
605 <column> |
|
606 <property name="text"> |
|
607 <string>Minimum Protocol</string> |
|
608 </property> |
|
609 </column> |
|
610 </widget> |
|
611 </item> |
|
612 <item> |
|
613 <layout class="QVBoxLayout" name="verticalLayout_5"> |
|
614 <item> |
|
615 <widget class="QToolButton" name="protocolAddButton"> |
|
616 <property name="toolTip"> |
|
617 <string>Add a host minimum protocol entry</string> |
|
618 </property> |
|
619 </widget> |
|
620 </item> |
|
621 <item> |
|
622 <widget class="QToolButton" name="protocolDeleteButton"> |
|
623 <property name="toolTip"> |
|
624 <string>Delete a host minimum protocol entry</string> |
|
625 </property> |
|
626 </widget> |
|
627 </item> |
|
628 <item> |
|
629 <widget class="QToolButton" name="protocolEditButton"> |
|
630 <property name="toolTip"> |
|
631 <string>Edit a host minimum protocol entry</string> |
|
632 </property> |
|
633 </widget> |
|
634 </item> |
|
635 <item> |
|
636 <spacer name="verticalSpacer_5"> |
|
637 <property name="orientation"> |
|
638 <enum>Qt::Vertical</enum> |
|
639 </property> |
|
640 <property name="sizeHint" stdset="0"> |
|
641 <size> |
|
642 <width>20</width> |
|
643 <height>40</height> |
|
644 </size> |
|
645 </property> |
|
646 </spacer> |
|
647 </item> |
|
648 </layout> |
|
649 </item> |
|
650 </layout> |
|
651 </widget> |
|
652 </item> |
|
653 </layout> |
|
654 </widget> |
|
655 </widget> |
|
656 </item> |
|
657 <item> |
|
658 <widget class="QPushButton" name="editorButton"> |
|
659 <property name="toolTip"> |
|
660 <string>Open the user configuration file in a text editor</string> |
|
661 </property> |
|
662 <property name="text"> |
|
663 <string>Open configuration file in editor</string> |
|
664 </property> |
|
665 </widget> |
|
666 </item> |
|
667 <item> |
|
668 <widget class="QDialogButtonBox" name="buttonBox"> |
|
669 <property name="orientation"> |
|
670 <enum>Qt::Horizontal</enum> |
|
671 </property> |
|
672 <property name="standardButtons"> |
|
673 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
674 </property> |
|
675 </widget> |
|
676 </item> |
|
677 </layout> |
|
678 </widget> |
|
679 <customwidgets> |
|
680 <customwidget> |
|
681 <class>EricPathPicker</class> |
|
682 <extends>QWidget</extends> |
|
683 <header>EricWidgets/EricPathPicker.h</header> |
|
684 <container>1</container> |
|
685 </customwidget> |
|
686 </customwidgets> |
|
687 <tabstops> |
|
688 <tabstop>tabWidget</tabstop> |
|
689 <tabstop>userNameEdit</tabstop> |
|
690 <tabstop>emailEdit</tabstop> |
|
691 <tabstop>closeheadCheckBox</tabstop> |
|
692 <tabstop>lfFileSizeSpinBox</tabstop> |
|
693 <tabstop>lfFilePatternsEdit</tabstop> |
|
694 <tabstop>lfUserCachePicker</tabstop> |
|
695 <tabstop>proxyHostEdit</tabstop> |
|
696 <tabstop>proxyUserEdit</tabstop> |
|
697 <tabstop>proxyPasswordEdit</tabstop> |
|
698 <tabstop>proxyBypassEdit</tabstop> |
|
699 <tabstop>fingerprintsList</tabstop> |
|
700 <tabstop>fpAddButton</tabstop> |
|
701 <tabstop>fpDeleteButton</tabstop> |
|
702 <tabstop>fpEditButton</tabstop> |
|
703 <tabstop>disableTls10WarningCheckBox</tabstop> |
|
704 <tabstop>minimumProtocolComboBox</tabstop> |
|
705 <tabstop>protocolsList</tabstop> |
|
706 <tabstop>protocolAddButton</tabstop> |
|
707 <tabstop>protocolDeleteButton</tabstop> |
|
708 <tabstop>protocolEditButton</tabstop> |
|
709 <tabstop>editorButton</tabstop> |
|
710 </tabstops> |
|
711 <resources/> |
|
712 <connections> |
|
713 <connection> |
|
714 <sender>buttonBox</sender> |
|
715 <signal>accepted()</signal> |
|
716 <receiver>HgUserConfigDialog</receiver> |
|
717 <slot>accept()</slot> |
|
718 <hints> |
|
719 <hint type="sourcelabel"> |
|
720 <x>257</x> |
|
721 <y>378</y> |
|
722 </hint> |
|
723 <hint type="destinationlabel"> |
|
724 <x>157</x> |
|
725 <y>274</y> |
|
726 </hint> |
|
727 </hints> |
|
728 </connection> |
|
729 <connection> |
|
730 <sender>buttonBox</sender> |
|
731 <signal>rejected()</signal> |
|
732 <receiver>HgUserConfigDialog</receiver> |
|
733 <slot>reject()</slot> |
|
734 <hints> |
|
735 <hint type="sourcelabel"> |
|
736 <x>325</x> |
|
737 <y>378</y> |
|
738 </hint> |
|
739 <hint type="destinationlabel"> |
|
740 <x>286</x> |
|
741 <y>274</y> |
|
742 </hint> |
|
743 </hints> |
|
744 </connection> |
|
745 <connection> |
|
746 <sender>largefilesCheckBox</sender> |
|
747 <signal>toggled(bool)</signal> |
|
748 <receiver>largefilesGroup</receiver> |
|
749 <slot>setEnabled(bool)</slot> |
|
750 <hints> |
|
751 <hint type="sourcelabel"> |
|
752 <x>225</x> |
|
753 <y>173</y> |
|
754 </hint> |
|
755 <hint type="destinationlabel"> |
|
756 <x>55</x> |
|
757 <y>276</y> |
|
758 </hint> |
|
759 </hints> |
|
760 </connection> |
|
761 </connections> |
|
762 </ui> |