Make the gui friendlier to tiny displays/resolutions.
[ugit.git] / ui / maingui.ui
blobbf7d3fc8e868e9c2f12a5e253b6db9e456d8f79d
1 <ui version="4.0" >
2  <author>David Aguilar</author>
3  <class>maingui</class>
4  <widget class="QMainWindow" name="maingui" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>799</width>
10     <height>519</height>
11    </rect>
12   </property>
13   <widget class="QWidget" name="centralwidget" >
14    <layout class="QVBoxLayout" >
15     <item>
16      <widget class="QSplitter" name="splitter_top" >
17       <property name="orientation" >
18        <enum>Qt::Vertical</enum>
19       </property>
20       <property name="handleWidth" >
21        <number>2</number>
22       </property>
23       <widget class="QSplitter" name="splitter" >
24        <property name="sizePolicy" >
25         <sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" >
26          <horstretch>0</horstretch>
27          <verstretch>1</verstretch>
28         </sizepolicy>
29        </property>
30        <property name="minimumSize" >
31         <size>
32          <width>16</width>
33          <height>96</height>
34         </size>
35        </property>
36        <property name="orientation" >
37         <enum>Qt::Horizontal</enum>
38        </property>
39        <property name="handleWidth" >
40         <number>2</number>
41        </property>
42        <widget class="QWidget" name="layoutWidget" >
43         <layout class="QVBoxLayout" >
44          <property name="spacing" >
45           <number>0</number>
46          </property>
47          <item>
48           <layout class="QHBoxLayout" >
49            <property name="spacing" >
50             <number>0</number>
51            </property>
52            <item>
53             <widget class="QLabel" name="label_3" >
54              <property name="minimumSize" >
55               <size>
56                <width>0</width>
57                <height>22</height>
58               </size>
59              </property>
60              <property name="text" >
61               <string>Unstaged Changes</string>
62              </property>
63              <property name="textFormat" >
64               <enum>Qt::PlainText</enum>
65              </property>
66             </widget>
67            </item>
68            <item>
69             <widget class="QCheckBox" name="untracked_checkbox" >
70              <property name="minimumSize" >
71               <size>
72                <width>0</width>
73                <height>22</height>
74               </size>
75              </property>
76              <property name="toolTip" >
77               <string>Includes untracked files in the unstaged changes list.
78 Disabling this causes ugit to only display files known to git
79 in the unstaged changes list.</string>
80              </property>
81              <property name="text" >
82               <string>Show Untracked Files</string>
83              </property>
84              <property name="checked" >
85               <bool>true</bool>
86              </property>
87              <property name="tristate" >
88               <bool>false</bool>
89              </property>
90             </widget>
91            </item>
92           </layout>
93          </item>
94          <item>
95           <widget class="QListWidget" name="unstaged_list" >
96            <property name="sizePolicy" >
97             <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
98              <horstretch>0</horstretch>
99              <verstretch>0</verstretch>
100             </sizepolicy>
101            </property>
102            <property name="minimumSize" >
103             <size>
104              <width>10</width>
105              <height>20</height>
106             </size>
107            </property>
108            <property name="font" >
109             <font>
110              <family>Courier</family>
111              <pointsize>11</pointsize>
112             </font>
113            </property>
114            <property name="toolTip" >
115             <string>A list of all the unstaged changes.
116 This list includes those files known to git and can optionally
117 include untracked files if "Show Untracked Files" is checked.</string>
118            </property>
119            <property name="alternatingRowColors" >
120             <bool>true</bool>
121            </property>
122            <property name="selectionMode" >
123             <enum>QAbstractItemView::ExtendedSelection</enum>
124            </property>
125            <property name="viewMode" >
126             <enum>QListView::ListMode</enum>
127            </property>
128            <property name="uniformItemSizes" >
129             <bool>true</bool>
130            </property>
131           </widget>
132          </item>
133         </layout>
134        </widget>
135        <widget class="QWidget" name="layoutWidget" >
136         <layout class="QVBoxLayout" >
137          <property name="spacing" >
138           <number>0</number>
139          </property>
140          <item>
141           <layout class="QHBoxLayout" >
142            <property name="spacing" >
143             <number>0</number>
144            </property>
145            <property name="bottomMargin" >
146             <number>0</number>
147            </property>
148            <item>
149             <widget class="QLabel" name="label_2" >
150              <property name="sizePolicy" >
151               <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
152                <horstretch>0</horstretch>
153                <verstretch>0</verstretch>
154               </sizepolicy>
155              </property>
156              <property name="minimumSize" >
157               <size>
158                <width>0</width>
159                <height>22</height>
160               </size>
161              </property>
162              <property name="text" >
163               <string>Staged Changes (Will Commit)</string>
164              </property>
165              <property name="textFormat" >
166               <enum>Qt::PlainText</enum>
167              </property>
168             </widget>
169            </item>
170           </layout>
171          </item>
172          <item>
173           <widget class="QListWidget" name="staged_list" >
174            <property name="sizePolicy" >
175             <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
176              <horstretch>0</horstretch>
177              <verstretch>0</verstretch>
178             </sizepolicy>
179            </property>
180            <property name="minimumSize" >
181             <size>
182              <width>10</width>
183              <height>20</height>
184             </size>
185            </property>
186            <property name="font" >
187             <font>
188              <family>Courier</family>
189              <pointsize>11</pointsize>
190             </font>
191            </property>
192            <property name="toolTip" >
193             <string>A list of all staged changes for the next commit.</string>
194            </property>
195            <property name="alternatingRowColors" >
196             <bool>true</bool>
197            </property>
198            <property name="selectionMode" >
199             <enum>QAbstractItemView::ExtendedSelection</enum>
200            </property>
201            <property name="viewMode" >
202             <enum>QListView::ListMode</enum>
203            </property>
204           </widget>
205          </item>
206         </layout>
207        </widget>
208       </widget>
209       <widget class="QSplitter" name="splitter_bottom" >
210        <property name="orientation" >
211         <enum>Qt::Vertical</enum>
212        </property>
213        <property name="handleWidth" >
214         <number>2</number>
215        </property>
216        <widget class="QWidget" native="1" name="widget_2" >
217         <property name="sizePolicy" >
218          <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
219           <horstretch>0</horstretch>
220           <verstretch>1</verstretch>
221          </sizepolicy>
222         </property>
223         <property name="minimumSize" >
224          <size>
225           <width>10</width>
226           <height>100</height>
227          </size>
228         </property>
229         <layout class="QHBoxLayout" >
230          <property name="spacing" >
231           <number>0</number>
232          </property>
233          <property name="leftMargin" >
234           <number>0</number>
235          </property>
236          <property name="topMargin" >
237           <number>0</number>
238          </property>
239          <property name="rightMargin" >
240           <number>0</number>
241          </property>
242          <property name="bottomMargin" >
243           <number>0</number>
244          </property>
245          <item>
246           <widget class="QWidget" native="1" name="widget_4" >
247            <property name="sizePolicy" >
248             <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
249              <horstretch>0</horstretch>
250              <verstretch>0</verstretch>
251             </sizepolicy>
252            </property>
253            <layout class="QVBoxLayout" >
254             <property name="spacing" >
255              <number>2</number>
256             </property>
257             <property name="leftMargin" >
258              <number>0</number>
259             </property>
260             <item>
261              <widget class="QPushButton" name="stage_button" >
262               <property name="toolTip" >
263                <string>Invokes "git add" to stage the selected items
264 from the "Unstaged Changes" list.</string>
265               </property>
266               <property name="text" >
267                <string>Stage Changed</string>
268               </property>
269               <property name="flat" >
270                <bool>false</bool>
271               </property>
272              </widget>
273             </item>
274             <item>
275              <widget class="QPushButton" name="signoff_button" >
276               <property name="toolTip" >
277                <string>"Sign Off" appends the standard "Signed-Off by: ..."
278 message to the current commit message.</string>
279               </property>
280               <property name="text" >
281                <string>Sign Off</string>
282               </property>
283              </widget>
284             </item>
285             <item>
286              <widget class="QPushButton" name="commit_button" >
287               <property name="toolTip" >
288                <string>Invokes a git commit.
289 This commits the files listed in the "Files to Commit" list.
290 If "Commit All" is checked, all listed items will be committed,
291 otherwise only the selected items will be committed.</string>
292               </property>
293               <property name="text" >
294                <string>Commit</string>
295               </property>
296              </widget>
297             </item>
298             <item>
299              <widget class="QPushButton" name="push_button" >
300               <property name="text" >
301                <string>Push</string>
302               </property>
303              </widget>
304             </item>
305             <item>
306              <spacer>
307               <property name="orientation" >
308                <enum>Qt::Vertical</enum>
309               </property>
310               <property name="sizeType" >
311                <enum>QSizePolicy::MinimumExpanding</enum>
312               </property>
313               <property name="sizeHint" >
314                <size>
315                 <width>50</width>
316                 <height>1</height>
317                </size>
318               </property>
319              </spacer>
320             </item>
321            </layout>
322           </widget>
323          </item>
324          <item>
325           <widget class="QWidget" native="1" name="widget_3" >
326            <property name="sizePolicy" >
327             <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
328              <horstretch>0</horstretch>
329              <verstretch>0</verstretch>
330             </sizepolicy>
331            </property>
332            <layout class="QVBoxLayout" >
333             <property name="leftMargin" >
334              <number>0</number>
335             </property>
336             <property name="topMargin" >
337              <number>0</number>
338             </property>
339             <property name="rightMargin" >
340              <number>0</number>
341             </property>
342             <property name="bottomMargin" >
343              <number>0</number>
344             </property>
345             <item>
346              <layout class="QHBoxLayout" >
347               <property name="spacing" >
348                <number>0</number>
349               </property>
350               <property name="leftMargin" >
351                <number>4</number>
352               </property>
353               <item>
354                <widget class="QLabel" name="label" >
355                 <property name="text" >
356                  <string>Commit Message:</string>
357                 </property>
358                 <property name="textFormat" >
359                  <enum>Qt::PlainText</enum>
360                 </property>
361                </widget>
362               </item>
363               <item>
364                <spacer>
365                 <property name="orientation" >
366                  <enum>Qt::Horizontal</enum>
367                 </property>
368                 <property name="sizeType" >
369                  <enum>QSizePolicy::Preferred</enum>
370                 </property>
371                 <property name="sizeHint" >
372                  <size>
373                   <width>20</width>
374                   <height>20</height>
375                  </size>
376                 </property>
377                </spacer>
378               </item>
379               <item>
380                <widget class="QRadioButton" name="new_commit_radio" >
381                 <property name="toolTip" >
382                  <string>Causes the next commit to create a new commit object.</string>
383                 </property>
384                 <property name="text" >
385                  <string>New Commit</string>
386                 </property>
387                </widget>
388               </item>
389               <item>
390                <widget class="QRadioButton" name="amend_radio" >
391                 <property name="toolTip" >
392                  <string>Causes git to reuse the latest commit object.
393 "git commit" will be supplied with the "--amend" option so that
394 the most recent commit is amended with contents of the next commit.</string>
395                 </property>
396                 <property name="text" >
397                  <string>Amend Last Commit</string>
398                 </property>
399                </widget>
400               </item>
401              </layout>
402             </item>
403             <item>
404              <widget class="QTextEdit" name="commit_text" >
405               <property name="sizePolicy" >
406                <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
407                 <horstretch>0</horstretch>
408                 <verstretch>0</verstretch>
409                </sizepolicy>
410               </property>
411               <property name="minimumSize" >
412                <size>
413                 <width>0</width>
414                 <height>20</height>
415                </size>
416               </property>
417               <property name="font" >
418                <font>
419                 <family>Courier</family>
420                 <pointsize>12</pointsize>
421                </font>
422               </property>
423               <property name="toolTip" >
424                <string>The commit message for the next commit.
425 If you are going to amend a commit you can use the
426 "Commit -> Get Latest Comit Message" menu action to
427 retrieve the latest commit message prior to committing.</string>
428               </property>
429               <property name="acceptRichText" >
430                <bool>false</bool>
431               </property>
432              </widget>
433             </item>
434            </layout>
435           </widget>
436          </item>
437         </layout>
438        </widget>
439        <widget class="QWidget" native="1" name="widget" >
440         <property name="sizePolicy" >
441          <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
442           <horstretch>0</horstretch>
443           <verstretch>0</verstretch>
444          </sizepolicy>
445         </property>
446         <property name="minimumSize" >
447          <size>
448           <width>111</width>
449           <height>50</height>
450          </size>
451         </property>
452         <layout class="QVBoxLayout" >
453          <property name="spacing" >
454           <number>0</number>
455          </property>
456          <property name="leftMargin" >
457           <number>0</number>
458          </property>
459          <property name="topMargin" >
460           <number>0</number>
461          </property>
462          <property name="rightMargin" >
463           <number>0</number>
464          </property>
465          <property name="bottomMargin" >
466           <number>0</number>
467          </property>
468          <item>
469           <widget class="QLabel" name="displayLabel" >
470            <property name="frameShape" >
471             <enum>QFrame::StyledPanel</enum>
472            </property>
473            <property name="frameShadow" >
474             <enum>QFrame::Plain</enum>
475            </property>
476            <property name="text" >
477             <string/>
478            </property>
479            <property name="alignment" >
480             <set>Qt::AlignCenter</set>
481            </property>
482           </widget>
483          </item>
484          <item>
485           <widget class="QTextEdit" name="display_text" >
486            <property name="sizePolicy" >
487             <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
488              <horstretch>0</horstretch>
489              <verstretch>0</verstretch>
490             </sizepolicy>
491            </property>
492            <property name="minimumSize" >
493             <size>
494              <width>10</width>
495              <height>20</height>
496             </size>
497            </property>
498            <property name="font" >
499             <font>
500              <family>Courier</family>
501              <pointsize>12</pointsize>
502             </font>
503            </property>
504            <property name="tabChangesFocus" >
505             <bool>true</bool>
506            </property>
507            <property name="lineWrapMode" >
508             <enum>QTextEdit::NoWrap</enum>
509            </property>
510            <property name="readOnly" >
511             <bool>true</bool>
512            </property>
513            <property name="acceptRichText" >
514             <bool>false</bool>
515            </property>
516            <property name="cursorWidth" >
517             <number>2</number>
518            </property>
519            <property name="textInteractionFlags" >
520             <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
521            </property>
522           </widget>
523          </item>
524         </layout>
525        </widget>
526       </widget>
527      </widget>
528     </item>
529    </layout>
530   </widget>
531   <widget class="QMenuBar" name="menubar" >
532    <property name="geometry" >
533     <rect>
534      <x>0</x>
535      <y>0</y>
536      <width>799</width>
537      <height>28</height>
538     </rect>
539    </property>
540    <widget class="QMenu" name="repository_menu" >
541     <property name="title" >
542      <string>Repository</string>
543     </property>
544     <addaction name="menu_browse_commits" />
545     <addaction name="separator" />
546     <addaction name="menu_visualize_current" />
547     <addaction name="menu_visualize_all" />
548     <addaction name="separator" />
549     <addaction name="menu_browse_branch" />
550     <addaction name="menu_browse_other_branch" />
551    </widget>
552    <widget class="QMenu" name="commit_menu" >
553     <property name="title" >
554      <string>Commit</string>
555     </property>
556     <addaction name="menu_rescan" />
557     <addaction name="separator" />
558     <addaction name="menu_stage_changed" />
559     <addaction name="menu_stage_untracked" />
560     <addaction name="menu_stage_selected" />
561     <addaction name="separator" />
562     <addaction name="menu_unstage_all" />
563     <addaction name="menu_unstage_selected" />
564     <addaction name="separator" />
565     <addaction name="menu_commit" />
566     <addaction name="separator" />
567     <addaction name="menu_export_patches" />
568     <addaction name="menu_cherry_pick" />
569     <addaction name="separator" />
570     <addaction name="menu_get_prev_commitmsg" />
571     <addaction name="menu_show_diffstat" />
572    </widget>
573    <widget class="QMenu" name="edit_menu" >
574     <property name="title" >
575      <string>Edit</string>
576     </property>
577     <addaction name="menu_undo" />
578     <addaction name="menu_redo" />
579     <addaction name="separator" />
580     <addaction name="menu_cut" />
581     <addaction name="menu_copy" />
582     <addaction name="menu_paste" />
583     <addaction name="menu_delete" />
584     <addaction name="separator" />
585     <addaction name="menu_select_all" />
586     <addaction name="separator" />
587     <addaction name="menu_options" />
588    </widget>
589    <widget class="QMenu" name="file_menu" >
590     <property name="title" >
591      <string>File</string>
592     </property>
593     <addaction name="menu_load_commitmsg" />
594     <addaction name="separator" />
595     <addaction name="menu_quit" />
596    </widget>
597    <widget class="QMenu" name="branch_menu" >
598     <property name="title" >
599      <string>Branch</string>
600     </property>
601     <addaction name="menu_create_branch" />
602     <addaction name="menu_checkout_branch" />
603     <addaction name="menu_rebase_branch" />
604     <addaction name="menu_delete_branch" />
605    </widget>
606    <addaction name="file_menu" />
607    <addaction name="edit_menu" />
608    <addaction name="repository_menu" />
609    <addaction name="branch_menu" />
610    <addaction name="commit_menu" />
611   </widget>
612   <widget class="QToolBar" name="toolbar" >
613    <property name="windowTitle" >
614     <string>toolbar</string>
615    </property>
616    <property name="movable" >
617     <bool>true</bool>
618    </property>
619    <property name="allowedAreas" >
620     <set>Qt::BottomToolBarArea|Qt::NoToolBarArea|Qt::TopToolBarArea</set>
621    </property>
622    <property name="iconSize" >
623     <size>
624      <width>24</width>
625      <height>16</height>
626     </size>
627    </property>
628    <property name="floatable" >
629     <bool>true</bool>
630    </property>
631    <attribute name="toolBarArea" >
632     <enum>BottomToolBarArea</enum>
633    </attribute>
634    <attribute name="toolBarBreak" >
635     <bool>false</bool>
636    </attribute>
637   </widget>
638   <action name="menu_browse_branch" >
639    <property name="text" >
640     <string>Browse Current Branch's Files</string>
641    </property>
642   </action>
643   <action name="menu_browse_other_branch" >
644    <property name="text" >
645     <string>Browse Branch Files</string>
646    </property>
647   </action>
648   <action name="menu_unstage_selected" >
649    <property name="text" >
650     <string>Unstage From Commit</string>
651    </property>
652   </action>
653   <action name="menu_visualize_current" >
654    <property name="text" >
655     <string>Visualize Current Branch's History</string>
656    </property>
657    <property name="shortcut" >
658     <string>Alt+V</string>
659    </property>
660   </action>
661   <action name="menu_visualize_all" >
662    <property name="text" >
663     <string>Visualize All Branch History</string>
664    </property>
665    <property name="shortcut" >
666     <string>Alt+H</string>
667    </property>
668   </action>
669   <action name="menu_show_diffstat" >
670    <property name="text" >
671     <string>Show Diffstat</string>
672    </property>
673    <property name="shortcut" >
674     <string>Ctrl+D</string>
675    </property>
676   </action>
677   <action name="menu_stage_changed" >
678    <property name="text" >
679     <string>Stage Changed Files To Commit</string>
680    </property>
681    <property name="shortcut" >
682     <string>Alt+A</string>
683    </property>
684   </action>
685   <action name="menu_stage_untracked" >
686    <property name="text" >
687     <string>Stage All Untracked</string>
688    </property>
689    <property name="shortcut" >
690     <string>Alt+U</string>
691    </property>
692   </action>
693   <action name="menu_stage_selected" >
694    <property name="text" >
695     <string>Stage Selected</string>
696    </property>
697    <property name="shortcut" >
698     <string>Alt+T</string>
699    </property>
700   </action>
701   <action name="menu_export_patches" >
702    <property name="text" >
703     <string>Export Patches...</string>
704    </property>
705    <property name="shortcut" >
706     <string>Ctrl+E</string>
707    </property>
708   </action>
709   <action name="menu_cut" >
710    <property name="text" >
711     <string>Cut</string>
712    </property>
713    <property name="shortcut" >
714     <string>Ctrl+X</string>
715    </property>
716   </action>
717   <action name="menu_copy" >
718    <property name="text" >
719     <string>Copy</string>
720    </property>
721    <property name="shortcut" >
722     <string>Ctrl+C</string>
723    </property>
724   </action>
725   <action name="menu_paste" >
726    <property name="text" >
727     <string>Paste</string>
728    </property>
729    <property name="shortcut" >
730     <string>Ctrl+V</string>
731    </property>
732   </action>
733   <action name="menu_select_all" >
734    <property name="text" >
735     <string>Select All</string>
736    </property>
737    <property name="shortcut" >
738     <string>Ctrl+A</string>
739    </property>
740   </action>
741   <action name="menu_options" >
742    <property name="text" >
743     <string>Options...</string>
744    </property>
745    <property name="shortcut" >
746     <string>Ctrl+O</string>
747    </property>
748   </action>
749   <action name="menu_delete" >
750    <property name="text" >
751     <string>Delete</string>
752    </property>
753    <property name="shortcut" >
754     <string>Del</string>
755    </property>
756   </action>
757   <action name="menu_undo" >
758    <property name="text" >
759     <string>Undo</string>
760    </property>
761    <property name="shortcut" >
762     <string>Ctrl+Z</string>
763    </property>
764   </action>
765   <action name="menu_redo" >
766    <property name="text" >
767     <string>Redo</string>
768    </property>
769    <property name="shortcut" >
770     <string>Ctrl+Shift+Z</string>
771    </property>
772   </action>
773   <action name="menu_rescan" >
774    <property name="text" >
775     <string>Rescan</string>
776    </property>
777    <property name="shortcut" >
778     <string>Ctrl+R</string>
779    </property>
780   </action>
781   <action name="menu_commit" >
782    <property name="text" >
783     <string>Commit</string>
784    </property>
785    <property name="shortcut" >
786     <string>Alt+S</string>
787    </property>
788   </action>
789   <action name="menu_get_prev_commitmsg" >
790    <property name="text" >
791     <string>Get Latest Commit Message</string>
792    </property>
793   </action>
794   <action name="menu_cherry_pick" >
795    <property name="text" >
796     <string>Cherry-Pick Commits...</string>
797    </property>
798    <property name="shortcut" >
799     <string>Ctrl+P</string>
800    </property>
801   </action>
802   <action name="menu_unstage_all" >
803    <property name="text" >
804     <string>Unstage All</string>
805    </property>
806   </action>
807   <action name="menu_quit" >
808    <property name="text" >
809     <string>Quit</string>
810    </property>
811    <property name="shortcut" >
812     <string>Ctrl+Q</string>
813    </property>
814   </action>
815   <action name="menu_load_commitmsg" >
816    <property name="text" >
817     <string>Load Commit Message...</string>
818    </property>
819   </action>
820   <action name="menu_create_branch" >
821    <property name="text" >
822     <string>Create...</string>
823    </property>
824    <property name="shortcut" >
825     <string>Ctrl+B</string>
826    </property>
827   </action>
828   <action name="menu_checkout_branch" >
829    <property name="text" >
830     <string>Checkout...</string>
831    </property>
832    <property name="shortcut" >
833     <string>Alt+B</string>
834    </property>
835   </action>
836   <action name="menu_rebase_branch" >
837    <property name="text" >
838     <string>Rebase...</string>
839    </property>
840   </action>
841   <action name="menu_rename_branch" >
842    <property name="enabled" >
843     <bool>false</bool>
844    </property>
845    <property name="text" >
846     <string>Rename...</string>
847    </property>
848   </action>
849   <action name="menu_delete_branch" >
850    <property name="text" >
851     <string>Delete...</string>
852    </property>
853   </action>
854   <action name="menu_open" >
855    <property name="text" >
856     <string>Open...</string>
857    </property>
858   </action>
859   <action name="menu_browse_commits" >
860    <property name="text" >
861     <string>Browse Commits</string>
862    </property>
863   </action>
864  </widget>
865  <layoutdefault spacing="2" margin="2" />
866  <tabstops>
867   <tabstop>commit_text</tabstop>
868   <tabstop>staged_list</tabstop>
869   <tabstop>unstaged_list</tabstop>
870   <tabstop>stage_button</tabstop>
871   <tabstop>signoff_button</tabstop>
872   <tabstop>commit_button</tabstop>
873   <tabstop>push_button</tabstop>
874   <tabstop>untracked_checkbox</tabstop>
875   <tabstop>new_commit_radio</tabstop>
876   <tabstop>amend_radio</tabstop>
877   <tabstop>display_text</tabstop>
878  </tabstops>
879  <resources/>
880  <connections>
881   <connection>
882    <sender>menu_quit</sender>
883    <signal>triggered()</signal>
884    <receiver>maingui</receiver>
885    <slot>close()</slot>
886    <hints>
887     <hint type="sourcelabel" >
888      <x>-1</x>
889      <y>-1</y>
890     </hint>
891     <hint type="destinationlabel" >
892      <x>294</x>
893      <y>209</y>
894     </hint>
895    </hints>
896   </connection>
897  </connections>
898  <designerdata>
899   <property name="gridDeltaX" >
900    <number>4</number>
901   </property>
902   <property name="gridDeltaY" >
903    <number>4</number>
904   </property>
905   <property name="gridSnapX" >
906    <bool>true</bool>
907   </property>
908   <property name="gridSnapY" >
909    <bool>true</bool>
910   </property>
911   <property name="gridVisible" >
912    <bool>false</bool>
913   </property>
914  </designerdata>
915 </ui>