eric6/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui

changeset 6942
2602857055c5
parent 5508
30626def80dc
child 7207
4ba7a9b26020
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
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>604</width>
10 <height>660</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>PyQt 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 </layout>
130 </widget>
131 </item>
132 <item>
133 <widget class="QGroupBox" name="groupBox">
134 <property name="title">
135 <string>Results</string>
136 </property>
137 <layout class="QGridLayout" name="gridLayout_4">
138 <item row="0" column="0">
139 <widget class="QLabel" name="label_2">
140 <property name="text">
141 <string>Name Variable:</string>
142 </property>
143 </widget>
144 </item>
145 <item row="0" column="1">
146 <widget class="QLineEdit" name="eNameVariable"/>
147 </item>
148 <item row="1" column="0">
149 <widget class="QLabel" name="lFilterVariable">
150 <property name="text">
151 <string>Filter Variable:</string>
152 </property>
153 </widget>
154 </item>
155 <item row="1" column="1">
156 <widget class="QLineEdit" name="eFilterVariable"/>
157 </item>
158 </layout>
159 </widget>
160 </item>
161 <item>
162 <layout class="QHBoxLayout" name="horizontalLayout_3">
163 <item>
164 <widget class="QLabel" name="TextLabel1">
165 <property name="text">
166 <string>Title:</string>
167 </property>
168 </widget>
169 </item>
170 <item>
171 <widget class="QLineEdit" name="eCaption">
172 <property name="toolTip">
173 <string>Enter the title text</string>
174 </property>
175 </widget>
176 </item>
177 </layout>
178 </item>
179 <item>
180 <widget class="QCheckBox" name="cSymlinks">
181 <property name="toolTip">
182 <string>Check to resolve symbolic links</string>
183 </property>
184 <property name="text">
185 <string>Resolve Symlinks</string>
186 </property>
187 <property name="checked">
188 <bool>true</bool>
189 </property>
190 </widget>
191 </item>
192 <item>
193 <widget class="QGroupBox" name="parentGroup">
194 <property name="title">
195 <string>Parent</string>
196 </property>
197 <layout class="QGridLayout" name="gridLayout_3">
198 <item row="0" column="0">
199 <widget class="QRadioButton" name="parentSelf">
200 <property name="toolTip">
201 <string>Select &quot;self&quot; as parent</string>
202 </property>
203 <property name="text">
204 <string>self</string>
205 </property>
206 <property name="checked">
207 <bool>true</bool>
208 </property>
209 </widget>
210 </item>
211 <item row="0" column="1">
212 <widget class="QRadioButton" name="parentNone">
213 <property name="toolTip">
214 <string>Select &quot;None&quot; as parent</string>
215 </property>
216 <property name="text">
217 <string>None</string>
218 </property>
219 </widget>
220 </item>
221 <item row="1" column="0" colspan="2">
222 <layout class="QHBoxLayout" name="horizontalLayout_2">
223 <item>
224 <widget class="QRadioButton" name="parentOther">
225 <property name="toolTip">
226 <string>Select to enter a parent expression</string>
227 </property>
228 <property name="text">
229 <string>Expression:</string>
230 </property>
231 </widget>
232 </item>
233 <item>
234 <widget class="QLineEdit" name="parentEdit">
235 <property name="enabled">
236 <bool>false</bool>
237 </property>
238 <property name="toolTip">
239 <string>Enter the parent expression</string>
240 </property>
241 </widget>
242 </item>
243 </layout>
244 </item>
245 </layout>
246 </widget>
247 </item>
248 <item>
249 <widget class="QGroupBox" name="filePropertiesGroup">
250 <property name="title">
251 <string>File Dialog Properties</string>
252 </property>
253 <layout class="QGridLayout" name="gridLayout_2">
254 <item row="0" column="0" colspan="2">
255 <widget class="QLabel" name="TextLabel3">
256 <property name="text">
257 <string>Start With / Working Directory</string>
258 </property>
259 </widget>
260 </item>
261 <item row="1" column="0">
262 <widget class="QLineEdit" name="eStartWith">
263 <property name="toolTip">
264 <string>Enter the working directory or a filename</string>
265 </property>
266 </widget>
267 </item>
268 <item row="1" column="1">
269 <widget class="QCheckBox" name="cStartWith">
270 <property name="toolTip">
271 <string>Check this if the contents of the edit names a variable or variable function</string>
272 </property>
273 <property name="text">
274 <string>Is Variable</string>
275 </property>
276 </widget>
277 </item>
278 <item row="2" column="0" colspan="2">
279 <widget class="QLabel" name="TextLabel2">
280 <property name="text">
281 <string>Filters</string>
282 </property>
283 </widget>
284 </item>
285 <item row="3" column="0">
286 <widget class="QLineEdit" name="eFilters">
287 <property name="toolTip">
288 <string>Enter the filter specifications separated by ';;'</string>
289 </property>
290 </widget>
291 </item>
292 <item row="3" column="1">
293 <widget class="QCheckBox" name="cFilters">
294 <property name="toolTip">
295 <string>Check this if the contents of the edit names a variable or variable function</string>
296 </property>
297 <property name="text">
298 <string>Is Variable</string>
299 </property>
300 </widget>
301 </item>
302 <item row="4" column="0" colspan="2">
303 <widget class="QLabel" name="lInitialFilter">
304 <property name="text">
305 <string>Initial Filter</string>
306 </property>
307 </widget>
308 </item>
309 <item row="5" column="0">
310 <widget class="QLineEdit" name="eInitialFilter">
311 <property name="toolTip">
312 <string>Enter the initial filter</string>
313 </property>
314 </widget>
315 </item>
316 <item row="5" column="1">
317 <widget class="QCheckBox" name="cInitialFilter">
318 <property name="toolTip">
319 <string>Check this if the contents of the edit names a variable or variable function</string>
320 </property>
321 <property name="text">
322 <string>Is Variable</string>
323 </property>
324 </widget>
325 </item>
326 <item row="6" column="0" colspan="2">
327 <widget class="QCheckBox" name="cConfirmOverwrite">
328 <property name="enabled">
329 <bool>false</bool>
330 </property>
331 <property name="toolTip">
332 <string>Select to show an overwrite confirmation dialog</string>
333 </property>
334 <property name="text">
335 <string>Show overwrite confirmation</string>
336 </property>
337 </widget>
338 </item>
339 </layout>
340 </widget>
341 </item>
342 <item>
343 <widget class="QGroupBox" name="dirPropertiesGroup">
344 <property name="enabled">
345 <bool>false</bool>
346 </property>
347 <property name="title">
348 <string>Directory Dialog Properties</string>
349 </property>
350 <layout class="QGridLayout">
351 <item row="1" column="0">
352 <widget class="QLineEdit" name="eWorkDir">
353 <property name="toolTip">
354 <string>Enter the working directory</string>
355 </property>
356 </widget>
357 </item>
358 <item row="0" column="0" colspan="2">
359 <widget class="QLabel" name="TextLabel4">
360 <property name="text">
361 <string>Working Directory</string>
362 </property>
363 </widget>
364 </item>
365 <item row="1" column="1">
366 <widget class="QCheckBox" name="cWorkDir">
367 <property name="toolTip">
368 <string>Check this if the contents of the edit names a variable or variable function</string>
369 </property>
370 <property name="text">
371 <string>Is Variable</string>
372 </property>
373 </widget>
374 </item>
375 <item row="2" column="0" colspan="2">
376 <widget class="QCheckBox" name="cDirOnly">
377 <property name="toolTip">
378 <string>Check to display directories only</string>
379 </property>
380 <property name="text">
381 <string>Show Directories Only</string>
382 </property>
383 <property name="checked">
384 <bool>true</bool>
385 </property>
386 </widget>
387 </item>
388 </layout>
389 </widget>
390 </item>
391 <item>
392 <widget class="QDialogButtonBox" name="buttonBox">
393 <property name="orientation">
394 <enum>Qt::Horizontal</enum>
395 </property>
396 <property name="standardButtons">
397 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
398 </property>
399 </widget>
400 </item>
401 </layout>
402 </widget>
403 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
404 <tabstops>
405 <tabstop>pyqtComboBox</tabstop>
406 <tabstop>rOpenFile</tabstop>
407 <tabstop>rOpenFiles</tabstop>
408 <tabstop>rSaveFile</tabstop>
409 <tabstop>rDirectory</tabstop>
410 <tabstop>rfOpenFile</tabstop>
411 <tabstop>rfOpenFiles</tabstop>
412 <tabstop>rfSaveFile</tabstop>
413 <tabstop>eNameVariable</tabstop>
414 <tabstop>eFilterVariable</tabstop>
415 <tabstop>eCaption</tabstop>
416 <tabstop>cSymlinks</tabstop>
417 <tabstop>parentSelf</tabstop>
418 <tabstop>parentNone</tabstop>
419 <tabstop>parentOther</tabstop>
420 <tabstop>parentEdit</tabstop>
421 <tabstop>eStartWith</tabstop>
422 <tabstop>cStartWith</tabstop>
423 <tabstop>eFilters</tabstop>
424 <tabstop>cFilters</tabstop>
425 <tabstop>eInitialFilter</tabstop>
426 <tabstop>cInitialFilter</tabstop>
427 <tabstop>cConfirmOverwrite</tabstop>
428 <tabstop>eWorkDir</tabstop>
429 <tabstop>cWorkDir</tabstop>
430 <tabstop>cDirOnly</tabstop>
431 <tabstop>buttonBox</tabstop>
432 </tabstops>
433 <resources/>
434 <connections>
435 <connection>
436 <sender>buttonBox</sender>
437 <signal>accepted()</signal>
438 <receiver>FileDialogWizardDialog</receiver>
439 <slot>accept()</slot>
440 <hints>
441 <hint type="sourcelabel">
442 <x>29</x>
443 <y>615</y>
444 </hint>
445 <hint type="destinationlabel">
446 <x>24</x>
447 <y>488</y>
448 </hint>
449 </hints>
450 </connection>
451 <connection>
452 <sender>buttonBox</sender>
453 <signal>rejected()</signal>
454 <receiver>FileDialogWizardDialog</receiver>
455 <slot>reject()</slot>
456 <hints>
457 <hint type="sourcelabel">
458 <x>128</x>
459 <y>615</y>
460 </hint>
461 <hint type="destinationlabel">
462 <x>124</x>
463 <y>485</y>
464 </hint>
465 </hints>
466 </connection>
467 <connection>
468 <sender>parentOther</sender>
469 <signal>toggled(bool)</signal>
470 <receiver>parentEdit</receiver>
471 <slot>setEnabled(bool)</slot>
472 <hints>
473 <hint type="sourcelabel">
474 <x>70</x>
475 <y>260</y>
476 </hint>
477 <hint type="destinationlabel">
478 <x>141</x>
479 <y>260</y>
480 </hint>
481 </hints>
482 </connection>
483 </connections>
484 </ui>

eric ide

mercurial