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