|
1 <ui version="4.0" > |
|
2 <class>vcsCommandOptionsDialog</class> |
|
3 <widget class="QDialog" name="vcsCommandOptionsDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>531</width> |
|
9 <height>413</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>VCS Command Options</string> |
|
14 </property> |
|
15 <property name="whatsThis" > |
|
16 <string><b>VCS Command Options Dialog</b> |
|
17 <p>Enter the options for the different VCS commands. The "Global Options" entry applies to all VCS commands.</p></string> |
|
18 </property> |
|
19 <property name="sizeGripEnabled" > |
|
20 <bool>true</bool> |
|
21 </property> |
|
22 <layout class="QVBoxLayout" > |
|
23 <item> |
|
24 <layout class="QGridLayout" > |
|
25 <item row="8" column="0" > |
|
26 <widget class="QLabel" name="historyLabel" > |
|
27 <property name="text" > |
|
28 <string>&History Options:</string> |
|
29 </property> |
|
30 <property name="buddy" > |
|
31 <cstring>historyEdit</cstring> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item row="4" column="0" > |
|
36 <widget class="QLabel" name="addLabel" > |
|
37 <property name="text" > |
|
38 <string>&Add Options:</string> |
|
39 </property> |
|
40 <property name="buddy" > |
|
41 <cstring>addEdit</cstring> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item row="5" column="0" > |
|
46 <widget class="QLabel" name="removeLabel" > |
|
47 <property name="text" > |
|
48 <string>&Remove Options:</string> |
|
49 </property> |
|
50 <property name="buddy" > |
|
51 <cstring>removeEdit</cstring> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="10" column="0" > |
|
56 <widget class="QLabel" name="tagLabel" > |
|
57 <property name="text" > |
|
58 <string>&Tag Options:</string> |
|
59 </property> |
|
60 <property name="buddy" > |
|
61 <cstring>tagEdit</cstring> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item row="1" column="1" > |
|
66 <widget class="QLineEdit" name="commitEdit" > |
|
67 <property name="toolTip" > |
|
68 <string>Enter the options for the commit command.</string> |
|
69 </property> |
|
70 <property name="whatsThis" > |
|
71 <string><b>Commit Options</b> |
|
72 <p>Enter the options for the commit command.</p></string> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="8" column="1" > |
|
77 <widget class="QLineEdit" name="historyEdit" > |
|
78 <property name="toolTip" > |
|
79 <string>Enter the options for the history command.</string> |
|
80 </property> |
|
81 <property name="whatsThis" > |
|
82 <string><b>History Options</b> |
|
83 <p>Enter the options for the history command.</p></string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item row="6" column="1" > |
|
88 <widget class="QLineEdit" name="diffEdit" > |
|
89 <property name="toolTip" > |
|
90 <string>Enter the options for the diff command.</string> |
|
91 </property> |
|
92 <property name="whatsThis" > |
|
93 <string><b>Diff Options</b> |
|
94 <p>Enter the options for the diff command.</p></string> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 <item row="3" column="1" > |
|
99 <widget class="QLineEdit" name="updateEdit" > |
|
100 <property name="toolTip" > |
|
101 <string>Enter the options for the update command.</string> |
|
102 </property> |
|
103 <property name="whatsThis" > |
|
104 <string><b>Update Options</b> |
|
105 <p>Enter the options for the update command.</p></string> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item row="7" column="1" > |
|
110 <widget class="QLineEdit" name="logEdit" > |
|
111 <property name="toolTip" > |
|
112 <string>Enter the options for the log command.</string> |
|
113 </property> |
|
114 <property name="whatsThis" > |
|
115 <string><b>Log Options</b> |
|
116 <p>Enter the options for the log command.</p></string> |
|
117 </property> |
|
118 </widget> |
|
119 </item> |
|
120 <item row="10" column="1" > |
|
121 <widget class="QLineEdit" name="tagEdit" > |
|
122 <property name="toolTip" > |
|
123 <string>Enter the options for the tag command.</string> |
|
124 </property> |
|
125 <property name="whatsThis" > |
|
126 <string><b>Tag Options</b> |
|
127 <p>Enter the options for the tag command.</p></string> |
|
128 </property> |
|
129 </widget> |
|
130 </item> |
|
131 <item row="9" column="1" > |
|
132 <widget class="QLineEdit" name="statusEdit" > |
|
133 <property name="toolTip" > |
|
134 <string>Enter the options for the status command.</string> |
|
135 </property> |
|
136 <property name="whatsThis" > |
|
137 <string><b>Status Options</b> |
|
138 <p>Enter the options for the status command.</p></string> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item row="6" column="0" > |
|
143 <widget class="QLabel" name="diffLabel" > |
|
144 <property name="text" > |
|
145 <string>&Diff Options:</string> |
|
146 </property> |
|
147 <property name="buddy" > |
|
148 <cstring>diffEdit</cstring> |
|
149 </property> |
|
150 </widget> |
|
151 </item> |
|
152 <item row="0" column="0" > |
|
153 <widget class="QLabel" name="globalLabel" > |
|
154 <property name="text" > |
|
155 <string>&Global Options:</string> |
|
156 </property> |
|
157 <property name="buddy" > |
|
158 <cstring>globalEdit</cstring> |
|
159 </property> |
|
160 </widget> |
|
161 </item> |
|
162 <item row="11" column="1" > |
|
163 <widget class="QLineEdit" name="exportEdit" > |
|
164 <property name="toolTip" > |
|
165 <string>Enter the options for the export command.</string> |
|
166 </property> |
|
167 <property name="whatsThis" > |
|
168 <string><b>Export Options</b> |
|
169 <p>Enter the options for the export command.</p></string> |
|
170 </property> |
|
171 </widget> |
|
172 </item> |
|
173 <item row="4" column="1" > |
|
174 <widget class="QLineEdit" name="addEdit" > |
|
175 <property name="toolTip" > |
|
176 <string>Enter the options for the add command.</string> |
|
177 </property> |
|
178 <property name="whatsThis" > |
|
179 <string><b>Add Options</b> |
|
180 <p>Enter the options for the add command.</p></string> |
|
181 </property> |
|
182 </widget> |
|
183 </item> |
|
184 <item row="7" column="0" > |
|
185 <widget class="QLabel" name="logLabel" > |
|
186 <property name="text" > |
|
187 <string>&Log Options:</string> |
|
188 </property> |
|
189 <property name="buddy" > |
|
190 <cstring>logEdit</cstring> |
|
191 </property> |
|
192 </widget> |
|
193 </item> |
|
194 <item row="9" column="0" > |
|
195 <widget class="QLabel" name="statusLabel" > |
|
196 <property name="text" > |
|
197 <string>&StatusOptions:</string> |
|
198 </property> |
|
199 <property name="buddy" > |
|
200 <cstring>statusEdit</cstring> |
|
201 </property> |
|
202 </widget> |
|
203 </item> |
|
204 <item row="5" column="1" > |
|
205 <widget class="QLineEdit" name="removeEdit" > |
|
206 <property name="toolTip" > |
|
207 <string>Enter the options for the remove command.</string> |
|
208 </property> |
|
209 <property name="whatsThis" > |
|
210 <string><b>Remove Options</b> |
|
211 <p>Enter the options for the remove command.</p></string> |
|
212 </property> |
|
213 </widget> |
|
214 </item> |
|
215 <item row="2" column="1" > |
|
216 <widget class="QLineEdit" name="checkoutEdit" > |
|
217 <property name="toolTip" > |
|
218 <string>Enter the options for the checkout command.</string> |
|
219 </property> |
|
220 <property name="whatsThis" > |
|
221 <string><b>Checkout Options</b> |
|
222 <p>Enter the options for the checkout command.</p></string> |
|
223 </property> |
|
224 </widget> |
|
225 </item> |
|
226 <item row="1" column="0" > |
|
227 <widget class="QLabel" name="commitLabel" > |
|
228 <property name="text" > |
|
229 <string>Co&mmit Options:</string> |
|
230 </property> |
|
231 <property name="buddy" > |
|
232 <cstring>commitEdit</cstring> |
|
233 </property> |
|
234 </widget> |
|
235 </item> |
|
236 <item row="11" column="0" > |
|
237 <widget class="QLabel" name="exportLabel" > |
|
238 <property name="text" > |
|
239 <string>&Export Options:</string> |
|
240 </property> |
|
241 <property name="buddy" > |
|
242 <cstring>exportEdit</cstring> |
|
243 </property> |
|
244 </widget> |
|
245 </item> |
|
246 <item row="2" column="0" > |
|
247 <widget class="QLabel" name="checkoutLabel" > |
|
248 <property name="text" > |
|
249 <string>Check&out Options:</string> |
|
250 </property> |
|
251 <property name="buddy" > |
|
252 <cstring>checkoutEdit</cstring> |
|
253 </property> |
|
254 </widget> |
|
255 </item> |
|
256 <item row="3" column="0" > |
|
257 <widget class="QLabel" name="updateLabel" > |
|
258 <property name="text" > |
|
259 <string>&Update Options:</string> |
|
260 </property> |
|
261 <property name="buddy" > |
|
262 <cstring>updateEdit</cstring> |
|
263 </property> |
|
264 </widget> |
|
265 </item> |
|
266 <item row="0" column="1" > |
|
267 <widget class="QLineEdit" name="globalEdit" > |
|
268 <property name="toolTip" > |
|
269 <string>Enter the global options.</string> |
|
270 </property> |
|
271 <property name="whatsThis" > |
|
272 <string><b>Global Options</b> |
|
273 <p>Enter the global options.</p></string> |
|
274 </property> |
|
275 </widget> |
|
276 </item> |
|
277 </layout> |
|
278 </item> |
|
279 <item> |
|
280 <widget class="QDialogButtonBox" name="buttonBox" > |
|
281 <property name="orientation" > |
|
282 <enum>Qt::Horizontal</enum> |
|
283 </property> |
|
284 <property name="standardButtons" > |
|
285 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
286 </property> |
|
287 </widget> |
|
288 </item> |
|
289 </layout> |
|
290 </widget> |
|
291 <layoutdefault spacing="6" margin="6" /> |
|
292 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
293 <tabstops> |
|
294 <tabstop>globalEdit</tabstop> |
|
295 <tabstop>commitEdit</tabstop> |
|
296 <tabstop>checkoutEdit</tabstop> |
|
297 <tabstop>updateEdit</tabstop> |
|
298 <tabstop>addEdit</tabstop> |
|
299 <tabstop>removeEdit</tabstop> |
|
300 <tabstop>diffEdit</tabstop> |
|
301 <tabstop>logEdit</tabstop> |
|
302 <tabstop>historyEdit</tabstop> |
|
303 <tabstop>statusEdit</tabstop> |
|
304 <tabstop>tagEdit</tabstop> |
|
305 <tabstop>exportEdit</tabstop> |
|
306 </tabstops> |
|
307 <resources/> |
|
308 <connections> |
|
309 <connection> |
|
310 <sender>buttonBox</sender> |
|
311 <signal>accepted()</signal> |
|
312 <receiver>vcsCommandOptionsDialog</receiver> |
|
313 <slot>accept()</slot> |
|
314 <hints> |
|
315 <hint type="sourcelabel" > |
|
316 <x>120</x> |
|
317 <y>390</y> |
|
318 </hint> |
|
319 <hint type="destinationlabel" > |
|
320 <x>120</x> |
|
321 <y>411</y> |
|
322 </hint> |
|
323 </hints> |
|
324 </connection> |
|
325 <connection> |
|
326 <sender>buttonBox</sender> |
|
327 <signal>rejected()</signal> |
|
328 <receiver>vcsCommandOptionsDialog</receiver> |
|
329 <slot>reject()</slot> |
|
330 <hints> |
|
331 <hint type="sourcelabel" > |
|
332 <x>191</x> |
|
333 <y>390</y> |
|
334 </hint> |
|
335 <hint type="destinationlabel" > |
|
336 <x>193</x> |
|
337 <y>410</y> |
|
338 </hint> |
|
339 </hints> |
|
340 </connection> |
|
341 </connections> |
|
342 </ui> |