0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment></comment>
|
|
5 |
<exportmacro></exportmacro>
|
|
6 |
<class>MainView</class>
|
|
7 |
<widget class="QDialog" name="MainView">
|
|
8 |
<property name="geometry">
|
|
9 |
<rect>
|
|
10 |
<x>0</x>
|
|
11 |
<y>0</y>
|
|
12 |
<width>552</width>
|
|
13 |
<height>456</height>
|
|
14 |
</rect>
|
|
15 |
</property>
|
|
16 |
<property name="windowTitle">
|
|
17 |
<string>Form1</string>
|
|
18 |
</property>
|
|
19 |
<layout class="QVBoxLayout">
|
|
20 |
<property name="margin">
|
|
21 |
<number>11</number>
|
|
22 |
</property>
|
|
23 |
<property name="spacing">
|
|
24 |
<number>6</number>
|
|
25 |
</property>
|
|
26 |
<item>
|
|
27 |
<layout class="QHBoxLayout">
|
|
28 |
<property name="margin">
|
|
29 |
<number>0</number>
|
|
30 |
</property>
|
|
31 |
<property name="spacing">
|
|
32 |
<number>6</number>
|
|
33 |
</property>
|
|
34 |
<item>
|
|
35 |
<widget class="QLabel" name="TextLabel1">
|
|
36 |
<property name="text">
|
|
37 |
<string>URL</string>
|
|
38 |
</property>
|
|
39 |
<property name="wordWrap">
|
|
40 |
<bool>false</bool>
|
|
41 |
</property>
|
|
42 |
</widget>
|
|
43 |
</item>
|
|
44 |
<item>
|
|
45 |
<widget class="QLineEdit" name="urlEdit"/>
|
|
46 |
</item>
|
|
47 |
</layout>
|
|
48 |
</item>
|
|
49 |
<item>
|
|
50 |
<widget class="QTabWidget" name="TabWidget2">
|
|
51 |
<property name="sizePolicy">
|
|
52 |
<sizepolicy>
|
|
53 |
<hsizetype>7</hsizetype>
|
|
54 |
<vsizetype>1</vsizetype>
|
|
55 |
</sizepolicy>
|
|
56 |
</property>
|
|
57 |
<widget class="QWidget" name="tab">
|
|
58 |
<attribute name="title">
|
|
59 |
<string>Copy</string>
|
|
60 |
</attribute>
|
|
61 |
<layout class="QGridLayout">
|
|
62 |
<property name="margin">
|
|
63 |
<number>11</number>
|
|
64 |
</property>
|
|
65 |
<property name="spacing">
|
|
66 |
<number>6</number>
|
|
67 |
</property>
|
|
68 |
<item row="4" column="0">
|
|
69 |
<widget class="QPushButton" name="PushButton3_2">
|
|
70 |
<property name="text">
|
|
71 |
<string>Start</string>
|
|
72 |
</property>
|
|
73 |
</widget>
|
|
74 |
</item>
|
|
75 |
<item row="0" column="0" rowspan="1" colspan="2">
|
|
76 |
<layout class="QHBoxLayout">
|
|
77 |
<property name="margin">
|
|
78 |
<number>0</number>
|
|
79 |
</property>
|
|
80 |
<property name="spacing">
|
|
81 |
<number>6</number>
|
|
82 |
</property>
|
|
83 |
<item>
|
|
84 |
<widget class="QLabel" name="TextLabel1_2_2_3_2">
|
|
85 |
<property name="text">
|
|
86 |
<string>From</string>
|
|
87 |
</property>
|
|
88 |
<property name="wordWrap">
|
|
89 |
<bool>false</bool>
|
|
90 |
</property>
|
|
91 |
</widget>
|
|
92 |
</item>
|
|
93 |
<item>
|
|
94 |
<widget class="QLineEdit" name="copyFrom"/>
|
|
95 |
</item>
|
|
96 |
</layout>
|
|
97 |
</item>
|
|
98 |
<item row="1" column="0" rowspan="1" colspan="2">
|
|
99 |
<layout class="QHBoxLayout">
|
|
100 |
<property name="margin">
|
|
101 |
<number>0</number>
|
|
102 |
</property>
|
|
103 |
<property name="spacing">
|
|
104 |
<number>6</number>
|
|
105 |
</property>
|
|
106 |
<item>
|
|
107 |
<widget class="QLabel" name="TextLabel1_2_2_3_3">
|
|
108 |
<property name="text">
|
|
109 |
<string>To</string>
|
|
110 |
</property>
|
|
111 |
<property name="wordWrap">
|
|
112 |
<bool>false</bool>
|
|
113 |
</property>
|
|
114 |
</widget>
|
|
115 |
</item>
|
|
116 |
<item>
|
|
117 |
<widget class="QLineEdit" name="copyTo"/>
|
|
118 |
</item>
|
|
119 |
</layout>
|
|
120 |
</item>
|
|
121 |
<item row="2" column="0">
|
|
122 |
<widget class="QCheckBox" name="copyMove">
|
|
123 |
<property name="text">
|
|
124 |
<string>move</string>
|
|
125 |
</property>
|
|
126 |
</widget>
|
|
127 |
</item>
|
|
128 |
<item row="3" column="0">
|
|
129 |
<spacer name="Spacer14_2">
|
|
130 |
<property name="sizeHint">
|
|
131 |
<size>
|
|
132 |
<width>20</width>
|
|
133 |
<height>20</height>
|
|
134 |
</size>
|
|
135 |
</property>
|
|
136 |
<property name="sizeType">
|
|
137 |
<enum>QSizePolicy::Expanding</enum>
|
|
138 |
</property>
|
|
139 |
<property name="orientation">
|
|
140 |
<enum>Qt::Vertical</enum>
|
|
141 |
</property>
|
|
142 |
</spacer>
|
|
143 |
</item>
|
|
144 |
<item row="4" column="1">
|
|
145 |
<spacer name="Spacer15_2">
|
|
146 |
<property name="sizeHint">
|
|
147 |
<size>
|
|
148 |
<width>20</width>
|
|
149 |
<height>20</height>
|
|
150 |
</size>
|
|
151 |
</property>
|
|
152 |
<property name="sizeType">
|
|
153 |
<enum>QSizePolicy::Expanding</enum>
|
|
154 |
</property>
|
|
155 |
<property name="orientation">
|
|
156 |
<enum>Qt::Horizontal</enum>
|
|
157 |
</property>
|
|
158 |
</spacer>
|
|
159 |
</item>
|
|
160 |
</layout>
|
|
161 |
</widget>
|
|
162 |
<widget class="QWidget" name="tab">
|
|
163 |
<attribute name="title">
|
|
164 |
<string>Get</string>
|
|
165 |
</attribute>
|
|
166 |
<layout class="QGridLayout">
|
|
167 |
<property name="margin">
|
|
168 |
<number>11</number>
|
|
169 |
</property>
|
|
170 |
<property name="spacing">
|
|
171 |
<number>6</number>
|
|
172 |
</property>
|
|
173 |
<item row="2" column="0">
|
|
174 |
<widget class="QPushButton" name="PushButton3_3">
|
|
175 |
<property name="text">
|
|
176 |
<string>Start</string>
|
|
177 |
</property>
|
|
178 |
</widget>
|
|
179 |
</item>
|
|
180 |
<item row="0" column="0" rowspan="1" colspan="2">
|
|
181 |
<layout class="QHBoxLayout">
|
|
182 |
<property name="margin">
|
|
183 |
<number>0</number>
|
|
184 |
</property>
|
|
185 |
<property name="spacing">
|
|
186 |
<number>6</number>
|
|
187 |
</property>
|
|
188 |
<item>
|
|
189 |
<widget class="QLabel" name="TextLabel1_2">
|
|
190 |
<property name="text">
|
|
191 |
<string>Location</string>
|
|
192 |
</property>
|
|
193 |
<property name="wordWrap">
|
|
194 |
<bool>false</bool>
|
|
195 |
</property>
|
|
196 |
</widget>
|
|
197 |
</item>
|
|
198 |
<item>
|
|
199 |
<widget class="QLineEdit" name="getLocation"/>
|
|
200 |
</item>
|
|
201 |
</layout>
|
|
202 |
</item>
|
|
203 |
<item row="1" column="0">
|
|
204 |
<spacer name="Spacer4">
|
|
205 |
<property name="sizeHint">
|
|
206 |
<size>
|
|
207 |
<width>20</width>
|
|
208 |
<height>20</height>
|
|
209 |
</size>
|
|
210 |
</property>
|
|
211 |
<property name="sizeType">
|
|
212 |
<enum>QSizePolicy::Expanding</enum>
|
|
213 |
</property>
|
|
214 |
<property name="orientation">
|
|
215 |
<enum>Qt::Vertical</enum>
|
|
216 |
</property>
|
|
217 |
</spacer>
|
|
218 |
</item>
|
|
219 |
<item row="2" column="1">
|
|
220 |
<spacer name="Spacer5">
|
|
221 |
<property name="sizeHint">
|
|
222 |
<size>
|
|
223 |
<width>20</width>
|
|
224 |
<height>20</height>
|
|
225 |
</size>
|
|
226 |
</property>
|
|
227 |
<property name="sizeType">
|
|
228 |
<enum>QSizePolicy::Expanding</enum>
|
|
229 |
</property>
|
|
230 |
<property name="orientation">
|
|
231 |
<enum>Qt::Horizontal</enum>
|
|
232 |
</property>
|
|
233 |
</spacer>
|
|
234 |
</item>
|
|
235 |
</layout>
|
|
236 |
</widget>
|
|
237 |
<widget class="QWidget" name="tab">
|
|
238 |
<attribute name="title">
|
|
239 |
<string>ListChildren</string>
|
|
240 |
</attribute>
|
|
241 |
<layout class="QGridLayout">
|
|
242 |
<property name="margin">
|
|
243 |
<number>11</number>
|
|
244 |
</property>
|
|
245 |
<property name="spacing">
|
|
246 |
<number>6</number>
|
|
247 |
</property>
|
|
248 |
<item row="1" column="0">
|
|
249 |
<widget class="QPushButton" name="PushButton3">
|
|
250 |
<property name="text">
|
|
251 |
<string>Start</string>
|
|
252 |
</property>
|
|
253 |
</widget>
|
|
254 |
</item>
|
|
255 |
<item row="0" column="0">
|
|
256 |
<spacer name="Spacer2">
|
|
257 |
<property name="sizeHint">
|
|
258 |
<size>
|
|
259 |
<width>20</width>
|
|
260 |
<height>20</height>
|
|
261 |
</size>
|
|
262 |
</property>
|
|
263 |
<property name="sizeType">
|
|
264 |
<enum>QSizePolicy::Expanding</enum>
|
|
265 |
</property>
|
|
266 |
<property name="orientation">
|
|
267 |
<enum>Qt::Vertical</enum>
|
|
268 |
</property>
|
|
269 |
</spacer>
|
|
270 |
</item>
|
|
271 |
<item row="1" column="1">
|
|
272 |
<spacer name="Spacer3">
|
|
273 |
<property name="sizeHint">
|
|
274 |
<size>
|
|
275 |
<width>20</width>
|
|
276 |
<height>20</height>
|
|
277 |
</size>
|
|
278 |
</property>
|
|
279 |
<property name="sizeType">
|
|
280 |
<enum>QSizePolicy::Expanding</enum>
|
|
281 |
</property>
|
|
282 |
<property name="orientation">
|
|
283 |
<enum>Qt::Horizontal</enum>
|
|
284 |
</property>
|
|
285 |
</spacer>
|
|
286 |
</item>
|
|
287 |
</layout>
|
|
288 |
</widget>
|
|
289 |
<widget class="QWidget" name="tab">
|
|
290 |
<attribute name="title">
|
|
291 |
<string>Mkdir</string>
|
|
292 |
</attribute>
|
|
293 |
<layout class="QGridLayout">
|
|
294 |
<property name="margin">
|
|
295 |
<number>11</number>
|
|
296 |
</property>
|
|
297 |
<property name="spacing">
|
|
298 |
<number>6</number>
|
|
299 |
</property>
|
|
300 |
<item row="2" column="0">
|
|
301 |
<widget class="QPushButton" name="PushButton3_4">
|
|
302 |
<property name="text">
|
|
303 |
<string>Start</string>
|
|
304 |
</property>
|
|
305 |
</widget>
|
|
306 |
</item>
|
|
307 |
<item row="0" column="0" rowspan="1" colspan="2">
|
|
308 |
<layout class="QHBoxLayout">
|
|
309 |
<property name="margin">
|
|
310 |
<number>0</number>
|
|
311 |
</property>
|
|
312 |
<property name="spacing">
|
|
313 |
<number>6</number>
|
|
314 |
</property>
|
|
315 |
<item>
|
|
316 |
<widget class="QLabel" name="TextLabel1_2_2">
|
|
317 |
<property name="text">
|
|
318 |
<string>Dir name</string>
|
|
319 |
</property>
|
|
320 |
<property name="wordWrap">
|
|
321 |
<bool>false</bool>
|
|
322 |
</property>
|
|
323 |
</widget>
|
|
324 |
</item>
|
|
325 |
<item>
|
|
326 |
<widget class="QLineEdit" name="mkdirDirName"/>
|
|
327 |
</item>
|
|
328 |
</layout>
|
|
329 |
</item>
|
|
330 |
<item row="1" column="0">
|
|
331 |
<spacer name="Spacer6">
|
|
332 |
<property name="sizeHint">
|
|
333 |
<size>
|
|
334 |
<width>20</width>
|
|
335 |
<height>20</height>
|
|
336 |
</size>
|
|
337 |
</property>
|
|
338 |
<property name="sizeType">
|
|
339 |
<enum>QSizePolicy::Expanding</enum>
|
|
340 |
</property>
|
|
341 |
<property name="orientation">
|
|
342 |
<enum>Qt::Vertical</enum>
|
|
343 |
</property>
|
|
344 |
</spacer>
|
|
345 |
</item>
|
|
346 |
<item row="2" column="1">
|
|
347 |
<spacer name="Spacer7">
|
|
348 |
<property name="sizeHint">
|
|
349 |
<size>
|
|
350 |
<width>20</width>
|
|
351 |
<height>20</height>
|
|
352 |
</size>
|
|
353 |
</property>
|
|
354 |
<property name="sizeType">
|
|
355 |
<enum>QSizePolicy::Expanding</enum>
|
|
356 |
</property>
|
|
357 |
<property name="orientation">
|
|
358 |
<enum>Qt::Horizontal</enum>
|
|
359 |
</property>
|
|
360 |
</spacer>
|
|
361 |
</item>
|
|
362 |
</layout>
|
|
363 |
</widget>
|
|
364 |
<widget class="QWidget" name="tab">
|
|
365 |
<attribute name="title">
|
|
366 |
<string>Put</string>
|
|
367 |
</attribute>
|
|
368 |
<layout class="QGridLayout">
|
|
369 |
<property name="margin">
|
|
370 |
<number>11</number>
|
|
371 |
</property>
|
|
372 |
<property name="spacing">
|
|
373 |
<number>6</number>
|
|
374 |
</property>
|
|
375 |
<item row="2" column="0">
|
|
376 |
<widget class="QPushButton" name="PushButton3_5">
|
|
377 |
<property name="text">
|
|
378 |
<string>Start</string>
|
|
379 |
</property>
|
|
380 |
</widget>
|
|
381 |
</item>
|
|
382 |
<item row="0" column="0" rowspan="1" colspan="2">
|
|
383 |
<layout class="QHBoxLayout">
|
|
384 |
<property name="margin">
|
|
385 |
<number>0</number>
|
|
386 |
</property>
|
|
387 |
<property name="spacing">
|
|
388 |
<number>6</number>
|
|
389 |
</property>
|
|
390 |
<item>
|
|
391 |
<widget class="QLabel" name="TextLabel1_2_4">
|
|
392 |
<property name="text">
|
|
393 |
<string>Location</string>
|
|
394 |
</property>
|
|
395 |
<property name="wordWrap">
|
|
396 |
<bool>false</bool>
|
|
397 |
</property>
|
|
398 |
</widget>
|
|
399 |
</item>
|
|
400 |
<item>
|
|
401 |
<widget class="QLineEdit" name="putLocation"/>
|
|
402 |
</item>
|
|
403 |
</layout>
|
|
404 |
</item>
|
|
405 |
<item row="1" column="0">
|
|
406 |
<spacer name="Spacer14">
|
|
407 |
<property name="sizeHint">
|
|
408 |
<size>
|
|
409 |
<width>20</width>
|
|
410 |
<height>20</height>
|
|
411 |
</size>
|
|
412 |
</property>
|
|
413 |
<property name="sizeType">
|
|
414 |
<enum>QSizePolicy::Expanding</enum>
|
|
415 |
</property>
|
|
416 |
<property name="orientation">
|
|
417 |
<enum>Qt::Vertical</enum>
|
|
418 |
</property>
|
|
419 |
</spacer>
|
|
420 |
</item>
|
|
421 |
<item row="2" column="1">
|
|
422 |
<spacer name="Spacer15">
|
|
423 |
<property name="sizeHint">
|
|
424 |
<size>
|
|
425 |
<width>20</width>
|
|
426 |
<height>20</height>
|
|
427 |
</size>
|
|
428 |
</property>
|
|
429 |
<property name="sizeType">
|
|
430 |
<enum>QSizePolicy::Expanding</enum>
|
|
431 |
</property>
|
|
432 |
<property name="orientation">
|
|
433 |
<enum>Qt::Horizontal</enum>
|
|
434 |
</property>
|
|
435 |
</spacer>
|
|
436 |
</item>
|
|
437 |
</layout>
|
|
438 |
</widget>
|
|
439 |
<widget class="QWidget" name="tab">
|
|
440 |
<attribute name="title">
|
|
441 |
<string>Remove</string>
|
|
442 |
</attribute>
|
|
443 |
<layout class="QGridLayout">
|
|
444 |
<property name="margin">
|
|
445 |
<number>11</number>
|
|
446 |
</property>
|
|
447 |
<property name="spacing">
|
|
448 |
<number>6</number>
|
|
449 |
</property>
|
|
450 |
<item row="2" column="0">
|
|
451 |
<widget class="QPushButton" name="PushButton3_6">
|
|
452 |
<property name="text">
|
|
453 |
<string>Start</string>
|
|
454 |
</property>
|
|
455 |
</widget>
|
|
456 |
</item>
|
|
457 |
<item row="0" column="0" rowspan="1" colspan="2">
|
|
458 |
<layout class="QHBoxLayout">
|
|
459 |
<property name="margin">
|
|
460 |
<number>0</number>
|
|
461 |
</property>
|
|
462 |
<property name="spacing">
|
|
463 |
<number>6</number>
|
|
464 |
</property>
|
|
465 |
<item>
|
|
466 |
<widget class="QLabel" name="TextLabel1_2_2_2">
|
|
467 |
<property name="text">
|
|
468 |
<string>File name</string>
|
|
469 |
</property>
|
|
470 |
<property name="wordWrap">
|
|
471 |
<bool>false</bool>
|
|
472 |
</property>
|
|
473 |
</widget>
|
|
474 |
</item>
|
|
475 |
<item>
|
|
476 |
<widget class="QLineEdit" name="removeFileName"/>
|
|
477 |
</item>
|
|
478 |
</layout>
|
|
479 |
</item>
|
|
480 |
<item row="1" column="0">
|
|
481 |
<spacer name="Spacer12">
|
|
482 |
<property name="sizeHint">
|
|
483 |
<size>
|
|
484 |
<width>20</width>
|
|
485 |
<height>20</height>
|
|
486 |
</size>
|
|
487 |
</property>
|
|
488 |
<property name="sizeType">
|
|
489 |
<enum>QSizePolicy::Expanding</enum>
|
|
490 |
</property>
|
|
491 |
<property name="orientation">
|
|
492 |
<enum>Qt::Vertical</enum>
|
|
493 |
</property>
|
|
494 |
</spacer>
|
|
495 |
</item>
|
|
496 |
<item row="2" column="1">
|
|
497 |
<spacer name="Spacer13">
|
|
498 |
<property name="sizeHint">
|
|
499 |
<size>
|
|
500 |
<width>20</width>
|
|
501 |
<height>20</height>
|
|
502 |
</size>
|
|
503 |
</property>
|
|
504 |
<property name="sizeType">
|
|
505 |
<enum>QSizePolicy::Expanding</enum>
|
|
506 |
</property>
|
|
507 |
<property name="orientation">
|
|
508 |
<enum>Qt::Horizontal</enum>
|
|
509 |
</property>
|
|
510 |
</spacer>
|
|
511 |
</item>
|
|
512 |
</layout>
|
|
513 |
</widget>
|
|
514 |
<widget class="QWidget" name="tab">
|
|
515 |
<attribute name="title">
|
|
516 |
<string>Rename</string>
|
|
517 |
</attribute>
|
|
518 |
<layout class="QGridLayout">
|
|
519 |
<property name="margin">
|
|
520 |
<number>11</number>
|
|
521 |
</property>
|
|
522 |
<property name="spacing">
|
|
523 |
<number>6</number>
|
|
524 |
</property>
|
|
525 |
<item row="3" column="0">
|
|
526 |
<widget class="QPushButton" name="PushButton3_7">
|
|
527 |
<property name="text">
|
|
528 |
<string>Start</string>
|
|
529 |
</property>
|
|
530 |
</widget>
|
|
531 |
</item>
|
|
532 |
<item row="1" column="0" rowspan="1" colspan="2">
|
|
533 |
<layout class="QHBoxLayout">
|
|
534 |
<property name="margin">
|
|
535 |
<number>0</number>
|
|
536 |
</property>
|
|
537 |
<property name="spacing">
|
|
538 |
<number>6</number>
|
|
539 |
</property>
|
|
540 |
<item>
|
|
541 |
<widget class="QLabel" name="TextLabel1_2_2_4">
|
|
542 |
<property name="text">
|
|
543 |
<string>New name</string>
|
|
544 |
</property>
|
|
545 |
<property name="wordWrap">
|
|
546 |
<bool>false</bool>
|
|
547 |
</property>
|
|
548 |
</widget>
|
|
549 |
</item>
|
|
550 |
<item>
|
|
551 |
<widget class="QLineEdit" name="renameNewName"/>
|
|
552 |
</item>
|
|
553 |
</layout>
|
|
554 |
</item>
|
|
555 |
<item row="0" column="0" rowspan="1" colspan="2">
|
|
556 |
<layout class="QHBoxLayout">
|
|
557 |
<property name="margin">
|
|
558 |
<number>0</number>
|
|
559 |
</property>
|
|
560 |
<property name="spacing">
|
|
561 |
<number>6</number>
|
|
562 |
</property>
|
|
563 |
<item>
|
|
564 |
<widget class="QLabel" name="TextLabel1_2_2_3">
|
|
565 |
<property name="text">
|
|
566 |
<string>Old name</string>
|
|
567 |
</property>
|
|
568 |
<property name="wordWrap">
|
|
569 |
<bool>false</bool>
|
|
570 |
</property>
|
|
571 |
</widget>
|
|
572 |
</item>
|
|
573 |
<item>
|
|
574 |
<widget class="QLineEdit" name="renameOldName"/>
|
|
575 |
</item>
|
|
576 |
</layout>
|
|
577 |
</item>
|
|
578 |
<item row="2" column="0">
|
|
579 |
<spacer name="Spacer10">
|
|
580 |
<property name="sizeHint">
|
|
581 |
<size>
|
|
582 |
<width>20</width>
|
|
583 |
<height>20</height>
|
|
584 |
</size>
|
|
585 |
</property>
|
|
586 |
<property name="sizeType">
|
|
587 |
<enum>QSizePolicy::Expanding</enum>
|
|
588 |
</property>
|
|
589 |
<property name="orientation">
|
|
590 |
<enum>Qt::Vertical</enum>
|
|
591 |
</property>
|
|
592 |
</spacer>
|
|
593 |
</item>
|
|
594 |
<item row="3" column="1">
|
|
595 |
<spacer name="Spacer11">
|
|
596 |
<property name="sizeHint">
|
|
597 |
<size>
|
|
598 |
<width>20</width>
|
|
599 |
<height>20</height>
|
|
600 |
</size>
|
|
601 |
</property>
|
|
602 |
<property name="sizeType">
|
|
603 |
<enum>QSizePolicy::Expanding</enum>
|
|
604 |
</property>
|
|
605 |
<property name="orientation">
|
|
606 |
<enum>Qt::Horizontal</enum>
|
|
607 |
</property>
|
|
608 |
</spacer>
|
|
609 |
</item>
|
|
610 |
</layout>
|
|
611 |
</widget>
|
|
612 |
</widget>
|
|
613 |
</item>
|
|
614 |
<item>
|
|
615 |
<widget class="Q3TextEdit" name="logWindow">
|
|
616 |
<property name="readOnly">
|
|
617 |
<bool>true</bool>
|
|
618 |
</property>
|
|
619 |
</widget>
|
|
620 |
</item>
|
|
621 |
<item>
|
|
622 |
<layout class="QHBoxLayout">
|
|
623 |
<property name="margin">
|
|
624 |
<number>0</number>
|
|
625 |
</property>
|
|
626 |
<property name="spacing">
|
|
627 |
<number>6</number>
|
|
628 |
</property>
|
|
629 |
<item>
|
|
630 |
<widget class="QPushButton" name="PushButton2">
|
|
631 |
<property name="text">
|
|
632 |
<string>Stop</string>
|
|
633 |
</property>
|
|
634 |
</widget>
|
|
635 |
</item>
|
|
636 |
<item>
|
|
637 |
<spacer name="Spacer1">
|
|
638 |
<property name="sizeHint">
|
|
639 |
<size>
|
|
640 |
<width>20</width>
|
|
641 |
<height>20</height>
|
|
642 |
</size>
|
|
643 |
</property>
|
|
644 |
<property name="sizeType">
|
|
645 |
<enum>QSizePolicy::Expanding</enum>
|
|
646 |
</property>
|
|
647 |
<property name="orientation">
|
|
648 |
<enum>Qt::Horizontal</enum>
|
|
649 |
</property>
|
|
650 |
</spacer>
|
|
651 |
</item>
|
|
652 |
<item>
|
|
653 |
<widget class="QPushButton" name="PushButton1">
|
|
654 |
<property name="text">
|
|
655 |
<string>Quit</string>
|
|
656 |
</property>
|
|
657 |
</widget>
|
|
658 |
</item>
|
|
659 |
</layout>
|
|
660 |
</item>
|
|
661 |
</layout>
|
|
662 |
</widget>
|
|
663 |
<layoutdefault spacing="6" margin="11"/>
|
|
664 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
665 |
<includes>
|
|
666 |
<include location="local">q3networkprotocol.h</include>
|
|
667 |
<include location="local">q3urloperator.h</include>
|
|
668 |
</includes>
|
|
669 |
<connections>
|
|
670 |
<connection>
|
|
671 |
<sender>PushButton1</sender>
|
|
672 |
<signal>clicked()</signal>
|
|
673 |
<receiver>MainView</receiver>
|
|
674 |
<slot>quit()</slot>
|
|
675 |
</connection>
|
|
676 |
<connection>
|
|
677 |
<sender>PushButton3</sender>
|
|
678 |
<signal>clicked()</signal>
|
|
679 |
<receiver>MainView</receiver>
|
|
680 |
<slot>start_listChildren()</slot>
|
|
681 |
</connection>
|
|
682 |
<connection>
|
|
683 |
<sender>PushButton3_3</sender>
|
|
684 |
<signal>clicked()</signal>
|
|
685 |
<receiver>MainView</receiver>
|
|
686 |
<slot>start_get()</slot>
|
|
687 |
</connection>
|
|
688 |
<connection>
|
|
689 |
<sender>PushButton3_2</sender>
|
|
690 |
<signal>clicked()</signal>
|
|
691 |
<receiver>MainView</receiver>
|
|
692 |
<slot>start_copy()</slot>
|
|
693 |
</connection>
|
|
694 |
<connection>
|
|
695 |
<sender>PushButton3_4</sender>
|
|
696 |
<signal>clicked()</signal>
|
|
697 |
<receiver>MainView</receiver>
|
|
698 |
<slot>start_mkdir()</slot>
|
|
699 |
</connection>
|
|
700 |
<connection>
|
|
701 |
<sender>PushButton3_5</sender>
|
|
702 |
<signal>clicked()</signal>
|
|
703 |
<receiver>MainView</receiver>
|
|
704 |
<slot>start_put()</slot>
|
|
705 |
</connection>
|
|
706 |
<connection>
|
|
707 |
<sender>PushButton3_6</sender>
|
|
708 |
<signal>clicked()</signal>
|
|
709 |
<receiver>MainView</receiver>
|
|
710 |
<slot>start_remove()</slot>
|
|
711 |
</connection>
|
|
712 |
<connection>
|
|
713 |
<sender>PushButton3_7</sender>
|
|
714 |
<signal>clicked()</signal>
|
|
715 |
<receiver>MainView</receiver>
|
|
716 |
<slot>start_rename()</slot>
|
|
717 |
</connection>
|
|
718 |
<connection>
|
|
719 |
<sender>PushButton2</sender>
|
|
720 |
<signal>clicked()</signal>
|
|
721 |
<receiver>MainView</receiver>
|
|
722 |
<slot>stop()</slot>
|
|
723 |
</connection>
|
|
724 |
</connections>
|
|
725 |
</ui>
|