gitmodel: implement fetch/push/pull_helper()
[ugit.git] / ui / commit.ui
blob36296b6fe04c0552964a1f89119b53f5604adf84
1 <ui version="4.0" >
2  <class>commit</class>
3  <widget class="QDialog" name="commit" >
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   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QSplitter" name="splitter" >
15      <property name="sizePolicy" >
16       <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
17        <horstretch>0</horstretch>
18        <verstretch>0</verstretch>
19       </sizepolicy>
20      </property>
21      <property name="orientation" >
22       <enum>Qt::Vertical</enum>
23      </property>
24      <property name="handleWidth" >
25       <number>2</number>
26      </property>
27      <widget class="QListWidget" name="commit_list" >
28       <property name="sizePolicy" >
29        <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
30         <horstretch>0</horstretch>
31         <verstretch>0</verstretch>
32        </sizepolicy>
33       </property>
34       <property name="minimumSize" >
35        <size>
36         <width>0</width>
37         <height>20</height>
38        </size>
39       </property>
40       <property name="font" >
41        <font>
42         <family>Monospace</family>
43        </font>
44       </property>
45       <property name="alternatingRowColors" >
46        <bool>true</bool>
47       </property>
48       <property name="selectionMode" >
49        <enum>QAbstractItemView::ExtendedSelection</enum>
50       </property>
51      </widget>
52      <widget class="QTextEdit" name="commit_text" >
53       <property name="sizePolicy" >
54        <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
55         <horstretch>0</horstretch>
56         <verstretch>0</verstretch>
57        </sizepolicy>
58       </property>
59       <property name="minimumSize" >
60        <size>
61         <width>0</width>
62         <height>40</height>
63        </size>
64       </property>
65       <property name="font" >
66        <font>
67         <family>Monospace</family>
68         <pointsize>12</pointsize>
69        </font>
70       </property>
71       <property name="tabChangesFocus" >
72        <bool>true</bool>
73       </property>
74       <property name="undoRedoEnabled" >
75        <bool>false</bool>
76       </property>
77       <property name="readOnly" >
78        <bool>true</bool>
79       </property>
80      </widget>
81     </widget>
82    </item>
83    <item>
84     <layout class="QHBoxLayout" >
85      <item>
86       <widget class="QLabel" name="label" >
87        <property name="text" >
88         <string>Revision Expression:</string>
89        </property>
90       </widget>
91      </item>
92      <item>
93       <widget class="QLineEdit" name="revision" />
94      </item>
95     </layout>
96    </item>
97    <item>
98     <widget class="QDialogButtonBox" name="button_box" >
99      <property name="standardButtons" >
100       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
101      </property>
102     </widget>
103    </item>
104   </layout>
105  </widget>
106  <tabstops>
107   <tabstop>button_box</tabstop>
108   <tabstop>commit_list</tabstop>
109   <tabstop>revision</tabstop>
110   <tabstop>commit_text</tabstop>
111  </tabstops>
112  <resources/>
113  <connections>
114   <connection>
115    <sender>button_box</sender>
116    <signal>accepted()</signal>
117    <receiver>commit</receiver>
118    <slot>accept()</slot>
119    <hints>
120     <hint type="sourcelabel" >
121      <x>205</x>
122      <y>426</y>
123     </hint>
124     <hint type="destinationlabel" >
125      <x>205</x>
126      <y>223</y>
127     </hint>
128    </hints>
129   </connection>
130   <connection>
131    <sender>button_box</sender>
132    <signal>rejected()</signal>
133    <receiver>commit</receiver>
134    <slot>reject()</slot>
135    <hints>
136     <hint type="sourcelabel" >
137      <x>205</x>
138      <y>426</y>
139     </hint>
140     <hint type="destinationlabel" >
141      <x>205</x>
142      <y>223</y>
143     </hint>
144    </hints>
145   </connection>
146  </connections>
147 </ui>