|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>FileDialogWizardDialog</class> |
|
4 <widget class="QDialog" name="FileDialogWizardDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>645</width> |
|
10 <height>946</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>QFileDialog Wizard</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
22 <item> |
|
23 <widget class="QLabel" name="label"> |
|
24 <property name="text"> |
|
25 <string>Variant:</string> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="QComboBox" name="pyqtComboBox"/> |
|
31 </item> |
|
32 <item> |
|
33 <spacer name="horizontalSpacer"> |
|
34 <property name="orientation"> |
|
35 <enum>Qt::Horizontal</enum> |
|
36 </property> |
|
37 <property name="sizeHint" stdset="0"> |
|
38 <size> |
|
39 <width>40</width> |
|
40 <height>20</height> |
|
41 </size> |
|
42 </property> |
|
43 </spacer> |
|
44 </item> |
|
45 </layout> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QGroupBox" name="typeGroupBox"> |
|
49 <property name="title"> |
|
50 <string>Type</string> |
|
51 </property> |
|
52 <layout class="QGridLayout" name="gridLayout"> |
|
53 <item row="0" column="0"> |
|
54 <widget class="QRadioButton" name="rOpenFile"> |
|
55 <property name="toolTip"> |
|
56 <string>Select to create an 'Open File' dialog</string> |
|
57 </property> |
|
58 <property name="text"> |
|
59 <string>Open File</string> |
|
60 </property> |
|
61 <property name="checked"> |
|
62 <bool>true</bool> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="0" column="1"> |
|
67 <widget class="QRadioButton" name="rOpenFiles"> |
|
68 <property name="toolTip"> |
|
69 <string>Select to create an 'Open Files' dialog</string> |
|
70 </property> |
|
71 <property name="text"> |
|
72 <string>Open Files</string> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="0" column="2"> |
|
77 <widget class="QRadioButton" name="rSaveFile"> |
|
78 <property name="toolTip"> |
|
79 <string>Select to create a 'Save File' dialog</string> |
|
80 </property> |
|
81 <property name="text"> |
|
82 <string>Save File</string> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="0" column="3"> |
|
87 <widget class="QRadioButton" name="rDirectory"> |
|
88 <property name="toolTip"> |
|
89 <string>Select to create a 'Select Directory' dialog</string> |
|
90 </property> |
|
91 <property name="text"> |
|
92 <string>Select Directory</string> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 <item row="1" column="0"> |
|
97 <widget class="QRadioButton" name="rfOpenFile"> |
|
98 <property name="toolTip"> |
|
99 <string>Select to create an 'Open File' dialog capturing the selected filter</string> |
|
100 </property> |
|
101 <property name="text"> |
|
102 <string>Open File and Filter</string> |
|
103 </property> |
|
104 <property name="checked"> |
|
105 <bool>false</bool> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item row="1" column="1"> |
|
110 <widget class="QRadioButton" name="rfOpenFiles"> |
|
111 <property name="toolTip"> |
|
112 <string>Select to create an 'Open Files' dialog capturing the selected filter</string> |
|
113 </property> |
|
114 <property name="text"> |
|
115 <string>Open Files and Filter</string> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 <item row="1" column="2"> |
|
120 <widget class="QRadioButton" name="rfSaveFile"> |
|
121 <property name="toolTip"> |
|
122 <string>Select to create a 'Save File' dialog capturing the selected filter</string> |
|
123 </property> |
|
124 <property name="text"> |
|
125 <string>Save File and Filter</string> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="2" column="0"> |
|
130 <widget class="QRadioButton" name="rOpenFileUrl"> |
|
131 <property name="toolTip"> |
|
132 <string>Select to create an 'Open File' dialog</string> |
|
133 </property> |
|
134 <property name="text"> |
|
135 <string>Open File URL</string> |
|
136 </property> |
|
137 <property name="checked"> |
|
138 <bool>false</bool> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item row="2" column="1"> |
|
143 <widget class="QRadioButton" name="rOpenFileUrls"> |
|
144 <property name="toolTip"> |
|
145 <string>Select to create an 'Open Files' dialog</string> |
|
146 </property> |
|
147 <property name="text"> |
|
148 <string>Open Files URL</string> |
|
149 </property> |
|
150 </widget> |
|
151 </item> |
|
152 <item row="2" column="2"> |
|
153 <widget class="QRadioButton" name="rSaveFileUrl"> |
|
154 <property name="toolTip"> |
|
155 <string>Select to create a 'Save File' dialog</string> |
|
156 </property> |
|
157 <property name="text"> |
|
158 <string>Save File URL</string> |
|
159 </property> |
|
160 </widget> |
|
161 </item> |
|
162 <item row="2" column="3"> |
|
163 <widget class="QRadioButton" name="rDirectoryUrl"> |
|
164 <property name="toolTip"> |
|
165 <string>Select to create a 'Select Directory' dialog</string> |
|
166 </property> |
|
167 <property name="text"> |
|
168 <string>Select Directory URL</string> |
|
169 </property> |
|
170 </widget> |
|
171 </item> |
|
172 </layout> |
|
173 </widget> |
|
174 </item> |
|
175 <item> |
|
176 <widget class="QGroupBox" name="groupBox"> |
|
177 <property name="title"> |
|
178 <string>Results</string> |
|
179 </property> |
|
180 <layout class="QGridLayout" name="gridLayout_4"> |
|
181 <item row="0" column="0"> |
|
182 <widget class="QLabel" name="label_2"> |
|
183 <property name="text"> |
|
184 <string>Name Variable:</string> |
|
185 </property> |
|
186 </widget> |
|
187 </item> |
|
188 <item row="0" column="1"> |
|
189 <widget class="QLineEdit" name="eNameVariable"> |
|
190 <property name="toolTip"> |
|
191 <string>Enter the result variable name</string> |
|
192 </property> |
|
193 <property name="clearButtonEnabled"> |
|
194 <bool>false</bool> |
|
195 </property> |
|
196 </widget> |
|
197 </item> |
|
198 <item row="1" column="0"> |
|
199 <widget class="QLabel" name="lFilterVariable"> |
|
200 <property name="text"> |
|
201 <string>Filter Variable:</string> |
|
202 </property> |
|
203 </widget> |
|
204 </item> |
|
205 <item row="1" column="1"> |
|
206 <widget class="QLineEdit" name="eFilterVariable"> |
|
207 <property name="toolTip"> |
|
208 <string>Enter the name of the filter variable</string> |
|
209 </property> |
|
210 <property name="clearButtonEnabled"> |
|
211 <bool>false</bool> |
|
212 </property> |
|
213 </widget> |
|
214 </item> |
|
215 </layout> |
|
216 </widget> |
|
217 </item> |
|
218 <item> |
|
219 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
220 <item> |
|
221 <widget class="QLabel" name="TextLabel1"> |
|
222 <property name="text"> |
|
223 <string>Title:</string> |
|
224 </property> |
|
225 </widget> |
|
226 </item> |
|
227 <item> |
|
228 <widget class="QLineEdit" name="eCaption"> |
|
229 <property name="toolTip"> |
|
230 <string>Enter the title text</string> |
|
231 </property> |
|
232 <property name="clearButtonEnabled"> |
|
233 <bool>true</bool> |
|
234 </property> |
|
235 </widget> |
|
236 </item> |
|
237 </layout> |
|
238 </item> |
|
239 <item> |
|
240 <widget class="QCheckBox" name="cSymlinks"> |
|
241 <property name="toolTip"> |
|
242 <string>Check to resolve symbolic links</string> |
|
243 </property> |
|
244 <property name="text"> |
|
245 <string>Resolve Symlinks</string> |
|
246 </property> |
|
247 <property name="checked"> |
|
248 <bool>true</bool> |
|
249 </property> |
|
250 </widget> |
|
251 </item> |
|
252 <item> |
|
253 <widget class="QGroupBox" name="parentGroup"> |
|
254 <property name="title"> |
|
255 <string>Parent</string> |
|
256 </property> |
|
257 <layout class="QGridLayout" name="gridLayout_3"> |
|
258 <item row="0" column="0"> |
|
259 <widget class="QRadioButton" name="parentSelf"> |
|
260 <property name="toolTip"> |
|
261 <string>Select "self" as parent</string> |
|
262 </property> |
|
263 <property name="text"> |
|
264 <string>self</string> |
|
265 </property> |
|
266 <property name="checked"> |
|
267 <bool>true</bool> |
|
268 </property> |
|
269 </widget> |
|
270 </item> |
|
271 <item row="0" column="1"> |
|
272 <widget class="QRadioButton" name="parentNone"> |
|
273 <property name="toolTip"> |
|
274 <string>Select "None" as parent</string> |
|
275 </property> |
|
276 <property name="text"> |
|
277 <string>None</string> |
|
278 </property> |
|
279 </widget> |
|
280 </item> |
|
281 <item row="1" column="0" colspan="2"> |
|
282 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
283 <item> |
|
284 <widget class="QRadioButton" name="parentOther"> |
|
285 <property name="toolTip"> |
|
286 <string>Select to enter a parent expression</string> |
|
287 </property> |
|
288 <property name="text"> |
|
289 <string>Expression:</string> |
|
290 </property> |
|
291 </widget> |
|
292 </item> |
|
293 <item> |
|
294 <widget class="QLineEdit" name="parentEdit"> |
|
295 <property name="enabled"> |
|
296 <bool>false</bool> |
|
297 </property> |
|
298 <property name="toolTip"> |
|
299 <string>Enter the parent expression</string> |
|
300 </property> |
|
301 <property name="clearButtonEnabled"> |
|
302 <bool>true</bool> |
|
303 </property> |
|
304 </widget> |
|
305 </item> |
|
306 </layout> |
|
307 </item> |
|
308 </layout> |
|
309 </widget> |
|
310 </item> |
|
311 <item> |
|
312 <widget class="QGroupBox" name="filePropertiesGroup"> |
|
313 <property name="title"> |
|
314 <string>File Dialog Properties</string> |
|
315 </property> |
|
316 <layout class="QGridLayout" name="gridLayout_2"> |
|
317 <item row="0" column="0" colspan="2"> |
|
318 <widget class="QLabel" name="TextLabel3"> |
|
319 <property name="text"> |
|
320 <string>Start With / Working Directory</string> |
|
321 </property> |
|
322 </widget> |
|
323 </item> |
|
324 <item row="1" column="0"> |
|
325 <widget class="QLineEdit" name="eStartWith"> |
|
326 <property name="toolTip"> |
|
327 <string>Enter the working directory or a filename</string> |
|
328 </property> |
|
329 <property name="clearButtonEnabled"> |
|
330 <bool>true</bool> |
|
331 </property> |
|
332 </widget> |
|
333 </item> |
|
334 <item row="1" column="1"> |
|
335 <widget class="QCheckBox" name="cStartWith"> |
|
336 <property name="toolTip"> |
|
337 <string>Check this if the contents of the edit names a variable or variable function</string> |
|
338 </property> |
|
339 <property name="text"> |
|
340 <string>Is Variable</string> |
|
341 </property> |
|
342 </widget> |
|
343 </item> |
|
344 <item row="2" column="0" colspan="2"> |
|
345 <widget class="QLabel" name="TextLabel2"> |
|
346 <property name="text"> |
|
347 <string>Filters</string> |
|
348 </property> |
|
349 </widget> |
|
350 </item> |
|
351 <item row="3" column="0"> |
|
352 <widget class="QLineEdit" name="eFilters"> |
|
353 <property name="toolTip"> |
|
354 <string>Enter the filter specifications separated by ';;'</string> |
|
355 </property> |
|
356 <property name="clearButtonEnabled"> |
|
357 <bool>true</bool> |
|
358 </property> |
|
359 </widget> |
|
360 </item> |
|
361 <item row="3" column="1"> |
|
362 <widget class="QCheckBox" name="cFilters"> |
|
363 <property name="toolTip"> |
|
364 <string>Check this if the contents of the edit names a variable or variable function</string> |
|
365 </property> |
|
366 <property name="text"> |
|
367 <string>Is Variable</string> |
|
368 </property> |
|
369 </widget> |
|
370 </item> |
|
371 <item row="4" column="0" colspan="2"> |
|
372 <widget class="QLabel" name="lInitialFilter"> |
|
373 <property name="text"> |
|
374 <string>Initial Filter</string> |
|
375 </property> |
|
376 </widget> |
|
377 </item> |
|
378 <item row="5" column="0"> |
|
379 <widget class="QLineEdit" name="eInitialFilter"> |
|
380 <property name="toolTip"> |
|
381 <string>Enter the initial filter</string> |
|
382 </property> |
|
383 <property name="clearButtonEnabled"> |
|
384 <bool>true</bool> |
|
385 </property> |
|
386 </widget> |
|
387 </item> |
|
388 <item row="5" column="1"> |
|
389 <widget class="QCheckBox" name="cInitialFilter"> |
|
390 <property name="toolTip"> |
|
391 <string>Check this if the contents of the edit names a variable or variable function</string> |
|
392 </property> |
|
393 <property name="text"> |
|
394 <string>Is Variable</string> |
|
395 </property> |
|
396 </widget> |
|
397 </item> |
|
398 <item row="6" column="0" colspan="2"> |
|
399 <widget class="QCheckBox" name="cConfirmOverwrite"> |
|
400 <property name="enabled"> |
|
401 <bool>false</bool> |
|
402 </property> |
|
403 <property name="toolTip"> |
|
404 <string>Select to show an overwrite confirmation dialog</string> |
|
405 </property> |
|
406 <property name="text"> |
|
407 <string>Show overwrite confirmation</string> |
|
408 </property> |
|
409 </widget> |
|
410 </item> |
|
411 </layout> |
|
412 </widget> |
|
413 </item> |
|
414 <item> |
|
415 <widget class="QGroupBox" name="dirPropertiesGroup"> |
|
416 <property name="enabled"> |
|
417 <bool>false</bool> |
|
418 </property> |
|
419 <property name="title"> |
|
420 <string>Directory Dialog Properties</string> |
|
421 </property> |
|
422 <layout class="QGridLayout"> |
|
423 <item row="1" column="0"> |
|
424 <widget class="QLineEdit" name="eWorkDir"> |
|
425 <property name="toolTip"> |
|
426 <string>Enter the working directory</string> |
|
427 </property> |
|
428 <property name="clearButtonEnabled"> |
|
429 <bool>true</bool> |
|
430 </property> |
|
431 </widget> |
|
432 </item> |
|
433 <item row="0" column="0" colspan="2"> |
|
434 <widget class="QLabel" name="TextLabel4"> |
|
435 <property name="text"> |
|
436 <string>Working Directory</string> |
|
437 </property> |
|
438 </widget> |
|
439 </item> |
|
440 <item row="1" column="1"> |
|
441 <widget class="QCheckBox" name="cWorkDir"> |
|
442 <property name="toolTip"> |
|
443 <string>Check this if the contents of the edit names a variable or variable function</string> |
|
444 </property> |
|
445 <property name="text"> |
|
446 <string>Is Variable</string> |
|
447 </property> |
|
448 </widget> |
|
449 </item> |
|
450 <item row="2" column="0" colspan="2"> |
|
451 <widget class="QCheckBox" name="cDirOnly"> |
|
452 <property name="toolTip"> |
|
453 <string>Check to display directories only</string> |
|
454 </property> |
|
455 <property name="text"> |
|
456 <string>Show Directories Only</string> |
|
457 </property> |
|
458 <property name="checked"> |
|
459 <bool>true</bool> |
|
460 </property> |
|
461 </widget> |
|
462 </item> |
|
463 </layout> |
|
464 </widget> |
|
465 </item> |
|
466 <item> |
|
467 <widget class="QGroupBox" name="urlPropertiesGroup"> |
|
468 <property name="title"> |
|
469 <string>URL Properties</string> |
|
470 </property> |
|
471 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
472 <item> |
|
473 <widget class="QLabel" name="label_3"> |
|
474 <property name="text"> |
|
475 <string>Supported Schemes:</string> |
|
476 </property> |
|
477 </widget> |
|
478 </item> |
|
479 <item> |
|
480 <widget class="QLineEdit" name="schemesEdit"> |
|
481 <property name="toolTip"> |
|
482 <string>Enter the list of supported schemes separated by spaces</string> |
|
483 </property> |
|
484 <property name="clearButtonEnabled"> |
|
485 <bool>true</bool> |
|
486 </property> |
|
487 </widget> |
|
488 </item> |
|
489 </layout> |
|
490 </widget> |
|
491 </item> |
|
492 <item> |
|
493 <widget class="QDialogButtonBox" name="buttonBox"> |
|
494 <property name="orientation"> |
|
495 <enum>Qt::Horizontal</enum> |
|
496 </property> |
|
497 <property name="standardButtons"> |
|
498 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
499 </property> |
|
500 </widget> |
|
501 </item> |
|
502 </layout> |
|
503 </widget> |
|
504 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
505 <tabstops> |
|
506 <tabstop>pyqtComboBox</tabstop> |
|
507 <tabstop>rOpenFile</tabstop> |
|
508 <tabstop>rOpenFiles</tabstop> |
|
509 <tabstop>rSaveFile</tabstop> |
|
510 <tabstop>rDirectory</tabstop> |
|
511 <tabstop>rfOpenFile</tabstop> |
|
512 <tabstop>rfOpenFiles</tabstop> |
|
513 <tabstop>rfSaveFile</tabstop> |
|
514 <tabstop>rOpenFileUrl</tabstop> |
|
515 <tabstop>rOpenFileUrls</tabstop> |
|
516 <tabstop>rSaveFileUrl</tabstop> |
|
517 <tabstop>rDirectoryUrl</tabstop> |
|
518 <tabstop>eNameVariable</tabstop> |
|
519 <tabstop>eFilterVariable</tabstop> |
|
520 <tabstop>eCaption</tabstop> |
|
521 <tabstop>cSymlinks</tabstop> |
|
522 <tabstop>parentSelf</tabstop> |
|
523 <tabstop>parentNone</tabstop> |
|
524 <tabstop>parentOther</tabstop> |
|
525 <tabstop>parentEdit</tabstop> |
|
526 <tabstop>eStartWith</tabstop> |
|
527 <tabstop>cStartWith</tabstop> |
|
528 <tabstop>eFilters</tabstop> |
|
529 <tabstop>cFilters</tabstop> |
|
530 <tabstop>eInitialFilter</tabstop> |
|
531 <tabstop>cInitialFilter</tabstop> |
|
532 <tabstop>cConfirmOverwrite</tabstop> |
|
533 <tabstop>eWorkDir</tabstop> |
|
534 <tabstop>cWorkDir</tabstop> |
|
535 <tabstop>cDirOnly</tabstop> |
|
536 <tabstop>schemesEdit</tabstop> |
|
537 </tabstops> |
|
538 <resources/> |
|
539 <connections> |
|
540 <connection> |
|
541 <sender>buttonBox</sender> |
|
542 <signal>accepted()</signal> |
|
543 <receiver>FileDialogWizardDialog</receiver> |
|
544 <slot>accept()</slot> |
|
545 <hints> |
|
546 <hint type="sourcelabel"> |
|
547 <x>29</x> |
|
548 <y>615</y> |
|
549 </hint> |
|
550 <hint type="destinationlabel"> |
|
551 <x>24</x> |
|
552 <y>488</y> |
|
553 </hint> |
|
554 </hints> |
|
555 </connection> |
|
556 <connection> |
|
557 <sender>buttonBox</sender> |
|
558 <signal>rejected()</signal> |
|
559 <receiver>FileDialogWizardDialog</receiver> |
|
560 <slot>reject()</slot> |
|
561 <hints> |
|
562 <hint type="sourcelabel"> |
|
563 <x>128</x> |
|
564 <y>615</y> |
|
565 </hint> |
|
566 <hint type="destinationlabel"> |
|
567 <x>124</x> |
|
568 <y>485</y> |
|
569 </hint> |
|
570 </hints> |
|
571 </connection> |
|
572 <connection> |
|
573 <sender>parentOther</sender> |
|
574 <signal>toggled(bool)</signal> |
|
575 <receiver>parentEdit</receiver> |
|
576 <slot>setEnabled(bool)</slot> |
|
577 <hints> |
|
578 <hint type="sourcelabel"> |
|
579 <x>70</x> |
|
580 <y>260</y> |
|
581 </hint> |
|
582 <hint type="destinationlabel"> |
|
583 <x>141</x> |
|
584 <y>260</y> |
|
585 </hint> |
|
586 </hints> |
|
587 </connection> |
|
588 </connections> |
|
589 </ui> |