src/eric7/Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8318
962bce857696
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>&lt;b&gt;Git Status&lt;/b&gt;
18 &lt;p&gt;This dialog shows the status of the selected file or project.&lt;/p&gt;</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>&amp;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="QPlainTextEdit" 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="lineWrapMode">
171 <enum>QPlainTextEdit::NoWrap</enum>
172 </property>
173 <property name="readOnly">
174 <bool>true</bool>
175 </property>
176 <property name="tabStopDistance">
177 <double>8.000000000000000</double>
178 </property>
179 </widget>
180 </item>
181 </layout>
182 </widget>
183 <widget class="QWidget" name="rDiffWidget" native="true">
184 <property name="sizePolicy">
185 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
186 <horstretch>0</horstretch>
187 <verstretch>3</verstretch>
188 </sizepolicy>
189 </property>
190 <layout class="QVBoxLayout" name="verticalLayout_2">
191 <property name="leftMargin">
192 <number>0</number>
193 </property>
194 <property name="topMargin">
195 <number>0</number>
196 </property>
197 <property name="rightMargin">
198 <number>0</number>
199 </property>
200 <property name="bottomMargin">
201 <number>0</number>
202 </property>
203 <item>
204 <widget class="QLabel" name="label_3">
205 <property name="text">
206 <string>Difference Staging to HEAD</string>
207 </property>
208 </widget>
209 </item>
210 <item>
211 <widget class="QPlainTextEdit" name="rDiffEdit">
212 <property name="sizePolicy">
213 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
214 <horstretch>0</horstretch>
215 <verstretch>0</verstretch>
216 </sizepolicy>
217 </property>
218 <property name="contextMenuPolicy">
219 <enum>Qt::CustomContextMenu</enum>
220 </property>
221 <property name="lineWrapMode">
222 <enum>QPlainTextEdit::NoWrap</enum>
223 </property>
224 <property name="readOnly">
225 <bool>true</bool>
226 </property>
227 <property name="tabStopDistance">
228 <double>8.000000000000000</double>
229 </property>
230 </widget>
231 </item>
232 </layout>
233 </widget>
234 </widget>
235 </widget>
236 </item>
237 <item>
238 <widget class="QGroupBox" name="errorGroup">
239 <property name="sizePolicy">
240 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
241 <horstretch>0</horstretch>
242 <verstretch>1</verstretch>
243 </sizepolicy>
244 </property>
245 <property name="title">
246 <string>Errors</string>
247 </property>
248 <layout class="QVBoxLayout">
249 <item>
250 <widget class="QTextEdit" name="errors">
251 <property name="readOnly">
252 <bool>true</bool>
253 </property>
254 <property name="acceptRichText">
255 <bool>false</bool>
256 </property>
257 </widget>
258 </item>
259 </layout>
260 </widget>
261 </item>
262 <item>
263 <widget class="QGroupBox" name="inputGroup">
264 <property name="title">
265 <string>Input</string>
266 </property>
267 <layout class="QGridLayout">
268 <item row="1" column="1">
269 <spacer>
270 <property name="orientation">
271 <enum>Qt::Horizontal</enum>
272 </property>
273 <property name="sizeType">
274 <enum>QSizePolicy::Expanding</enum>
275 </property>
276 <property name="sizeHint" stdset="0">
277 <size>
278 <width>327</width>
279 <height>29</height>
280 </size>
281 </property>
282 </spacer>
283 </item>
284 <item row="1" column="2">
285 <widget class="QPushButton" name="sendButton">
286 <property name="toolTip">
287 <string>Press to send the input to the git process</string>
288 </property>
289 <property name="text">
290 <string>&amp;Send</string>
291 </property>
292 <property name="shortcut">
293 <string>Alt+S</string>
294 </property>
295 </widget>
296 </item>
297 <item row="0" column="0" colspan="3">
298 <widget class="QLineEdit" name="input">
299 <property name="toolTip">
300 <string>Enter data to be sent to the git process</string>
301 </property>
302 </widget>
303 </item>
304 <item row="1" column="0">
305 <widget class="QCheckBox" name="passwordCheckBox">
306 <property name="toolTip">
307 <string>Select to switch the input field to password mode</string>
308 </property>
309 <property name="text">
310 <string>&amp;Password Mode</string>
311 </property>
312 <property name="shortcut">
313 <string>Alt+P</string>
314 </property>
315 </widget>
316 </item>
317 </layout>
318 </widget>
319 </item>
320 <item>
321 <widget class="QDialogButtonBox" name="buttonBox">
322 <property name="orientation">
323 <enum>Qt::Horizontal</enum>
324 </property>
325 <property name="standardButtons">
326 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
327 </property>
328 </widget>
329 </item>
330 </layout>
331 </widget>
332 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
333 <tabstops>
334 <tabstop>actionsButton</tabstop>
335 <tabstop>statusFilterCombo</tabstop>
336 <tabstop>statusList</tabstop>
337 <tabstop>lDiffEdit</tabstop>
338 <tabstop>rDiffEdit</tabstop>
339 <tabstop>errors</tabstop>
340 <tabstop>input</tabstop>
341 <tabstop>passwordCheckBox</tabstop>
342 <tabstop>sendButton</tabstop>
343 </tabstops>
344 <resources/>
345 <connections/>
346 </ui>

eric ide

mercurial