|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitStatusDialog</class> |
|
4 <widget class="QWidget" name="GitStatusDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>900</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Status</string> |
|
15 </property> |
|
16 <property name="whatsThis"> |
|
17 <string><b>Git Status</b> |
|
18 <p>This dialog shows the status of the selected file or project.</p></string> |
|
19 </property> |
|
20 <layout class="QVBoxLayout" name="verticalLayout"> |
|
21 <item> |
|
22 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
23 <item> |
|
24 <widget class="QToolButton" name="actionsButton"> |
|
25 <property name="toolTip"> |
|
26 <string>Select action from menu</string> |
|
27 </property> |
|
28 <property name="popupMode"> |
|
29 <enum>QToolButton::InstantPopup</enum> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <spacer name="horizontalSpacer_2"> |
|
35 <property name="orientation"> |
|
36 <enum>Qt::Horizontal</enum> |
|
37 </property> |
|
38 <property name="sizeHint" stdset="0"> |
|
39 <size> |
|
40 <width>40</width> |
|
41 <height>20</height> |
|
42 </size> |
|
43 </property> |
|
44 </spacer> |
|
45 </item> |
|
46 <item> |
|
47 <widget class="QLabel" name="label"> |
|
48 <property name="text"> |
|
49 <string>&Filter on Status:</string> |
|
50 </property> |
|
51 <property name="buddy"> |
|
52 <cstring>statusFilterCombo</cstring> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item> |
|
57 <widget class="QComboBox" name="statusFilterCombo"> |
|
58 <property name="toolTip"> |
|
59 <string>Select the status of entries to be shown</string> |
|
60 </property> |
|
61 <property name="sizeAdjustPolicy"> |
|
62 <enum>QComboBox::AdjustToContents</enum> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 </layout> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QSplitter" name="vDiffSplitter"> |
|
70 <property name="sizePolicy"> |
|
71 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
72 <horstretch>0</horstretch> |
|
73 <verstretch>5</verstretch> |
|
74 </sizepolicy> |
|
75 </property> |
|
76 <property name="orientation"> |
|
77 <enum>Qt::Vertical</enum> |
|
78 </property> |
|
79 <widget class="QTreeWidget" name="statusList"> |
|
80 <property name="sizePolicy"> |
|
81 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
82 <horstretch>0</horstretch> |
|
83 <verstretch>2</verstretch> |
|
84 </sizepolicy> |
|
85 </property> |
|
86 <property name="alternatingRowColors"> |
|
87 <bool>true</bool> |
|
88 </property> |
|
89 <property name="selectionMode"> |
|
90 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
91 </property> |
|
92 <property name="rootIsDecorated"> |
|
93 <bool>false</bool> |
|
94 </property> |
|
95 <property name="sortingEnabled"> |
|
96 <bool>true</bool> |
|
97 </property> |
|
98 <column> |
|
99 <property name="text"> |
|
100 <string>Commit</string> |
|
101 </property> |
|
102 </column> |
|
103 <column> |
|
104 <property name="text"> |
|
105 <string>Status (Work)</string> |
|
106 </property> |
|
107 </column> |
|
108 <column> |
|
109 <property name="text"> |
|
110 <string>Status (Staging)</string> |
|
111 </property> |
|
112 </column> |
|
113 <column> |
|
114 <property name="text"> |
|
115 <string>Path</string> |
|
116 </property> |
|
117 </column> |
|
118 </widget> |
|
119 <widget class="QSplitter" name="hDiffSplitter"> |
|
120 <property name="sizePolicy"> |
|
121 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
122 <horstretch>0</horstretch> |
|
123 <verstretch>3</verstretch> |
|
124 </sizepolicy> |
|
125 </property> |
|
126 <property name="orientation"> |
|
127 <enum>Qt::Horizontal</enum> |
|
128 </property> |
|
129 <property name="childrenCollapsible"> |
|
130 <bool>false</bool> |
|
131 </property> |
|
132 <widget class="QWidget" name="lDiffWidget" native="true"> |
|
133 <property name="sizePolicy"> |
|
134 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
135 <horstretch>0</horstretch> |
|
136 <verstretch>3</verstretch> |
|
137 </sizepolicy> |
|
138 </property> |
|
139 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
140 <property name="leftMargin"> |
|
141 <number>0</number> |
|
142 </property> |
|
143 <property name="topMargin"> |
|
144 <number>0</number> |
|
145 </property> |
|
146 <property name="rightMargin"> |
|
147 <number>0</number> |
|
148 </property> |
|
149 <property name="bottomMargin"> |
|
150 <number>0</number> |
|
151 </property> |
|
152 <item> |
|
153 <widget class="QLabel" name="label_2"> |
|
154 <property name="text"> |
|
155 <string>Difference Working to Staging</string> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item> |
|
160 <widget class="QTextEdit" name="lDiffEdit"> |
|
161 <property name="sizePolicy"> |
|
162 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
163 <horstretch>0</horstretch> |
|
164 <verstretch>0</verstretch> |
|
165 </sizepolicy> |
|
166 </property> |
|
167 <property name="contextMenuPolicy"> |
|
168 <enum>Qt::CustomContextMenu</enum> |
|
169 </property> |
|
170 <property name="tabChangesFocus"> |
|
171 <bool>true</bool> |
|
172 </property> |
|
173 <property name="lineWrapMode"> |
|
174 <enum>QTextEdit::NoWrap</enum> |
|
175 </property> |
|
176 <property name="readOnly"> |
|
177 <bool>true</bool> |
|
178 </property> |
|
179 <property name="acceptRichText"> |
|
180 <bool>false</bool> |
|
181 </property> |
|
182 </widget> |
|
183 </item> |
|
184 </layout> |
|
185 </widget> |
|
186 <widget class="QWidget" name="rDiffWidget" native="true"> |
|
187 <property name="sizePolicy"> |
|
188 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
189 <horstretch>0</horstretch> |
|
190 <verstretch>3</verstretch> |
|
191 </sizepolicy> |
|
192 </property> |
|
193 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
194 <property name="leftMargin"> |
|
195 <number>0</number> |
|
196 </property> |
|
197 <property name="topMargin"> |
|
198 <number>0</number> |
|
199 </property> |
|
200 <property name="rightMargin"> |
|
201 <number>0</number> |
|
202 </property> |
|
203 <property name="bottomMargin"> |
|
204 <number>0</number> |
|
205 </property> |
|
206 <item> |
|
207 <widget class="QLabel" name="label_3"> |
|
208 <property name="text"> |
|
209 <string>Difference Staging to HEAD</string> |
|
210 </property> |
|
211 </widget> |
|
212 </item> |
|
213 <item> |
|
214 <widget class="QTextEdit" name="rDiffEdit"> |
|
215 <property name="sizePolicy"> |
|
216 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
217 <horstretch>0</horstretch> |
|
218 <verstretch>0</verstretch> |
|
219 </sizepolicy> |
|
220 </property> |
|
221 <property name="contextMenuPolicy"> |
|
222 <enum>Qt::CustomContextMenu</enum> |
|
223 </property> |
|
224 <property name="tabChangesFocus"> |
|
225 <bool>true</bool> |
|
226 </property> |
|
227 <property name="lineWrapMode"> |
|
228 <enum>QTextEdit::NoWrap</enum> |
|
229 </property> |
|
230 <property name="readOnly"> |
|
231 <bool>true</bool> |
|
232 </property> |
|
233 <property name="acceptRichText"> |
|
234 <bool>false</bool> |
|
235 </property> |
|
236 </widget> |
|
237 </item> |
|
238 </layout> |
|
239 </widget> |
|
240 </widget> |
|
241 </widget> |
|
242 </item> |
|
243 <item> |
|
244 <widget class="QGroupBox" name="errorGroup"> |
|
245 <property name="sizePolicy"> |
|
246 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
247 <horstretch>0</horstretch> |
|
248 <verstretch>1</verstretch> |
|
249 </sizepolicy> |
|
250 </property> |
|
251 <property name="title"> |
|
252 <string>Errors</string> |
|
253 </property> |
|
254 <layout class="QVBoxLayout"> |
|
255 <item> |
|
256 <widget class="QTextEdit" name="errors"> |
|
257 <property name="readOnly"> |
|
258 <bool>true</bool> |
|
259 </property> |
|
260 <property name="acceptRichText"> |
|
261 <bool>false</bool> |
|
262 </property> |
|
263 </widget> |
|
264 </item> |
|
265 </layout> |
|
266 </widget> |
|
267 </item> |
|
268 <item> |
|
269 <widget class="QGroupBox" name="inputGroup"> |
|
270 <property name="title"> |
|
271 <string>Input</string> |
|
272 </property> |
|
273 <layout class="QGridLayout"> |
|
274 <item row="1" column="1"> |
|
275 <spacer> |
|
276 <property name="orientation"> |
|
277 <enum>Qt::Horizontal</enum> |
|
278 </property> |
|
279 <property name="sizeType"> |
|
280 <enum>QSizePolicy::Expanding</enum> |
|
281 </property> |
|
282 <property name="sizeHint" stdset="0"> |
|
283 <size> |
|
284 <width>327</width> |
|
285 <height>29</height> |
|
286 </size> |
|
287 </property> |
|
288 </spacer> |
|
289 </item> |
|
290 <item row="1" column="2"> |
|
291 <widget class="QPushButton" name="sendButton"> |
|
292 <property name="toolTip"> |
|
293 <string>Press to send the input to the git process</string> |
|
294 </property> |
|
295 <property name="text"> |
|
296 <string>&Send</string> |
|
297 </property> |
|
298 <property name="shortcut"> |
|
299 <string>Alt+S</string> |
|
300 </property> |
|
301 </widget> |
|
302 </item> |
|
303 <item row="0" column="0" colspan="3"> |
|
304 <widget class="QLineEdit" name="input"> |
|
305 <property name="toolTip"> |
|
306 <string>Enter data to be sent to the git process</string> |
|
307 </property> |
|
308 </widget> |
|
309 </item> |
|
310 <item row="1" column="0"> |
|
311 <widget class="QCheckBox" name="passwordCheckBox"> |
|
312 <property name="toolTip"> |
|
313 <string>Select to switch the input field to password mode</string> |
|
314 </property> |
|
315 <property name="text"> |
|
316 <string>&Password Mode</string> |
|
317 </property> |
|
318 <property name="shortcut"> |
|
319 <string>Alt+P</string> |
|
320 </property> |
|
321 </widget> |
|
322 </item> |
|
323 </layout> |
|
324 </widget> |
|
325 </item> |
|
326 <item> |
|
327 <widget class="QDialogButtonBox" name="buttonBox"> |
|
328 <property name="orientation"> |
|
329 <enum>Qt::Horizontal</enum> |
|
330 </property> |
|
331 <property name="standardButtons"> |
|
332 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
333 </property> |
|
334 </widget> |
|
335 </item> |
|
336 </layout> |
|
337 </widget> |
|
338 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
339 <tabstops> |
|
340 <tabstop>actionsButton</tabstop> |
|
341 <tabstop>statusFilterCombo</tabstop> |
|
342 <tabstop>statusList</tabstop> |
|
343 <tabstop>lDiffEdit</tabstop> |
|
344 <tabstop>rDiffEdit</tabstop> |
|
345 <tabstop>errors</tabstop> |
|
346 <tabstop>input</tabstop> |
|
347 <tabstop>passwordCheckBox</tabstop> |
|
348 <tabstop>sendButton</tabstop> |
|
349 </tabstops> |
|
350 <resources/> |
|
351 <connections/> |
|
352 </ui> |