Changed the create_new_branch method's signature to be consistent
[ugit.git] / ui / commitgui.ui
blobfc6810b3d4c9d5fa84b0c030813d1ef0776292e4
1 <ui version="4.0" >
2  <class>commitgui</class>
3  <widget class="QDialog" name="commitgui" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>780</width>
9     <height>512</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Git Commit GUI</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QSplitter" name="splitter" >
18      <property name="orientation" >
19       <enum>Qt::Vertical</enum>
20      </property>
21      <property name="handleWidth" >
22       <number>4</number>
23      </property>
24      <widget class="QListWidget" name="commitList" >
25       <property name="font" >
26        <font>
27         <family>Monospace</family>
28        </font>
29       </property>
30       <property name="alternatingRowColors" >
31        <bool>true</bool>
32       </property>
33       <property name="selectionMode" >
34        <enum>QAbstractItemView::ExtendedSelection</enum>
35       </property>
36      </widget>
37      <widget class="QTextEdit" name="commitText" >
38       <property name="font" >
39        <font>
40         <family>Monospace</family>
41         <pointsize>12</pointsize>
42        </font>
43       </property>
44       <property name="tabChangesFocus" >
45        <bool>true</bool>
46       </property>
47       <property name="undoRedoEnabled" >
48        <bool>false</bool>
49       </property>
50       <property name="readOnly" >
51        <bool>true</bool>
52       </property>
53      </widget>
54     </widget>
55    </item>
56    <item>
57     <layout class="QHBoxLayout" >
58      <item>
59       <widget class="QLabel" name="label" >
60        <property name="text" >
61         <string>Revision Expression:</string>
62        </property>
63       </widget>
64      </item>
65      <item>
66       <widget class="QLineEdit" name="revisionLine" />
67      </item>
68     </layout>
69    </item>
70    <item>
71     <widget class="QDialogButtonBox" name="buttonBox" >
72      <property name="standardButtons" >
73       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
74      </property>
75     </widget>
76    </item>
77   </layout>
78  </widget>
79  <tabstops>
80   <tabstop>buttonBox</tabstop>
81   <tabstop>commitList</tabstop>
82   <tabstop>revisionLine</tabstop>
83   <tabstop>commitText</tabstop>
84  </tabstops>
85  <resources/>
86  <connections>
87   <connection>
88    <sender>buttonBox</sender>
89    <signal>accepted()</signal>
90    <receiver>commitgui</receiver>
91    <slot>accept()</slot>
92    <hints>
93     <hint type="sourcelabel" >
94      <x>205</x>
95      <y>426</y>
96     </hint>
97     <hint type="destinationlabel" >
98      <x>205</x>
99      <y>223</y>
100     </hint>
101    </hints>
102   </connection>
103   <connection>
104    <sender>buttonBox</sender>
105    <signal>rejected()</signal>
106    <receiver>commitgui</receiver>
107    <slot>reject()</slot>
108    <hints>
109     <hint type="sourcelabel" >
110      <x>205</x>
111      <y>426</y>
112     </hint>
113     <hint type="destinationlabel" >
114      <x>205</x>
115      <y>223</y>
116     </hint>
117    </hints>
118   </connection>
119  </connections>
120 </ui>