Version 2.6
[qgit4/redivivus.git] / src / settings.ui
blobd3585482289397865e0ae88088379ad21e684cb6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>settingsBase</class>
4 <widget class="QDialog" name="settingsBase">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>513</width>
10 <height>377</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Settings</string>
21 </property>
22 <property name="windowIcon">
23 <iconset resource="icons.qrc">
24 <normaloff>:/icons/resources/configure.png</normaloff>:/icons/resources/configure.png</iconset>
25 </property>
26 <property name="sizeGripEnabled">
27 <bool>false</bool>
28 </property>
29 <property name="modal">
30 <bool>true</bool>
31 </property>
32 <layout class="QHBoxLayout">
33 <property name="spacing">
34 <number>6</number>
35 </property>
36 <property name="margin">
37 <number>9</number>
38 </property>
39 <item>
40 <layout class="QVBoxLayout">
41 <property name="spacing">
42 <number>6</number>
43 </property>
44 <property name="margin">
45 <number>0</number>
46 </property>
47 <item>
48 <widget class="QTabWidget" name="tabDialog">
49 <property name="currentIndex">
50 <number>5</number>
51 </property>
52 <widget class="QWidget" name="General">
53 <attribute name="title">
54 <string>&amp;General</string>
55 </attribute>
56 <layout class="QHBoxLayout">
57 <property name="spacing">
58 <number>6</number>
59 </property>
60 <property name="margin">
61 <number>9</number>
62 </property>
63 <item>
64 <layout class="QVBoxLayout">
65 <property name="spacing">
66 <number>6</number>
67 </property>
68 <property name="margin">
69 <number>0</number>
70 </property>
71 <item>
72 <widget class="QFrame" name="frame">
73 <property name="frameShape">
74 <enum>QFrame::StyledPanel</enum>
75 </property>
76 <property name="frameShadow">
77 <enum>QFrame::Raised</enum>
78 </property>
79 <layout class="QHBoxLayout">
80 <property name="spacing">
81 <number>6</number>
82 </property>
83 <property name="margin">
84 <number>9</number>
85 </property>
86 <item>
87 <layout class="QVBoxLayout">
88 <property name="spacing">
89 <number>6</number>
90 </property>
91 <property name="margin">
92 <number>0</number>
93 </property>
94 <item>
95 <widget class="QCheckBox" name="checkBoxRelativeDate">
96 <property name="toolTip">
97 <string>Check to see commit author date as relative time from now</string>
98 </property>
99 <property name="text">
100 <string>Relati&amp;ve time in date column</string>
101 </property>
102 <property name="shortcut">
103 <string>Alt+V</string>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QCheckBox" name="checkBoxRangeSelectDialog">
109 <property name="toolTip">
110 <string>Check to view range select dialog at repository opening</string>
111 </property>
112 <property name="text">
113 <string>Show range select when opening a repositor&amp;y</string>
114 </property>
115 <property name="shortcut">
116 <string>Alt+Y</string>
117 </property>
118 </widget>
119 </item>
120 <item>
121 <widget class="QCheckBox" name="checkBoxReopenLastRepo">
122 <property name="text">
123 <string>Reopen last repository on startup</string>
124 </property>
125 </widget>
126 </item>
127 </layout>
128 </item>
129 </layout>
130 </widget>
131 </item>
132 <item>
133 <spacer>
134 <property name="orientation">
135 <enum>Qt::Vertical</enum>
136 </property>
137 <property name="sizeHint" stdset="0">
138 <size>
139 <width>20</width>
140 <height>21</height>
141 </size>
142 </property>
143 </spacer>
144 </item>
145 <item>
146 <layout class="QGridLayout">
147 <property name="margin">
148 <number>0</number>
149 </property>
150 <property name="spacing">
151 <number>4</number>
152 </property>
153 <item row="1" column="2">
154 <widget class="QPushButton" name="pushButtonExtDiff">
155 <property name="maximumSize">
156 <size>
157 <width>40</width>
158 <height>16777215</height>
159 </size>
160 </property>
161 <property name="toolTip">
162 <string>Browse directories</string>
163 </property>
164 <property name="text">
165 <string>...</string>
166 </property>
167 <property name="shortcut">
168 <string/>
169 </property>
170 </widget>
171 </item>
172 <item row="0" column="1">
173 <widget class="QLineEdit" name="lineEditTypeWriterFont">
174 <property name="toolTip">
175 <string>Typewriter (fixed width) font used by patch and file viewers</string>
176 </property>
177 <property name="readOnly">
178 <bool>true</bool>
179 </property>
180 </widget>
181 </item>
182 <item row="0" column="0">
183 <widget class="QLabel" name="textLabelTypewriterFont">
184 <property name="text">
185 <string>Fixed width font</string>
186 </property>
187 <property name="wordWrap">
188 <bool>false</bool>
189 </property>
190 <property name="buddy">
191 <cstring>lineEditTypeWriterFont</cstring>
192 </property>
193 </widget>
194 </item>
195 <item row="1" column="1">
196 <widget class="QLineEdit" name="lineEditExternalDiffViewer">
197 <property name="toolTip">
198 <string>Set path of the external diff tool</string>
199 </property>
200 </widget>
201 </item>
202 <item row="1" column="0">
203 <widget class="QLabel" name="textLabelExternalDiffViewer">
204 <property name="text">
205 <string>&amp;External diff tool</string>
206 </property>
207 <property name="wordWrap">
208 <bool>false</bool>
209 </property>
210 <property name="buddy">
211 <cstring>lineEditExternalDiffViewer</cstring>
212 </property>
213 </widget>
214 </item>
215 <item row="0" column="2">
216 <widget class="QPushButton" name="pushButtonFont">
217 <property name="maximumSize">
218 <size>
219 <width>40</width>
220 <height>16777215</height>
221 </size>
222 </property>
223 <property name="toolTip">
224 <string>Choose font</string>
225 </property>
226 <property name="text">
227 <string>...</string>
228 </property>
229 <property name="shortcut">
230 <string/>
231 </property>
232 </widget>
233 </item>
234 <item row="2" column="1">
235 <widget class="QLabel" name="label">
236 <property name="font">
237 <font>
238 <pointsize>11</pointsize>
239 </font>
240 </property>
241 <property name="text">
242 <string>Use %1 and %2 to denote files to diff.</string>
243 </property>
244 <property name="alignment">
245 <set>Qt::AlignCenter</set>
246 </property>
247 </widget>
248 </item>
249 </layout>
250 </item>
251 <item>
252 <spacer>
253 <property name="orientation">
254 <enum>Qt::Vertical</enum>
255 </property>
256 <property name="sizeHint" stdset="0">
257 <size>
258 <width>20</width>
259 <height>20</height>
260 </size>
261 </property>
262 </spacer>
263 </item>
264 <item>
265 <layout class="QHBoxLayout">
266 <property name="spacing">
267 <number>4</number>
268 </property>
269 <property name="margin">
270 <number>0</number>
271 </property>
272 <item>
273 <widget class="QLabel" name="textLabelCodecs">
274 <property name="toolTip">
275 <string>Select text codec to use. You need to refresh the view (F5) after a codec change</string>
276 </property>
277 <property name="text">
278 <string>Te&amp;xt codec</string>
279 </property>
280 <property name="wordWrap">
281 <bool>false</bool>
282 </property>
283 <property name="buddy">
284 <cstring>comboBoxCodecs</cstring>
285 </property>
286 </widget>
287 </item>
288 <item>
289 <widget class="QComboBox" name="comboBoxCodecs">
290 <property name="sizePolicy">
291 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
292 <horstretch>1</horstretch>
293 <verstretch>0</verstretch>
294 </sizepolicy>
295 </property>
296 <property name="toolTip">
297 <string>Select text codec to use. You need to refresh the view (F5) after a codec change</string>
298 </property>
299 </widget>
300 </item>
301 </layout>
302 </item>
303 </layout>
304 </item>
305 </layout>
306 </widget>
307 <widget class="QWidget" name="Browse">
308 <attribute name="title">
309 <string>&amp;Browse</string>
310 </attribute>
311 <layout class="QHBoxLayout">
312 <property name="spacing">
313 <number>6</number>
314 </property>
315 <property name="margin">
316 <number>9</number>
317 </property>
318 <item>
319 <layout class="QVBoxLayout">
320 <property name="spacing">
321 <number>0</number>
322 </property>
323 <property name="margin">
324 <number>0</number>
325 </property>
326 <item>
327 <widget class="QFrame" name="frame_5">
328 <property name="frameShape">
329 <enum>QFrame::StyledPanel</enum>
330 </property>
331 <property name="frameShadow">
332 <enum>QFrame::Raised</enum>
333 </property>
334 <layout class="QHBoxLayout">
335 <property name="spacing">
336 <number>0</number>
337 </property>
338 <property name="margin">
339 <number>2</number>
340 </property>
341 <item>
342 <layout class="QVBoxLayout">
343 <property name="spacing">
344 <number>4</number>
345 </property>
346 <property name="margin">
347 <number>0</number>
348 </property>
349 <item>
350 <widget class="QCheckBox" name="checkBoxLogDiffTab">
351 <property name="toolTip">
352 <string>Check to see tabbed revision log / diff pane</string>
353 </property>
354 <property name="text">
355 <string>Show tabbed revision msg / diff pane</string>
356 </property>
357 </widget>
358 </item>
359 <item>
360 <widget class="QCheckBox" name="checkBoxSmartLabels">
361 <property name="toolTip">
362 <string>Check to show smart jump labels on revision description pane</string>
363 </property>
364 <property name="text">
365 <string>Show smart labels</string>
366 </property>
367 </widget>
368 </item>
369 <item>
370 <widget class="QCheckBox" name="checkBoxMsgOnNewSHA">
371 <property name="toolTip">
372 <string>Check to see always the revision description in main view when browsing the repo. Patch content will be visible after request.</string>
373 </property>
374 <property name="text">
375 <string>Show always revision message as first </string>
376 </property>
377 <property name="shortcut">
378 <string>Alt+Y</string>
379 </property>
380 </widget>
381 </item>
382 </layout>
383 </item>
384 </layout>
385 </widget>
386 </item>
387 <item>
388 <spacer>
389 <property name="orientation">
390 <enum>Qt::Vertical</enum>
391 </property>
392 <property name="sizeHint" stdset="0">
393 <size>
394 <width>20</width>
395 <height>71</height>
396 </size>
397 </property>
398 </spacer>
399 </item>
400 </layout>
401 </item>
402 </layout>
403 </widget>
404 <widget class="QWidget" name="Patch">
405 <attribute name="title">
406 <string>Patc&amp;h</string>
407 </attribute>
408 <layout class="QHBoxLayout">
409 <item>
410 <layout class="QVBoxLayout">
411 <item>
412 <widget class="QFrame" name="frame_2">
413 <property name="frameShape">
414 <enum>QFrame::StyledPanel</enum>
415 </property>
416 <property name="frameShadow">
417 <enum>QFrame::Raised</enum>
418 </property>
419 <layout class="QHBoxLayout">
420 <property name="spacing">
421 <number>0</number>
422 </property>
423 <property name="margin">
424 <number>2</number>
425 </property>
426 <item>
427 <layout class="QVBoxLayout">
428 <property name="spacing">
429 <number>4</number>
430 </property>
431 <property name="margin">
432 <number>0</number>
433 </property>
434 <item>
435 <widget class="QCheckBox" name="checkBoxNumbers">
436 <property name="toolTip">
437 <string>Check to see patch numbers on patch series header</string>
438 </property>
439 <property name="text">
440 <string>Num&amp;bered patches</string>
441 </property>
442 <property name="shortcut">
443 <string>Alt+B</string>
444 </property>
445 </widget>
446 </item>
447 <item>
448 <widget class="QCheckBox" name="checkBoxSign">
449 <property name="toolTip">
450 <string>Check to add a 'Signed-off-by:' line if not already existent</string>
451 </property>
452 <property name="text">
453 <string>&amp;Sign off patch</string>
454 </property>
455 <property name="shortcut">
456 <string>Alt+S</string>
457 </property>
458 </widget>
459 </item>
460 </layout>
461 </item>
462 </layout>
463 </widget>
464 </item>
465 <item>
466 <spacer>
467 <property name="orientation">
468 <enum>Qt::Vertical</enum>
469 </property>
470 <property name="sizeHint" stdset="0">
471 <size>
472 <width>399</width>
473 <height>91</height>
474 </size>
475 </property>
476 </spacer>
477 </item>
478 <item>
479 <layout class="QGridLayout">
480 <item row="0" column="0">
481 <widget class="QLabel" name="textLabelApplyPatchExtraOptions">
482 <property name="text">
483 <string>&amp;Apply patch extra options</string>
484 </property>
485 <property name="wordWrap">
486 <bool>false</bool>
487 </property>
488 <property name="buddy">
489 <cstring>lineEditApplyPatchExtraOptions</cstring>
490 </property>
491 </widget>
492 </item>
493 <item row="0" column="1">
494 <widget class="QLineEdit" name="lineEditApplyPatchExtraOptions">
495 <property name="toolTip">
496 <string>Extra options to pass to 'git am'</string>
497 </property>
498 <property name="maxLength">
499 <number>32767</number>
500 </property>
501 </widget>
502 </item>
503 <item row="1" column="0">
504 <widget class="QLabel" name="textLabelFormatPatchExtraOptions">
505 <property name="text">
506 <string>&amp;Format patch extra options</string>
507 </property>
508 <property name="wordWrap">
509 <bool>false</bool>
510 </property>
511 <property name="buddy">
512 <cstring>lineEditFormatPatchExtraOptions</cstring>
513 </property>
514 </widget>
515 </item>
516 <item row="1" column="1">
517 <widget class="QLineEdit" name="lineEditFormatPatchExtraOptions">
518 <property name="toolTip">
519 <string>Extra options to pass to 'git format-patch'</string>
520 </property>
521 <property name="maxLength">
522 <number>32767</number>
523 </property>
524 </widget>
525 </item>
526 </layout>
527 </item>
528 </layout>
529 </item>
530 </layout>
531 </widget>
532 <widget class="QWidget" name="WorkingDir">
533 <attribute name="title">
534 <string>&amp;Working directory</string>
535 </attribute>
536 <layout class="QHBoxLayout">
537 <property name="spacing">
538 <number>6</number>
539 </property>
540 <property name="margin">
541 <number>9</number>
542 </property>
543 <item>
544 <layout class="QVBoxLayout">
545 <property name="spacing">
546 <number>0</number>
547 </property>
548 <property name="margin">
549 <number>0</number>
550 </property>
551 <item>
552 <widget class="QFrame" name="frame_3">
553 <property name="frameShape">
554 <enum>QFrame::StyledPanel</enum>
555 </property>
556 <property name="frameShadow">
557 <enum>QFrame::Raised</enum>
558 </property>
559 <layout class="QHBoxLayout">
560 <property name="spacing">
561 <number>4</number>
562 </property>
563 <property name="margin">
564 <number>5</number>
565 </property>
566 <item>
567 <widget class="QCheckBox" name="checkBoxDiffCache">
568 <property name="toolTip">
569 <string>Check to see git status. You need this to commit changes</string>
570 </property>
571 <property name="text">
572 <string>Diff again&amp;st working directory</string>
573 </property>
574 <property name="shortcut">
575 <string>Alt+S</string>
576 </property>
577 </widget>
578 </item>
579 </layout>
580 </widget>
581 </item>
582 <item>
583 <spacer>
584 <property name="orientation">
585 <enum>Qt::Vertical</enum>
586 </property>
587 <property name="sizeHint" stdset="0">
588 <size>
589 <width>20</width>
590 <height>40</height>
591 </size>
592 </property>
593 </spacer>
594 </item>
595 <item>
596 <layout class="QGridLayout">
597 <property name="margin">
598 <number>0</number>
599 </property>
600 <property name="spacing">
601 <number>4</number>
602 </property>
603 <item row="1" column="1">
604 <widget class="QLineEdit" name="lineEditExcludePerDir">
605 <property name="toolTip">
606 <string>Exclude patterns file that apply only to the
607 directory and its subdirectories</string>
608 </property>
609 </widget>
610 </item>
611 <item row="0" column="1">
612 <widget class="QLineEdit" name="lineEditExcludeFile">
613 <property name="toolTip">
614 <string>Exclude patterns are read from this file one per line</string>
615 </property>
616 </widget>
617 </item>
618 <item row="1" column="0">
619 <widget class="QLabel" name="textLabelExcludePerDir">
620 <property name="text">
621 <string>E&amp;xclude per dir</string>
622 </property>
623 <property name="wordWrap">
624 <bool>false</bool>
625 </property>
626 <property name="buddy">
627 <cstring>lineEditExcludePerDir</cstring>
628 </property>
629 </widget>
630 </item>
631 <item row="0" column="0">
632 <widget class="QLabel" name="textLabelExcludeFile">
633 <property name="text">
634 <string>&amp;Exclude file path</string>
635 </property>
636 <property name="wordWrap">
637 <bool>false</bool>
638 </property>
639 <property name="buddy">
640 <cstring>lineEditExcludeFile</cstring>
641 </property>
642 </widget>
643 </item>
644 </layout>
645 </item>
646 </layout>
647 </item>
648 </layout>
649 </widget>
650 <widget class="QWidget" name="Commit">
651 <attribute name="title">
652 <string>&amp;Commit</string>
653 </attribute>
654 <layout class="QHBoxLayout">
655 <property name="spacing">
656 <number>6</number>
657 </property>
658 <property name="margin">
659 <number>9</number>
660 </property>
661 <item>
662 <layout class="QVBoxLayout">
663 <property name="spacing">
664 <number>0</number>
665 </property>
666 <property name="margin">
667 <number>0</number>
668 </property>
669 <item>
670 <widget class="QFrame" name="frame_4">
671 <property name="frameShape">
672 <enum>QFrame::StyledPanel</enum>
673 </property>
674 <property name="frameShadow">
675 <enum>QFrame::Raised</enum>
676 </property>
677 <layout class="QHBoxLayout">
678 <property name="spacing">
679 <number>0</number>
680 </property>
681 <property name="margin">
682 <number>2</number>
683 </property>
684 <item>
685 <layout class="QVBoxLayout">
686 <property name="spacing">
687 <number>4</number>
688 </property>
689 <property name="margin">
690 <number>3</number>
691 </property>
692 <item>
693 <widget class="QCheckBox" name="checkBoxCommitSign">
694 <property name="toolTip">
695 <string>Check to add -s option to git commit-script</string>
696 </property>
697 <property name="text">
698 <string>&amp;Sign off commit</string>
699 </property>
700 <property name="shortcut">
701 <string>Alt+S</string>
702 </property>
703 </widget>
704 </item>
705 <item>
706 <widget class="QCheckBox" name="checkBoxCommitVerify">
707 <property name="toolTip">
708 <string>Check to add -v option to git commit-script</string>
709 </property>
710 <property name="text">
711 <string>&amp;Verify commit</string>
712 </property>
713 <property name="shortcut">
714 <string>Alt+V</string>
715 </property>
716 </widget>
717 </item>
718 <item>
719 <widget class="QCheckBox" name="checkBoxCommitUseDefMsg">
720 <property name="text">
721 <string>Use default commit message</string>
722 </property>
723 </widget>
724 </item>
725 </layout>
726 </item>
727 </layout>
728 </widget>
729 </item>
730 <item>
731 <spacer>
732 <property name="orientation">
733 <enum>Qt::Vertical</enum>
734 </property>
735 <property name="sizeHint" stdset="0">
736 <size>
737 <width>20</width>
738 <height>21</height>
739 </size>
740 </property>
741 </spacer>
742 </item>
743 <item>
744 <layout class="QGridLayout">
745 <property name="margin">
746 <number>0</number>
747 </property>
748 <property name="spacing">
749 <number>4</number>
750 </property>
751 <item row="0" column="2">
752 <widget class="QLabel" name="textLabelComboUsr">
753 <property name="text">
754 <string>Defined in: </string>
755 </property>
756 </widget>
757 </item>
758 <item row="0" column="0">
759 <widget class="QLabel" name="textLabelAuthor">
760 <property name="text">
761 <string>Author</string>
762 </property>
763 <property name="buddy">
764 <cstring>lineEditAuthor</cstring>
765 </property>
766 </widget>
767 </item>
768 <item row="1" column="2">
769 <widget class="QComboBox" name="comboBoxUserSrc"/>
770 </item>
771 <item row="0" column="1">
772 <widget class="QLineEdit" name="lineEditAuthor">
773 <property name="readOnly">
774 <bool>true</bool>
775 </property>
776 </widget>
777 </item>
778 <item row="1" column="1">
779 <widget class="QLineEdit" name="lineEditMail">
780 <property name="readOnly">
781 <bool>true</bool>
782 </property>
783 </widget>
784 </item>
785 <item row="1" column="0">
786 <widget class="QLabel" name="textLabelAuthor_2">
787 <property name="text">
788 <string>E-mail</string>
789 </property>
790 <property name="buddy">
791 <cstring>lineEditMail</cstring>
792 </property>
793 </widget>
794 </item>
795 </layout>
796 </item>
797 <item>
798 <spacer>
799 <property name="orientation">
800 <enum>Qt::Vertical</enum>
801 </property>
802 <property name="sizeHint" stdset="0">
803 <size>
804 <width>20</width>
805 <height>21</height>
806 </size>
807 </property>
808 </spacer>
809 </item>
810 <item>
811 <layout class="QGridLayout">
812 <property name="margin">
813 <number>0</number>
814 </property>
815 <property name="spacing">
816 <number>4</number>
817 </property>
818 <item row="0" column="0">
819 <widget class="QLabel" name="textLabelTemplate">
820 <property name="text">
821 <string>Ms&amp;g template</string>
822 </property>
823 <property name="textFormat">
824 <enum>Qt::PlainText</enum>
825 </property>
826 <property name="wordWrap">
827 <bool>false</bool>
828 </property>
829 <property name="buddy">
830 <cstring>lineEditAuthor</cstring>
831 </property>
832 </widget>
833 </item>
834 <item row="1" column="0">
835 <widget class="QLabel" name="textLabelDiffTreeArgs_2">
836 <property name="text">
837 <string>&amp;Extra options</string>
838 </property>
839 <property name="wordWrap">
840 <bool>false</bool>
841 </property>
842 <property name="buddy">
843 <cstring>lineEditCommitExtraOptions</cstring>
844 </property>
845 </widget>
846 </item>
847 <item row="0" column="1">
848 <widget class="QLineEdit" name="lineEditTemplate">
849 <property name="toolTip">
850 <string>Commit message template file</string>
851 </property>
852 </widget>
853 </item>
854 <item row="1" column="1">
855 <widget class="QLineEdit" name="lineEditCommitExtraOptions">
856 <property name="toolTip">
857 <string>Extra options to pass to git commit-script</string>
858 </property>
859 </widget>
860 </item>
861 </layout>
862 </item>
863 </layout>
864 </item>
865 </layout>
866 </widget>
867 <widget class="QWidget" name="GitConfig">
868 <attribute name="title">
869 <string>Gi&amp;t config</string>
870 </attribute>
871 <layout class="QHBoxLayout" name="horizontalLayout_2">
872 <item>
873 <layout class="QVBoxLayout" name="verticalLayout">
874 <item>
875 <layout class="QHBoxLayout" name="horizontalLayout">
876 <item>
877 <spacer name="horizontalSpacer">
878 <property name="orientation">
879 <enum>Qt::Horizontal</enum>
880 </property>
881 <property name="sizeHint" stdset="0">
882 <size>
883 <width>40</width>
884 <height>20</height>
885 </size>
886 </property>
887 </spacer>
888 </item>
889 <item>
890 <widget class="QLabel" name="textLabelGitConfigSource">
891 <property name="text">
892 <string>Git options source:</string>
893 </property>
894 </widget>
895 </item>
896 <item>
897 <widget class="QComboBox" name="comboBoxGitConfigSource">
898 <item>
899 <property name="text">
900 <string>Local</string>
901 </property>
902 </item>
903 <item>
904 <property name="text">
905 <string>Global</string>
906 </property>
907 </item>
908 </widget>
909 </item>
910 </layout>
911 </item>
912 <item>
913 <widget class="QTreeWidget" name="treeWidgetGitConfig">
914 <property name="columnCount">
915 <number>2</number>
916 </property>
917 <column>
918 <property name="text">
919 <string notr="true">Parameter</string>
920 </property>
921 </column>
922 <column>
923 <property name="text">
924 <string>Value</string>
925 </property>
926 </column>
927 </widget>
928 </item>
929 </layout>
930 </item>
931 </layout>
932 </widget>
933 </widget>
934 </item>
935 <item>
936 <layout class="QHBoxLayout">
937 <property name="spacing">
938 <number>0</number>
939 </property>
940 <property name="margin">
941 <number>0</number>
942 </property>
943 <item>
944 <spacer>
945 <property name="orientation">
946 <enum>Qt::Horizontal</enum>
947 </property>
948 <property name="sizeHint" stdset="0">
949 <size>
950 <width>181</width>
951 <height>20</height>
952 </size>
953 </property>
954 </spacer>
955 </item>
956 <item>
957 <widget class="QPushButton" name="buttonOk">
958 <property name="text">
959 <string>O&amp;K</string>
960 </property>
961 <property name="shortcut">
962 <string>Alt+K</string>
963 </property>
964 <property name="autoDefault">
965 <bool>false</bool>
966 </property>
967 <property name="default">
968 <bool>false</bool>
969 </property>
970 </widget>
971 </item>
972 </layout>
973 </item>
974 </layout>
975 </item>
976 </layout>
977 </widget>
978 <layoutdefault spacing="6" margin="11"/>
979 <resources>
980 <include location="icons.qrc"/>
981 </resources>
982 <connections>
983 <connection>
984 <sender>buttonOk</sender>
985 <signal>clicked()</signal>
986 <receiver>settingsBase</receiver>
987 <slot>close()</slot>
988 <hints>
989 <hint type="sourcelabel">
990 <x>501</x>
991 <y>365</y>
992 </hint>
993 <hint type="destinationlabel">
994 <x>20</x>
995 <y>20</y>
996 </hint>
997 </hints>
998 </connection>
999 <connection>
1000 <sender>checkBoxNumbers</sender>
1001 <signal>toggled(bool)</signal>
1002 <receiver>settingsBase</receiver>
1003 <slot>checkBoxNumbers_toggled(bool)</slot>
1004 <hints>
1005 <hint type="sourcelabel">
1006 <x>26</x>
1007 <y>47</y>
1008 </hint>
1009 <hint type="destinationlabel">
1010 <x>20</x>
1011 <y>20</y>
1012 </hint>
1013 </hints>
1014 </connection>
1015 <connection>
1016 <sender>lineEditFormatPatchExtraOptions</sender>
1017 <signal>textChanged(QString)</signal>
1018 <receiver>settingsBase</receiver>
1019 <slot>lineEditFormatPatchExtraOptions_textChanged(QString)</slot>
1020 <hints>
1021 <hint type="sourcelabel">
1022 <x>160</x>
1023 <y>301</y>
1024 </hint>
1025 <hint type="destinationlabel">
1026 <x>20</x>
1027 <y>20</y>
1028 </hint>
1029 </hints>
1030 </connection>
1031 <connection>
1032 <sender>checkBoxDiffCache</sender>
1033 <signal>toggled(bool)</signal>
1034 <receiver>settingsBase</receiver>
1035 <slot>checkBoxDiffCache_toggled(bool)</slot>
1036 <hints>
1037 <hint type="sourcelabel">
1038 <x>28</x>
1039 <y>49</y>
1040 </hint>
1041 <hint type="destinationlabel">
1042 <x>20</x>
1043 <y>20</y>
1044 </hint>
1045 </hints>
1046 </connection>
1047 <connection>
1048 <sender>lineEditExcludePerDir</sender>
1049 <signal>textChanged(QString)</signal>
1050 <receiver>settingsBase</receiver>
1051 <slot>lineEditExcludePerDir_textChanged(QString)</slot>
1052 <hints>
1053 <hint type="sourcelabel">
1054 <x>90</x>
1055 <y>301</y>
1056 </hint>
1057 <hint type="destinationlabel">
1058 <x>20</x>
1059 <y>20</y>
1060 </hint>
1061 </hints>
1062 </connection>
1063 <connection>
1064 <sender>lineEditExcludeFile</sender>
1065 <signal>textChanged(QString)</signal>
1066 <receiver>settingsBase</receiver>
1067 <slot>lineEditExcludeFile_textChanged(QString)</slot>
1068 <hints>
1069 <hint type="sourcelabel">
1070 <x>90</x>
1071 <y>277</y>
1072 </hint>
1073 <hint type="destinationlabel">
1074 <x>20</x>
1075 <y>20</y>
1076 </hint>
1077 </hints>
1078 </connection>
1079 <connection>
1080 <sender>checkBoxSign</sender>
1081 <signal>toggled(bool)</signal>
1082 <receiver>settingsBase</receiver>
1083 <slot>checkBoxSign_toggled(bool)</slot>
1084 <hints>
1085 <hint type="sourcelabel">
1086 <x>26</x>
1087 <y>69</y>
1088 </hint>
1089 <hint type="destinationlabel">
1090 <x>20</x>
1091 <y>20</y>
1092 </hint>
1093 </hints>
1094 </connection>
1095 <connection>
1096 <sender>lineEditTemplate</sender>
1097 <signal>textChanged(QString)</signal>
1098 <receiver>settingsBase</receiver>
1099 <slot>lineEditTemplate_textChanged(QString)</slot>
1100 <hints>
1101 <hint type="sourcelabel">
1102 <x>91</x>
1103 <y>277</y>
1104 </hint>
1105 <hint type="destinationlabel">
1106 <x>20</x>
1107 <y>20</y>
1108 </hint>
1109 </hints>
1110 </connection>
1111 <connection>
1112 <sender>lineEditCommitExtraOptions</sender>
1113 <signal>textChanged(QString)</signal>
1114 <receiver>settingsBase</receiver>
1115 <slot>lineEditCommitExtraOptions_textChanged(QString)</slot>
1116 <hints>
1117 <hint type="sourcelabel">
1118 <x>91</x>
1119 <y>301</y>
1120 </hint>
1121 <hint type="destinationlabel">
1122 <x>20</x>
1123 <y>20</y>
1124 </hint>
1125 </hints>
1126 </connection>
1127 <connection>
1128 <sender>checkBoxRelativeDate</sender>
1129 <signal>toggled(bool)</signal>
1130 <receiver>settingsBase</receiver>
1131 <slot>checkBoxRelativeDate_toggled(bool)</slot>
1132 <hints>
1133 <hint type="sourcelabel">
1134 <x>33</x>
1135 <y>54</y>
1136 </hint>
1137 <hint type="destinationlabel">
1138 <x>20</x>
1139 <y>20</y>
1140 </hint>
1141 </hints>
1142 </connection>
1143 <connection>
1144 <sender>checkBoxRangeSelectDialog</sender>
1145 <signal>toggled(bool)</signal>
1146 <receiver>settingsBase</receiver>
1147 <slot>checkBoxRangeSelectDialog_toggled(bool)</slot>
1148 <hints>
1149 <hint type="sourcelabel">
1150 <x>33</x>
1151 <y>78</y>
1152 </hint>
1153 <hint type="destinationlabel">
1154 <x>20</x>
1155 <y>20</y>
1156 </hint>
1157 </hints>
1158 </connection>
1159 <connection>
1160 <sender>checkBoxReopenLastRepo</sender>
1161 <signal>toggled(bool)</signal>
1162 <receiver>settingsBase</receiver>
1163 <slot>checkBoxReopenLastRepo_toggled(bool)</slot>
1164 <hints>
1165 <hint type="sourcelabel">
1166 <x>33</x>
1167 <y>102</y>
1168 </hint>
1169 <hint type="destinationlabel">
1170 <x>20</x>
1171 <y>20</y>
1172 </hint>
1173 </hints>
1174 </connection>
1175 <connection>
1176 <sender>comboBoxCodecs</sender>
1177 <signal>activated(int)</signal>
1178 <receiver>settingsBase</receiver>
1179 <slot>comboBoxCodecs_activated(int)</slot>
1180 <hints>
1181 <hint type="sourcelabel">
1182 <x>112</x>
1183 <y>320</y>
1184 </hint>
1185 <hint type="destinationlabel">
1186 <x>20</x>
1187 <y>20</y>
1188 </hint>
1189 </hints>
1190 </connection>
1191 <connection>
1192 <sender>checkBoxCommitVerify</sender>
1193 <signal>toggled(bool)</signal>
1194 <receiver>settingsBase</receiver>
1195 <slot>checkBoxCommitVerify_toggled(bool)</slot>
1196 <hints>
1197 <hint type="sourcelabel">
1198 <x>28</x>
1199 <y>71</y>
1200 </hint>
1201 <hint type="destinationlabel">
1202 <x>20</x>
1203 <y>20</y>
1204 </hint>
1205 </hints>
1206 </connection>
1207 <connection>
1208 <sender>checkBoxCommitSign</sender>
1209 <signal>toggled(bool)</signal>
1210 <receiver>settingsBase</receiver>
1211 <slot>checkBoxCommitSign_toggled(bool)</slot>
1212 <hints>
1213 <hint type="sourcelabel">
1214 <x>28</x>
1215 <y>49</y>
1216 </hint>
1217 <hint type="destinationlabel">
1218 <x>20</x>
1219 <y>20</y>
1220 </hint>
1221 </hints>
1222 </connection>
1223 <connection>
1224 <sender>checkBoxCommitUseDefMsg</sender>
1225 <signal>toggled(bool)</signal>
1226 <receiver>settingsBase</receiver>
1227 <slot>checkBoxCommitUseDefMsg_toggled(bool)</slot>
1228 <hints>
1229 <hint type="sourcelabel">
1230 <x>47</x>
1231 <y>101</y>
1232 </hint>
1233 <hint type="destinationlabel">
1234 <x>20</x>
1235 <y>20</y>
1236 </hint>
1237 </hints>
1238 </connection>
1239 <connection>
1240 <sender>checkBoxCommitSign</sender>
1241 <signal>toggled(bool)</signal>
1242 <receiver>settingsBase</receiver>
1243 <slot>checkBoxCommitSign_toggled(bool)</slot>
1244 <hints>
1245 <hint type="sourcelabel">
1246 <x>28</x>
1247 <y>49</y>
1248 </hint>
1249 <hint type="destinationlabel">
1250 <x>20</x>
1251 <y>20</y>
1252 </hint>
1253 </hints>
1254 </connection>
1255 <connection>
1256 <sender>lineEditExternalDiffViewer</sender>
1257 <signal>textChanged(QString)</signal>
1258 <receiver>settingsBase</receiver>
1259 <slot>lineEditExternalDiffViewer_textChanged(QString)</slot>
1260 <hints>
1261 <hint type="sourcelabel">
1262 <x>175</x>
1263 <y>227</y>
1264 </hint>
1265 <hint type="destinationlabel">
1266 <x>20</x>
1267 <y>20</y>
1268 </hint>
1269 </hints>
1270 </connection>
1271 <connection>
1272 <sender>pushButtonExtDiff</sender>
1273 <signal>clicked()</signal>
1274 <receiver>settingsBase</receiver>
1275 <slot>pushButtonExtDiff_clicked()</slot>
1276 <hints>
1277 <hint type="sourcelabel">
1278 <x>487</x>
1279 <y>230</y>
1280 </hint>
1281 <hint type="destinationlabel">
1282 <x>20</x>
1283 <y>20</y>
1284 </hint>
1285 </hints>
1286 </connection>
1287 <connection>
1288 <sender>pushButtonFont</sender>
1289 <signal>clicked()</signal>
1290 <receiver>settingsBase</receiver>
1291 <slot>pushButtonFont_clicked()</slot>
1292 <hints>
1293 <hint type="sourcelabel">
1294 <x>487</x>
1295 <y>201</y>
1296 </hint>
1297 <hint type="destinationlabel">
1298 <x>20</x>
1299 <y>20</y>
1300 </hint>
1301 </hints>
1302 </connection>
1303 <connection>
1304 <sender>comboBoxUserSrc</sender>
1305 <signal>activated(int)</signal>
1306 <receiver>settingsBase</receiver>
1307 <slot>comboBoxUserSrc_activated(int)</slot>
1308 <hints>
1309 <hint type="sourcelabel">
1310 <x>440</x>
1311 <y>206</y>
1312 </hint>
1313 <hint type="destinationlabel">
1314 <x>256</x>
1315 <y>195</y>
1316 </hint>
1317 </hints>
1318 </connection>
1319 <connection>
1320 <sender>checkBoxMsgOnNewSHA</sender>
1321 <signal>toggled(bool)</signal>
1322 <receiver>settingsBase</receiver>
1323 <slot>checkBoxMsgOnNewSHA_toggled(bool)</slot>
1324 <hints>
1325 <hint type="sourcelabel">
1326 <x>45</x>
1327 <y>91</y>
1328 </hint>
1329 <hint type="destinationlabel">
1330 <x>225</x>
1331 <y>194</y>
1332 </hint>
1333 </hints>
1334 </connection>
1335 <connection>
1336 <sender>checkBoxLogDiffTab</sender>
1337 <signal>toggled(bool)</signal>
1338 <receiver>settingsBase</receiver>
1339 <slot>checkBoxLogDiffTab_toggled(bool)</slot>
1340 <hints>
1341 <hint type="sourcelabel">
1342 <x>45</x>
1343 <y>47</y>
1344 </hint>
1345 <hint type="destinationlabel">
1346 <x>225</x>
1347 <y>194</y>
1348 </hint>
1349 </hints>
1350 </connection>
1351 <connection>
1352 <sender>checkBoxSmartLabels</sender>
1353 <signal>toggled(bool)</signal>
1354 <receiver>settingsBase</receiver>
1355 <slot>checkBoxSmartLabels_toggled(bool)</slot>
1356 <hints>
1357 <hint type="sourcelabel">
1358 <x>45</x>
1359 <y>69</y>
1360 </hint>
1361 <hint type="destinationlabel">
1362 <x>225</x>
1363 <y>194</y>
1364 </hint>
1365 </hints>
1366 </connection>
1367 <connection>
1368 <sender>lineEditApplyPatchExtraOptions</sender>
1369 <signal>textChanged(QString)</signal>
1370 <receiver>settingsBase</receiver>
1371 <slot>lineEditApplyPatchExtraOptions_textChanged(QString)</slot>
1372 <hints>
1373 <hint type="sourcelabel">
1374 <x>160</x>
1375 <y>275</y>
1376 </hint>
1377 <hint type="destinationlabel">
1378 <x>221</x>
1379 <y>171</y>
1380 </hint>
1381 </hints>
1382 </connection>
1383 <connection>
1384 <sender>comboBoxGitConfigSource</sender>
1385 <signal>activated(int)</signal>
1386 <receiver>settingsBase</receiver>
1387 <slot>comboBoxGitConfigSource_activated(int)</slot>
1388 <hints>
1389 <hint type="sourcelabel">
1390 <x>463</x>
1391 <y>54</y>
1392 </hint>
1393 <hint type="destinationlabel">
1394 <x>159</x>
1395 <y>89</y>
1396 </hint>
1397 </hints>
1398 </connection>
1399 <connection>
1400 <sender>treeWidgetGitConfig</sender>
1401 <signal>itemChanged(QTreeWidgetItem*,int)</signal>
1402 <receiver>settingsBase</receiver>
1403 <slot>treeWidgetGitConfig_itemChanged(QTreeWidgetItem*, int)</slot>
1404 <hints>
1405 <hint type="sourcelabel">
1406 <x>236</x>
1407 <y>172</y>
1408 </hint>
1409 <hint type="destinationlabel">
1410 <x>147</x>
1411 <y>359</y>
1412 </hint>
1413 </hints>
1414 </connection>
1415 </connections>
1416 </ui>