Version 2.6
[qgit4/redivivus.git] / src / mainview.ui
blob21b707488fb8cdbde1ec2ba3be60393f8da715f3
1 <?xml version="1.0" encoding="utf-8"?>
2 <ui version="4.0">
3 <class>MainBase</class>
4 <widget class="QMainWindow" name="MainBase">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>905</width>
10 <height>477</height>
11 </rect>
12 </property>
13 <property name="acceptDrops">
14 <bool>true</bool>
15 </property>
16 <property name="windowTitle">
17 <string>QGit</string>
18 </property>
19 <property name="windowIcon">
20 <iconset resource="icons.qrc">
21 <normaloff>:/icons/resources/qgit.png</normaloff>:/icons/resources/qgit.png</iconset>
22 </property>
23 <widget class="QWidget" name="widget">
24 <layout class="QHBoxLayout">
25 <property name="spacing">
26 <number>6</number>
27 </property>
28 <property name="margin">
29 <number>9</number>
30 </property>
31 <item>
32 <widget class="QSplitter" name="treeSplitter">
33 <property name="orientation">
34 <enum>Qt::Horizontal</enum>
35 </property>
36 <widget class="TreeView" name="treeView">
37 <property name="contextMenuPolicy">
38 <enum>Qt::CustomContextMenu</enum>
39 </property>
40 <property name="selectionMode">
41 <enum>QAbstractItemView::ExtendedSelection</enum>
42 </property>
43 <property name="rootIsDecorated">
44 <bool>false</bool>
45 </property>
46 <property name="columnCount">
47 <number>1</number>
48 </property>
49 <column>
50 <property name="text">
51 <string>Git tree</string>
52 </property>
53 </column>
54 </widget>
55 <widget class="QTabWidget" name="tabWdg">
56 <widget class="QWidget" name="TabWdg">
57 <attribute name="title">
58 <string>Tab&amp;Wdg</string>
59 </attribute>
60 </widget>
61 </widget>
62 </widget>
63 </item>
64 </layout>
65 </widget>
66 <widget class="QToolBar" name="toolBar">
67 <property name="windowTitle">
68 <string>Toolbar</string>
69 </property>
70 <property name="orientation">
71 <enum>Qt::Horizontal</enum>
72 </property>
73 <property name="iconSize">
74 <size>
75 <width>16</width>
76 <height>16</height>
77 </size>
78 </property>
79 <attribute name="toolBarArea">
80 <enum>TopToolBarArea</enum>
81 </attribute>
82 <attribute name="toolBarBreak">
83 <bool>false</bool>
84 </attribute>
85 <addaction name="ActOpenRepo"/>
86 <addaction name="ActBack"/>
87 <addaction name="ActForward"/>
88 <addaction name="ActRefresh"/>
89 <addaction name="ActShowTree"/>
90 <addaction name="ActFilterTree"/>
91 <addaction name="ActMailFormatPatch"/>
92 <addaction name="ActMailApplyPatch"/>
93 <addaction name="separator"/>
94 <addaction name="ActSearchAndFilter"/>
95 <addaction name="ActSearchAndHighlight"/>
96 <addaction name="separator"/>
97 </widget>
98 <widget class="QMenuBar" name="MenuBarEditor">
99 <property name="geometry">
100 <rect>
101 <x>0</x>
102 <y>0</y>
103 <width>905</width>
104 <height>21</height>
105 </rect>
106 </property>
107 <widget class="QMenu" name="Help">
108 <property name="title">
109 <string>&amp;Help</string>
110 </property>
111 <addaction name="ActHelp"/>
112 <addaction name="ActAbout"/>
113 </widget>
114 <widget class="QMenu" name="File">
115 <property name="title">
116 <string>&amp;File</string>
117 </property>
118 <property name="separatorsCollapsible">
119 <bool>true</bool>
120 </property>
121 <addaction name="ActOpenRepo"/>
122 <addaction name="ActOpenRepoNewWindow"/>
123 <addaction name="ActRefresh"/>
124 <addaction name="ActSaveFile"/>
125 <addaction name="ActMailFormatPatch"/>
126 <addaction name="ActMailApplyPatch"/>
127 <addaction name="separator"/>
128 <addaction name="ActClose"/>
129 <addaction name="ActExit"/>
130 <addaction name="separator"/>
131 </widget>
132 <widget class="QMenu" name="Edit">
133 <property name="title">
134 <string>&amp;Edit</string>
135 </property>
136 <addaction name="ActCommit"/>
137 <addaction name="ActAmend"/>
138 <addaction name="ActBranch"/>
139 <addaction name="ActTag"/>
140 <addaction name="ActTagDelete"/>
141 <addaction name="ActPush"/>
142 <addaction name="ActPop"/>
143 <addaction name="separator"/>
144 <addaction name="ActFind"/>
145 <addaction name="ActFindNext"/>
146 <addaction name="separator"/>
147 <addaction name="ActSettings"/>
148 </widget>
149 <widget class="QMenu" name="Actions">
150 <property name="title">
151 <string>&amp;Actions</string>
152 </property>
153 <addaction name="ActCustomActionSetup"/>
154 </widget>
155 <widget class="QMenu" name="View">
156 <property name="title">
157 <string>&amp;View</string>
158 </property>
159 <addaction name="ActBack"/>
160 <addaction name="ActForward"/>
161 <addaction name="separator"/>
162 <addaction name="ActRangeDlg"/>
163 <addaction name="separator"/>
164 <addaction name="ActCheckWorkDir"/>
165 <addaction name="separator"/>
166 <addaction name="ActViewRev"/>
167 <addaction name="ActViewDiff"/>
168 <addaction name="ActViewDiffNewTab"/>
169 <addaction name="ActViewFile"/>
170 <addaction name="ActViewFileNewTab"/>
171 <addaction name="ActExternalDiff"/>
172 <addaction name="ActShowTree"/>
173 <addaction name="ActSplitView"/>
174 <addaction name="ActToggleLogsDiff"/>
175 <addaction name="ActShowDescHeader"/>
176 <addaction name="ActFilterTree"/>
177 </widget>
178 <addaction name="File"/>
179 <addaction name="Edit"/>
180 <addaction name="View"/>
181 <addaction name="Actions"/>
182 <addaction name="separator"/>
183 <addaction name="Help"/>
184 </widget>
185 <action name="ActOpenRepo">
186 <property name="icon">
187 <iconset resource="icons.qrc">
188 <normaloff>:/icons/resources/folder_open.png</normaloff>:/icons/resources/folder_open.png</iconset>
189 </property>
190 <property name="text">
191 <string>&amp;Open...</string>
192 </property>
193 <property name="iconText">
194 <string>Open</string>
195 </property>
196 <property name="shortcut">
197 <string>Ctrl+O</string>
198 </property>
199 </action>
200 <action name="ActExit">
201 <property name="text">
202 <string>E&amp;xit</string>
203 </property>
204 <property name="iconText">
205 <string>Exit</string>
206 </property>
207 <property name="shortcut">
208 <string>Ctrl+Q</string>
209 </property>
210 </action>
211 <action name="ActAbout">
212 <property name="text">
213 <string>&amp;About QGit</string>
214 </property>
215 <property name="iconText">
216 <string>About</string>
217 </property>
218 <property name="shortcut">
219 <string/>
220 </property>
221 </action>
222 <action name="ActMailFormatPatch">
223 <property name="enabled">
224 <bool>false</bool>
225 </property>
226 <property name="icon">
227 <iconset resource="icons.qrc">
228 <normaloff>:/icons/resources/mail_send.png</normaloff>:/icons/resources/mail_send.png</iconset>
229 </property>
230 <property name="text">
231 <string>&amp;Save patch...</string>
232 </property>
233 <property name="iconText">
234 <string>Save patch</string>
235 </property>
236 <property name="toolTip">
237 <string>Save a patch series to be sent by e-mail</string>
238 </property>
239 </action>
240 <action name="ActHelp">
241 <property name="icon">
242 <iconset resource="icons.qrc">
243 <normaloff>:/icons/resources/help.png</normaloff>:/icons/resources/help.png</iconset>
244 </property>
245 <property name="text">
246 <string>QGit ha&amp;ndbook</string>
247 </property>
248 <property name="iconText">
249 <string>Handbook</string>
250 </property>
251 <property name="shortcut">
252 <string>F1</string>
253 </property>
254 </action>
255 <action name="ActSettings">
256 <property name="icon">
257 <iconset resource="icons.qrc">
258 <normaloff>:/icons/resources/configure.png</normaloff>:/icons/resources/configure.png</iconset>
259 </property>
260 <property name="text">
261 <string>&amp;Settings...</string>
262 </property>
263 <property name="iconText">
264 <string>Settings</string>
265 </property>
266 </action>
267 <action name="ActCommit">
268 <property name="enabled">
269 <bool>false</bool>
270 </property>
271 <property name="icon">
272 <iconset resource="icons.qrc">
273 <normaloff>:/icons/resources/vcs_commit.png</normaloff>:/icons/resources/vcs_commit.png</iconset>
274 </property>
275 <property name="text">
276 <string>&amp;Commit...</string>
277 </property>
278 <property name="iconText">
279 <string>Commit</string>
280 </property>
281 <property name="toolTip">
282 <string>Commit changes</string>
283 </property>
284 <property name="shortcut">
285 <string>#</string>
286 </property>
287 </action>
288 <action name="ActTag">
289 <property name="enabled">
290 <bool>false</bool>
291 </property>
292 <property name="text">
293 <string>Make &amp;tag...</string>
294 </property>
295 <property name="iconText">
296 <string>Make tag</string>
297 </property>
298 <property name="toolTip">
299 <string>Tag selected revision</string>
300 </property>
301 </action>
302 <action name="ActOpenRepoNewWindow">
303 <property name="text">
304 <string>Open in a &amp;new window...</string>
305 </property>
306 <property name="iconText">
307 <string>Open in a &amp;new window</string>
308 </property>
309 <property name="shortcut">
310 <string>Ctrl+N</string>
311 </property>
312 </action>
313 <action name="ActClose">
314 <property name="text">
315 <string>&amp;Close</string>
316 </property>
317 <property name="iconText">
318 <string>Close</string>
319 </property>
320 <property name="shortcut">
321 <string>Ctrl+W</string>
322 </property>
323 </action>
324 <action name="ActMailApplyPatch">
325 <property name="enabled">
326 <bool>false</bool>
327 </property>
328 <property name="icon">
329 <iconset resource="icons.qrc">
330 <normaloff>:/icons/resources/mail_get.png</normaloff>:/icons/resources/mail_get.png</iconset>
331 </property>
332 <property name="text">
333 <string>Apply patch...</string>
334 </property>
335 <property name="iconText">
336 <string>Apply a patch series</string>
337 </property>
338 </action>
339 <action name="ActPush">
340 <property name="enabled">
341 <bool>false</bool>
342 </property>
343 <property name="text">
344 <string>&amp;Push patch</string>
345 </property>
346 <property name="iconText">
347 <string>Push patch</string>
348 </property>
349 <property name="toolTip">
350 <string>Push this patch on StGIT stack</string>
351 </property>
352 <property name="shortcut">
353 <string>PgUp</string>
354 </property>
355 </action>
356 <action name="ActPop">
357 <property name="enabled">
358 <bool>false</bool>
359 </property>
360 <property name="text">
361 <string>P&amp;op patch</string>
362 </property>
363 <property name="iconText">
364 <string>Pop patch</string>
365 </property>
366 <property name="toolTip">
367 <string>Pop patches from StGIT stack until this one included</string>
368 </property>
369 <property name="shortcut">
370 <string>PgDown</string>
371 </property>
372 </action>
373 <action name="ActRefresh">
374 <property name="enabled">
375 <bool>false</bool>
376 </property>
377 <property name="icon">
378 <iconset resource="icons.qrc">
379 <normaloff>:/icons/resources/reload.png</normaloff>:/icons/resources/reload.png</iconset>
380 </property>
381 <property name="iconText">
382 <string>Refresh</string>
383 </property>
384 <property name="toolTip">
385 <string>Refresh view (F5)</string>
386 </property>
387 <property name="shortcut">
388 <string>F5</string>
389 </property>
390 </action>
391 <action name="ActViewDiff">
392 <property name="enabled">
393 <bool>false</bool>
394 </property>
395 <property name="text">
396 <string>View patch</string>
397 </property>
398 <property name="iconText">
399 <string>View patch</string>
400 </property>
401 <property name="toolTip">
402 <string>Double click on revision log as a shortcut</string>
403 </property>
404 <property name="statusTip">
405 <string>Double click on revision log as a shortcut</string>
406 </property>
407 <property name="shortcut">
408 <string>Ctrl+P</string>
409 </property>
410 </action>
411 <action name="ActViewFile">
412 <property name="enabled">
413 <bool>false</bool>
414 </property>
415 <property name="text">
416 <string>View file</string>
417 </property>
418 <property name="iconText">
419 <string>View file</string>
420 </property>
421 <property name="toolTip">
422 <string>Double click on file name as a shortcut</string>
423 </property>
424 <property name="statusTip">
425 <string>Double click on file name as a shortcut</string>
426 </property>
427 <property name="shortcut">
428 <string>Ctrl+A</string>
429 </property>
430 </action>
431 <action name="ActSaveFile">
432 <property name="enabled">
433 <bool>false</bool>
434 </property>
435 <property name="text">
436 <string>Save file as...</string>
437 </property>
438 <property name="iconText">
439 <string>Save file as...</string>
440 </property>
441 <property name="toolTip">
442 <string>Save selected file</string>
443 </property>
444 <property name="shortcut">
445 <string>Ctrl+S</string>
446 </property>
447 </action>
448 <action name="ActFilterTree">
449 <property name="checkable">
450 <bool>true</bool>
451 </property>
452 <property name="enabled">
453 <bool>false</bool>
454 </property>
455 <property name="icon">
456 <iconset resource="icons.qrc">
457 <normaloff>:/icons/resources/wizard.png</normaloff>:/icons/resources/wizard.png</iconset>
458 </property>
459 <property name="text">
460 <string>Toggle filter by tree</string>
461 </property>
462 <property name="iconText">
463 <string>Filter by tree</string>
464 </property>
465 <property name="toolTip">
466 <string>Filter by tree selection, multiple selections allowed</string>
467 </property>
468 </action>
469 <action name="ActShowTree">
470 <property name="checkable">
471 <bool>true</bool>
472 </property>
473 <property name="enabled">
474 <bool>false</bool>
475 </property>
476 <property name="icon">
477 <iconset resource="icons.qrc">
478 <normaloff>:/icons/resources/view_tree.png</normaloff>:/icons/resources/view_tree.png</iconset>
479 </property>
480 <property name="text">
481 <string>Toggle tree view</string>
482 </property>
483 <property name="iconText">
484 <string>Archive tree</string>
485 </property>
486 <property name="toolTip">
487 <string>Toggle tree view (T)</string>
488 </property>
489 <property name="shortcut">
490 <string>T</string>
491 </property>
492 </action>
493 <action name="ActTagDelete">
494 <property name="enabled">
495 <bool>false</bool>
496 </property>
497 <property name="text">
498 <string>&amp;Delete tag...</string>
499 </property>
500 <property name="iconText">
501 <string>Delete tag</string>
502 </property>
503 <property name="toolTip">
504 <string>Un-tag selected revision</string>
505 </property>
506 </action>
507 <action name="ActCheckWorkDir">
508 <property name="checkable">
509 <bool>true</bool>
510 </property>
511 <property name="enabled">
512 <bool>false</bool>
513 </property>
514 <property name="text">
515 <string>Check working directory</string>
516 </property>
517 <property name="iconText">
518 <string>Check working dir</string>
519 </property>
520 <property name="toolTip">
521 <string>Check working directory</string>
522 </property>
523 </action>
524 <action name="ActExternalDiff">
525 <property name="enabled">
526 <bool>false</bool>
527 </property>
528 <property name="text">
529 <string>External diff...</string>
530 </property>
531 <property name="iconText">
532 <string>Launch external diff viewer</string>
533 </property>
534 <property name="shortcut">
535 <string>Ctrl+D</string>
536 </property>
537 </action>
538 <action name="ActViewRev">
539 <property name="enabled">
540 <bool>false</bool>
541 </property>
542 <property name="text">
543 <string>View revision</string>
544 </property>
545 <property name="iconText">
546 <string>View revision</string>
547 </property>
548 <property name="toolTip">
549 <string>Double click on a revision in file history as a shortcut</string>
550 </property>
551 <property name="shortcut">
552 <string>Ctrl+R</string>
553 </property>
554 </action>
555 <action name="ActSplitView">
556 <property name="icon">
557 <iconset resource="icons.qrc">
558 <normaloff>:/icons/resources/view_top_bottom.png</normaloff>:/icons/resources/view_top_bottom.png</iconset>
559 </property>
560 <property name="text">
561 <string>Toggle split view</string>
562 </property>
563 <property name="iconText">
564 <string>Toggle split view</string>
565 </property>
566 <property name="toolTip">
567 <string>Hide/unhide secondary pane</string>
568 </property>
569 <property name="shortcut">
570 <string>S</string>
571 </property>
572 </action>
573 <action name="ActFind">
574 <property name="text">
575 <string>Find...</string>
576 </property>
577 <property name="iconText">
578 <string>Find text in current view...</string>
579 </property>
580 <property name="shortcut">
581 <string>Ctrl+F</string>
582 </property>
583 </action>
584 <action name="ActFindNext">
585 <property name="text">
586 <string>Find next</string>
587 </property>
588 <property name="iconText">
589 <string>Find next</string>
590 </property>
591 <property name="toolTip">
592 <string>Go to next occurrence of searched text</string>
593 </property>
594 <property name="shortcut">
595 <string>F3</string>
596 </property>
597 </action>
598 <action name="ActForward">
599 <property name="enabled">
600 <bool>false</bool>
601 </property>
602 <property name="icon">
603 <iconset resource="icons.qrc">
604 <normaloff>:/icons/resources/next.png</normaloff>:/icons/resources/next.png</iconset>
605 </property>
606 <property name="text">
607 <string>Forward</string>
608 </property>
609 <property name="iconText">
610 <string>Forward</string>
611 </property>
612 <property name="shortcut">
613 <string>Alt+Right</string>
614 </property>
615 </action>
616 <action name="ActBack">
617 <property name="enabled">
618 <bool>false</bool>
619 </property>
620 <property name="icon">
621 <iconset resource="icons.qrc">
622 <normaloff>:/icons/resources/previous.png</normaloff>:/icons/resources/previous.png</iconset>
623 </property>
624 <property name="text">
625 <string>Back</string>
626 </property>
627 <property name="iconText">
628 <string>Back</string>
629 </property>
630 <property name="shortcut">
631 <string>Alt+Left</string>
632 </property>
633 </action>
634 <action name="ActCustomActionSetup">
635 <property name="icon">
636 <iconset resource="icons.qrc">
637 <normaloff>:/icons/resources/bookmark.png</normaloff>:/icons/resources/bookmark.png</iconset>
638 </property>
639 <property name="text">
640 <string>Setup actions...</string>
641 </property>
642 <property name="iconText">
643 <string>Setup actions...</string>
644 </property>
645 </action>
646 <action name="ActViewFileNewTab">
647 <property name="enabled">
648 <bool>false</bool>
649 </property>
650 <property name="text">
651 <string>View file in new tab</string>
652 </property>
653 <property name="iconText">
654 <string>View file in new tab</string>
655 </property>
656 <property name="shortcut">
657 <string>Ctrl+Shift+A</string>
658 </property>
659 </action>
660 <action name="ActViewDiffNewTab">
661 <property name="enabled">
662 <bool>false</bool>
663 </property>
664 <property name="text">
665 <string>View patch in new tab</string>
666 </property>
667 <property name="iconText">
668 <string>View patch in new tab</string>
669 </property>
670 <property name="shortcut">
671 <string>Ctrl+Shift+P</string>
672 </property>
673 </action>
674 <action name="ActSearchAndFilter">
675 <property name="checkable">
676 <bool>true</bool>
677 </property>
678 <property name="enabled">
679 <bool>true</bool>
680 </property>
681 <property name="icon">
682 <iconset resource="icons.qrc">
683 <normaloff>:/icons/resources/filter.png</normaloff>:/icons/resources/filter.png</iconset>
684 </property>
685 <property name="text">
686 <string>Search and filter</string>
687 </property>
688 <property name="statusTip">
689 <string>Toggle filter</string>
690 </property>
691 </action>
692 <action name="ActSearchAndHighlight">
693 <property name="checkable">
694 <bool>true</bool>
695 </property>
696 <property name="enabled">
697 <bool>true</bool>
698 </property>
699 <property name="icon">
700 <iconset resource="icons.qrc">
701 <normaloff>:/icons/resources/find.png</normaloff>:/icons/resources/find.png</iconset>
702 </property>
703 <property name="text">
704 <string>Search and highlight</string>
705 </property>
706 <property name="statusTip">
707 <string>Toggle match highlight</string>
708 </property>
709 </action>
710 <action name="ActShowDescHeader">
711 <property name="checkable">
712 <bool>true</bool>
713 </property>
714 <property name="checked">
715 <bool>true</bool>
716 </property>
717 <property name="text">
718 <string>Show header info</string>
719 </property>
720 <property name="iconText">
721 <string>Show header info</string>
722 </property>
723 <property name="toolTip">
724 <string>Show revision description header info</string>
725 </property>
726 <property name="shortcut">
727 <string>H</string>
728 </property>
729 </action>
730 <action name="ActToggleLogsDiff">
731 <property name="text">
732 <string>Toggle message/diff</string>
733 </property>
734 <property name="iconText">
735 <string>Toggle message/diff</string>
736 </property>
737 <property name="toolTip">
738 <string>Toggle between messages and patch content\n in revision description pane</string>
739 </property>
740 <property name="shortcut">
741 <string>M</string>
742 </property>
743 </action>
744 <action name="ActRangeDlg">
745 <property name="icon">
746 <iconset resource="icons.qrc">
747 <normaloff>:/icons/resources/range_select.png</normaloff>:/icons/resources/range_select.png</iconset>
748 </property>
749 <property name="text">
750 <string>Select range...</string>
751 </property>
752 <property name="toolTip">
753 <string>Show 'Select range' dialog</string>
754 </property>
755 </action>
756 <action name="ActAmend">
757 <property name="text">
758 <string>Amend comit...</string>
759 </property>
760 <property name="toolTip">
761 <string>Amend previous comit</string>
762 </property>
763 </action>
764 <action name="ActBranch">
765 <property name="enabled">
766 <bool>false</bool>
767 </property>
768 <property name="text">
769 <string>Make &amp;branch...</string>
770 </property>
771 <property name="toolTip">
772 <string>Make new branch on selected revision</string>
773 </property>
774 </action>
775 </widget>
776 <layoutdefault spacing="6" margin="11"/>
777 <customwidgets>
778 <customwidget>
779 <class>TreeView</class>
780 <extends>QTreeWidget</extends>
781 <header>treeview.h</header>
782 </customwidget>
783 </customwidgets>
784 <resources>
785 <include location="icons.qrc"/>
786 </resources>
787 <connections>
788 <connection>
789 <sender>ActAbout</sender>
790 <signal>triggered()</signal>
791 <receiver>MainBase</receiver>
792 <slot>ActAbout_activated()</slot>
793 <hints>
794 <hint type="sourcelabel">
795 <x>-1</x>
796 <y>-1</y>
797 </hint>
798 <hint type="destinationlabel">
799 <x>20</x>
800 <y>20</y>
801 </hint>
802 </hints>
803 </connection>
804 <connection>
805 <sender>ActCheckWorkDir</sender>
806 <signal>toggled(bool)</signal>
807 <receiver>MainBase</receiver>
808 <slot>ActCheckWorkDir_toggled(bool)</slot>
809 <hints>
810 <hint type="sourcelabel">
811 <x>-1</x>
812 <y>-1</y>
813 </hint>
814 <hint type="destinationlabel">
815 <x>20</x>
816 <y>20</y>
817 </hint>
818 </hints>
819 </connection>
820 <connection>
821 <sender>ActClose</sender>
822 <signal>triggered()</signal>
823 <receiver>MainBase</receiver>
824 <slot>ActClose_activated()</slot>
825 <hints>
826 <hint type="sourcelabel">
827 <x>-1</x>
828 <y>-1</y>
829 </hint>
830 <hint type="destinationlabel">
831 <x>20</x>
832 <y>20</y>
833 </hint>
834 </hints>
835 </connection>
836 <connection>
837 <sender>ActCommit</sender>
838 <signal>triggered()</signal>
839 <receiver>MainBase</receiver>
840 <slot>ActCommit_activated()</slot>
841 <hints>
842 <hint type="sourcelabel">
843 <x>-1</x>
844 <y>-1</y>
845 </hint>
846 <hint type="destinationlabel">
847 <x>20</x>
848 <y>20</y>
849 </hint>
850 </hints>
851 </connection>
852 <connection>
853 <sender>ActExit</sender>
854 <signal>triggered()</signal>
855 <receiver>MainBase</receiver>
856 <slot>ActExit_activated()</slot>
857 <hints>
858 <hint type="sourcelabel">
859 <x>-1</x>
860 <y>-1</y>
861 </hint>
862 <hint type="destinationlabel">
863 <x>20</x>
864 <y>20</y>
865 </hint>
866 </hints>
867 </connection>
868 <connection>
869 <sender>ActExternalDiff</sender>
870 <signal>triggered()</signal>
871 <receiver>MainBase</receiver>
872 <slot>ActExternalDiff_activated()</slot>
873 <hints>
874 <hint type="sourcelabel">
875 <x>-1</x>
876 <y>-1</y>
877 </hint>
878 <hint type="destinationlabel">
879 <x>20</x>
880 <y>20</y>
881 </hint>
882 </hints>
883 </connection>
884 <connection>
885 <sender>ActFilterTree</sender>
886 <signal>toggled(bool)</signal>
887 <receiver>MainBase</receiver>
888 <slot>ActFilterTree_toggled(bool)</slot>
889 <hints>
890 <hint type="sourcelabel">
891 <x>-1</x>
892 <y>-1</y>
893 </hint>
894 <hint type="destinationlabel">
895 <x>20</x>
896 <y>20</y>
897 </hint>
898 </hints>
899 </connection>
900 <connection>
901 <sender>ActHelp</sender>
902 <signal>triggered()</signal>
903 <receiver>MainBase</receiver>
904 <slot>ActHelp_activated()</slot>
905 <hints>
906 <hint type="sourcelabel">
907 <x>-1</x>
908 <y>-1</y>
909 </hint>
910 <hint type="destinationlabel">
911 <x>20</x>
912 <y>20</y>
913 </hint>
914 </hints>
915 </connection>
916 <connection>
917 <sender>ActMailApplyPatch</sender>
918 <signal>triggered()</signal>
919 <receiver>MainBase</receiver>
920 <slot>ActMailApplyPatch_activated()</slot>
921 <hints>
922 <hint type="sourcelabel">
923 <x>-1</x>
924 <y>-1</y>
925 </hint>
926 <hint type="destinationlabel">
927 <x>20</x>
928 <y>20</y>
929 </hint>
930 </hints>
931 </connection>
932 <connection>
933 <sender>ActMailFormatPatch</sender>
934 <signal>triggered()</signal>
935 <receiver>MainBase</receiver>
936 <slot>ActMailFormatPatch_activated()</slot>
937 <hints>
938 <hint type="sourcelabel">
939 <x>-1</x>
940 <y>-1</y>
941 </hint>
942 <hint type="destinationlabel">
943 <x>20</x>
944 <y>20</y>
945 </hint>
946 </hints>
947 </connection>
948 <connection>
949 <sender>ActOpenRepo</sender>
950 <signal>triggered()</signal>
951 <receiver>MainBase</receiver>
952 <slot>ActOpenRepo_activated()</slot>
953 <hints>
954 <hint type="sourcelabel">
955 <x>-1</x>
956 <y>-1</y>
957 </hint>
958 <hint type="destinationlabel">
959 <x>20</x>
960 <y>20</y>
961 </hint>
962 </hints>
963 </connection>
964 <connection>
965 <sender>ActOpenRepoNewWindow</sender>
966 <signal>triggered()</signal>
967 <receiver>MainBase</receiver>
968 <slot>ActOpenRepoNewWindow_activated()</slot>
969 <hints>
970 <hint type="sourcelabel">
971 <x>-1</x>
972 <y>-1</y>
973 </hint>
974 <hint type="destinationlabel">
975 <x>20</x>
976 <y>20</y>
977 </hint>
978 </hints>
979 </connection>
980 <connection>
981 <sender>ActPop</sender>
982 <signal>triggered()</signal>
983 <receiver>MainBase</receiver>
984 <slot>ActPop_activated()</slot>
985 <hints>
986 <hint type="sourcelabel">
987 <x>-1</x>
988 <y>-1</y>
989 </hint>
990 <hint type="destinationlabel">
991 <x>20</x>
992 <y>20</y>
993 </hint>
994 </hints>
995 </connection>
996 <connection>
997 <sender>ActPush</sender>
998 <signal>triggered()</signal>
999 <receiver>MainBase</receiver>
1000 <slot>ActPush_activated()</slot>
1001 <hints>
1002 <hint type="sourcelabel">
1003 <x>-1</x>
1004 <y>-1</y>
1005 </hint>
1006 <hint type="destinationlabel">
1007 <x>20</x>
1008 <y>20</y>
1009 </hint>
1010 </hints>
1011 </connection>
1012 <connection>
1013 <sender>ActRefresh</sender>
1014 <signal>triggered()</signal>
1015 <receiver>MainBase</receiver>
1016 <slot>ActRefresh_activated()</slot>
1017 <hints>
1018 <hint type="sourcelabel">
1019 <x>-1</x>
1020 <y>-1</y>
1021 </hint>
1022 <hint type="destinationlabel">
1023 <x>20</x>
1024 <y>20</y>
1025 </hint>
1026 </hints>
1027 </connection>
1028 <connection>
1029 <sender>ActSaveFile</sender>
1030 <signal>triggered()</signal>
1031 <receiver>MainBase</receiver>
1032 <slot>ActSaveFile_activated()</slot>
1033 <hints>
1034 <hint type="sourcelabel">
1035 <x>-1</x>
1036 <y>-1</y>
1037 </hint>
1038 <hint type="destinationlabel">
1039 <x>20</x>
1040 <y>20</y>
1041 </hint>
1042 </hints>
1043 </connection>
1044 <connection>
1045 <sender>ActSettings</sender>
1046 <signal>triggered()</signal>
1047 <receiver>MainBase</receiver>
1048 <slot>ActSettings_activated()</slot>
1049 <hints>
1050 <hint type="sourcelabel">
1051 <x>-1</x>
1052 <y>-1</y>
1053 </hint>
1054 <hint type="destinationlabel">
1055 <x>20</x>
1056 <y>20</y>
1057 </hint>
1058 </hints>
1059 </connection>
1060 <connection>
1061 <sender>ActShowTree</sender>
1062 <signal>toggled(bool)</signal>
1063 <receiver>MainBase</receiver>
1064 <slot>ActShowTree_toggled(bool)</slot>
1065 <hints>
1066 <hint type="sourcelabel">
1067 <x>-1</x>
1068 <y>-1</y>
1069 </hint>
1070 <hint type="destinationlabel">
1071 <x>20</x>
1072 <y>20</y>
1073 </hint>
1074 </hints>
1075 </connection>
1076 <connection>
1077 <sender>ActBranch</sender>
1078 <signal>triggered()</signal>
1079 <receiver>MainBase</receiver>
1080 <slot>ActBranch_activated()</slot>
1081 <hints>
1082 <hint type="sourcelabel">
1083 <x>-1</x>
1084 <y>-1</y>
1085 </hint>
1086 <hint type="destinationlabel">
1087 <x>20</x>
1088 <y>20</y>
1089 </hint>
1090 </hints>
1091 </connection>
1092 <connection>
1093 <sender>ActTag</sender>
1094 <signal>triggered()</signal>
1095 <receiver>MainBase</receiver>
1096 <slot>ActTag_activated()</slot>
1097 <hints>
1098 <hint type="sourcelabel">
1099 <x>-1</x>
1100 <y>-1</y>
1101 </hint>
1102 <hint type="destinationlabel">
1103 <x>20</x>
1104 <y>20</y>
1105 </hint>
1106 </hints>
1107 </connection>
1108 <connection>
1109 <sender>ActTagDelete</sender>
1110 <signal>triggered()</signal>
1111 <receiver>MainBase</receiver>
1112 <slot>ActTagDelete_activated()</slot>
1113 <hints>
1114 <hint type="sourcelabel">
1115 <x>-1</x>
1116 <y>-1</y>
1117 </hint>
1118 <hint type="destinationlabel">
1119 <x>20</x>
1120 <y>20</y>
1121 </hint>
1122 </hints>
1123 </connection>
1124 <connection>
1125 <sender>ActViewFile</sender>
1126 <signal>triggered()</signal>
1127 <receiver>MainBase</receiver>
1128 <slot>ActViewFile_activated()</slot>
1129 <hints>
1130 <hint type="sourcelabel">
1131 <x>-1</x>
1132 <y>-1</y>
1133 </hint>
1134 <hint type="destinationlabel">
1135 <x>20</x>
1136 <y>20</y>
1137 </hint>
1138 </hints>
1139 </connection>
1140 <connection>
1141 <sender>ActViewDiff</sender>
1142 <signal>triggered()</signal>
1143 <receiver>MainBase</receiver>
1144 <slot>ActViewDiff_activated()</slot>
1145 <hints>
1146 <hint type="sourcelabel">
1147 <x>-1</x>
1148 <y>-1</y>
1149 </hint>
1150 <hint type="destinationlabel">
1151 <x>20</x>
1152 <y>20</y>
1153 </hint>
1154 </hints>
1155 </connection>
1156 <connection>
1157 <sender>ActViewRev</sender>
1158 <signal>triggered()</signal>
1159 <receiver>MainBase</receiver>
1160 <slot>ActViewRev_activated()</slot>
1161 <hints>
1162 <hint type="sourcelabel">
1163 <x>-1</x>
1164 <y>-1</y>
1165 </hint>
1166 <hint type="destinationlabel">
1167 <x>20</x>
1168 <y>20</y>
1169 </hint>
1170 </hints>
1171 </connection>
1172 <connection>
1173 <sender>ActSplitView</sender>
1174 <signal>triggered()</signal>
1175 <receiver>MainBase</receiver>
1176 <slot>ActSplitView_activated()</slot>
1177 <hints>
1178 <hint type="sourcelabel">
1179 <x>-1</x>
1180 <y>-1</y>
1181 </hint>
1182 <hint type="destinationlabel">
1183 <x>20</x>
1184 <y>20</y>
1185 </hint>
1186 </hints>
1187 </connection>
1188 <connection>
1189 <sender>ActFind</sender>
1190 <signal>triggered()</signal>
1191 <receiver>MainBase</receiver>
1192 <slot>ActFind_activated()</slot>
1193 <hints>
1194 <hint type="sourcelabel">
1195 <x>-1</x>
1196 <y>-1</y>
1197 </hint>
1198 <hint type="destinationlabel">
1199 <x>20</x>
1200 <y>20</y>
1201 </hint>
1202 </hints>
1203 </connection>
1204 <connection>
1205 <sender>ActFindNext</sender>
1206 <signal>triggered()</signal>
1207 <receiver>MainBase</receiver>
1208 <slot>ActFindNext_activated()</slot>
1209 <hints>
1210 <hint type="sourcelabel">
1211 <x>-1</x>
1212 <y>-1</y>
1213 </hint>
1214 <hint type="destinationlabel">
1215 <x>20</x>
1216 <y>20</y>
1217 </hint>
1218 </hints>
1219 </connection>
1220 <connection>
1221 <sender>ActBack</sender>
1222 <signal>triggered()</signal>
1223 <receiver>MainBase</receiver>
1224 <slot>ActBack_activated()</slot>
1225 <hints>
1226 <hint type="sourcelabel">
1227 <x>-1</x>
1228 <y>-1</y>
1229 </hint>
1230 <hint type="destinationlabel">
1231 <x>20</x>
1232 <y>20</y>
1233 </hint>
1234 </hints>
1235 </connection>
1236 <connection>
1237 <sender>ActForward</sender>
1238 <signal>triggered()</signal>
1239 <receiver>MainBase</receiver>
1240 <slot>ActForward_activated()</slot>
1241 <hints>
1242 <hint type="sourcelabel">
1243 <x>-1</x>
1244 <y>-1</y>
1245 </hint>
1246 <hint type="destinationlabel">
1247 <x>20</x>
1248 <y>20</y>
1249 </hint>
1250 </hints>
1251 </connection>
1252 <connection>
1253 <sender>ActCustomActionSetup</sender>
1254 <signal>triggered()</signal>
1255 <receiver>MainBase</receiver>
1256 <slot>ActCustomActionSetup_activated()</slot>
1257 <hints>
1258 <hint type="sourcelabel">
1259 <x>-1</x>
1260 <y>-1</y>
1261 </hint>
1262 <hint type="destinationlabel">
1263 <x>20</x>
1264 <y>20</y>
1265 </hint>
1266 </hints>
1267 </connection>
1268 <connection>
1269 <sender>ActViewFileNewTab</sender>
1270 <signal>triggered()</signal>
1271 <receiver>MainBase</receiver>
1272 <slot>ActViewFileNewTab_activated()</slot>
1273 <hints>
1274 <hint type="sourcelabel">
1275 <x>-1</x>
1276 <y>-1</y>
1277 </hint>
1278 <hint type="destinationlabel">
1279 <x>20</x>
1280 <y>20</y>
1281 </hint>
1282 </hints>
1283 </connection>
1284 <connection>
1285 <sender>ActViewDiffNewTab</sender>
1286 <signal>triggered()</signal>
1287 <receiver>MainBase</receiver>
1288 <slot>ActViewDiffNewTab_activated()</slot>
1289 <hints>
1290 <hint type="sourcelabel">
1291 <x>-1</x>
1292 <y>-1</y>
1293 </hint>
1294 <hint type="destinationlabel">
1295 <x>20</x>
1296 <y>20</y>
1297 </hint>
1298 </hints>
1299 </connection>
1300 <connection>
1301 <sender>tabWdg</sender>
1302 <signal>currentChanged(int)</signal>
1303 <receiver>MainBase</receiver>
1304 <slot>tabWdg_currentChanged(int)</slot>
1305 <hints>
1306 <hint type="sourcelabel">
1307 <x>20</x>
1308 <y>20</y>
1309 </hint>
1310 <hint type="destinationlabel">
1311 <x>20</x>
1312 <y>20</y>
1313 </hint>
1314 </hints>
1315 </connection>
1316 <connection>
1317 <sender>ActSearchAndFilter</sender>
1318 <signal>toggled(bool)</signal>
1319 <receiver>MainBase</receiver>
1320 <slot>ActSearchAndFilter_toggled(bool)</slot>
1321 <hints>
1322 <hint type="sourcelabel">
1323 <x>-1</x>
1324 <y>-1</y>
1325 </hint>
1326 <hint type="destinationlabel">
1327 <x>487</x>
1328 <y>238</y>
1329 </hint>
1330 </hints>
1331 </connection>
1332 <connection>
1333 <sender>ActSearchAndHighlight</sender>
1334 <signal>toggled(bool)</signal>
1335 <receiver>MainBase</receiver>
1336 <slot>ActSearchAndHighlight_toggled(bool)</slot>
1337 <hints>
1338 <hint type="sourcelabel">
1339 <x>-1</x>
1340 <y>-1</y>
1341 </hint>
1342 <hint type="destinationlabel">
1343 <x>487</x>
1344 <y>238</y>
1345 </hint>
1346 </hints>
1347 </connection>
1348 <connection>
1349 <sender>ActShowDescHeader</sender>
1350 <signal>triggered()</signal>
1351 <receiver>MainBase</receiver>
1352 <slot>ActShowDescHeader_activated()</slot>
1353 <hints>
1354 <hint type="sourcelabel">
1355 <x>-1</x>
1356 <y>-1</y>
1357 </hint>
1358 <hint type="destinationlabel">
1359 <x>487</x>
1360 <y>238</y>
1361 </hint>
1362 </hints>
1363 </connection>
1364 <connection>
1365 <sender>ActToggleLogsDiff</sender>
1366 <signal>triggered()</signal>
1367 <receiver>MainBase</receiver>
1368 <slot>ActToggleLogsDiff_activated()</slot>
1369 <hints>
1370 <hint type="sourcelabel">
1371 <x>-1</x>
1372 <y>-1</y>
1373 </hint>
1374 <hint type="destinationlabel">
1375 <x>452</x>
1376 <y>238</y>
1377 </hint>
1378 </hints>
1379 </connection>
1380 <connection>
1381 <sender>ActRangeDlg</sender>
1382 <signal>triggered()</signal>
1383 <receiver>MainBase</receiver>
1384 <slot>ActRangeDlg_activated()</slot>
1385 <hints>
1386 <hint type="sourcelabel">
1387 <x>-1</x>
1388 <y>-1</y>
1389 </hint>
1390 <hint type="destinationlabel">
1391 <x>452</x>
1392 <y>238</y>
1393 </hint>
1394 </hints>
1395 </connection>
1396 <connection>
1397 <sender>ActAmend</sender>
1398 <signal>triggered()</signal>
1399 <receiver>MainBase</receiver>
1400 <slot>ActAmend_activated()</slot>
1401 <hints>
1402 <hint type="sourcelabel">
1403 <x>-1</x>
1404 <y>-1</y>
1405 </hint>
1406 <hint type="destinationlabel">
1407 <x>452</x>
1408 <y>238</y>
1409 </hint>
1410 </hints>
1411 </connection>
1412 </connections>
1413 </ui>