4 <widget class="QDialog" name="FileDialogWizardDialog"> |
4 <widget class="QDialog" name="FileDialogWizardDialog"> |
5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>557</width> |
9 <width>604</width> |
10 <height>479</height> |
10 <height>660</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>QFileDialog Wizard</string> |
14 <string>QFileDialog Wizard</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item> |
20 <item> |
21 <widget class="QGroupBox" name="groupBox"> |
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"> |
22 <property name="title"> |
49 <property name="title"> |
23 <string>Type</string> |
50 <string>Type</string> |
24 </property> |
51 </property> |
25 <layout class="QGridLayout" name="gridLayout"> |
52 <layout class="QGridLayout" name="gridLayout"> |
26 <item row="0" column="0"> |
53 <item row="0" column="0"> |
101 </item> |
128 </item> |
102 </layout> |
129 </layout> |
103 </widget> |
130 </widget> |
104 </item> |
131 </item> |
105 <item> |
132 <item> |
106 <widget class="QLabel" name="TextLabel1"> |
133 <widget class="QGroupBox" name="groupBox"> |
107 <property name="text"> |
134 <property name="title"> |
108 <string>Caption</string> |
135 <string>Results</string> |
109 </property> |
136 </property> |
110 </widget> |
137 <layout class="QGridLayout" name="gridLayout_4"> |
111 </item> |
138 <item row="0" column="0"> |
112 <item> |
139 <widget class="QLabel" name="label_2"> |
113 <widget class="QLineEdit" name="eCaption"> |
140 <property name="text"> |
114 <property name="toolTip"> |
141 <string>Name Variable:</string> |
115 <string>Enter the caption text</string> |
142 </property> |
116 </property> |
143 </widget> |
117 </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> |
118 </item> |
178 </item> |
119 <item> |
179 <item> |
120 <widget class="QCheckBox" name="cSymlinks"> |
180 <widget class="QCheckBox" name="cSymlinks"> |
121 <property name="toolTip"> |
181 <property name="toolTip"> |
122 <string>Check to resolve symbolic links</string> |
182 <string>Check to resolve symbolic links</string> |
128 <bool>true</bool> |
188 <bool>true</bool> |
129 </property> |
189 </property> |
130 </widget> |
190 </widget> |
131 </item> |
191 </item> |
132 <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 "self" 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 "None" 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> |
133 <widget class="QGroupBox" name="filePropertiesGroup"> |
249 <widget class="QGroupBox" name="filePropertiesGroup"> |
134 <property name="title"> |
250 <property name="title"> |
135 <string>File Dialog Properties</string> |
251 <string>File Dialog Properties</string> |
136 </property> |
252 </property> |
137 <layout class="QGridLayout"> |
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> |
138 <item row="3" column="1"> |
292 <item row="3" column="1"> |
139 <widget class="QCheckBox" name="cFilters"> |
293 <widget class="QCheckBox" name="cFilters"> |
140 <property name="toolTip"> |
294 <property name="toolTip"> |
141 <string>Check this if the contents of the edit names a variable or variable function</string> |
295 <string>Check this if the contents of the edit names a variable or variable function</string> |
142 </property> |
296 </property> |
143 <property name="text"> |
297 <property name="text"> |
144 <string>Is Variable</string> |
298 <string>Is Variable</string> |
145 </property> |
299 </property> |
146 </widget> |
300 </widget> |
147 </item> |
301 </item> |
148 <item row="3" column="0"> |
302 <item row="4" column="0" colspan="2"> |
149 <widget class="QLineEdit" name="eFilters"> |
303 <widget class="QLabel" name="lInitialFilter"> |
150 <property name="toolTip"> |
304 <property name="text"> |
151 <string>Enter the filter specifications separated by ';;'</string> |
305 <string>Initial Filter</string> |
152 </property> |
306 </property> |
153 </widget> |
307 </widget> |
154 </item> |
308 </item> |
155 <item row="1" column="1"> |
309 <item row="5" column="0"> |
156 <widget class="QCheckBox" name="cStartWith"> |
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"> |
157 <property name="toolTip"> |
318 <property name="toolTip"> |
158 <string>Check this if the contents of the edit names a variable or variable function</string> |
319 <string>Check this if the contents of the edit names a variable or variable function</string> |
159 </property> |
320 </property> |
160 <property name="text"> |
321 <property name="text"> |
161 <string>Is Variable</string> |
322 <string>Is Variable</string> |
162 </property> |
323 </property> |
163 </widget> |
324 </widget> |
164 </item> |
325 </item> |
165 <item row="1" column="0"> |
326 <item row="6" column="0" colspan="2"> |
166 <widget class="QLineEdit" name="eStartWith"> |
|
167 <property name="toolTip"> |
|
168 <string>Enter the working directory or a filename</string> |
|
169 </property> |
|
170 </widget> |
|
171 </item> |
|
172 <item row="2" column="0" colspan="2"> |
|
173 <widget class="QLabel" name="TextLabel2"> |
|
174 <property name="text"> |
|
175 <string>Filters</string> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 <item row="4" column="0" colspan="2"> |
|
180 <widget class="QCheckBox" name="cConfirmOverwrite"> |
327 <widget class="QCheckBox" name="cConfirmOverwrite"> |
181 <property name="enabled"> |
328 <property name="enabled"> |
182 <bool>false</bool> |
329 <bool>false</bool> |
183 </property> |
330 </property> |
184 <property name="toolTip"> |
331 <property name="toolTip"> |
185 <string>Select to show an overwrite confirmation dialog</string> |
332 <string>Select to show an overwrite confirmation dialog</string> |
186 </property> |
333 </property> |
187 <property name="text"> |
334 <property name="text"> |
188 <string>Show overwrite confirmation</string> |
335 <string>Show overwrite confirmation</string> |
189 </property> |
|
190 </widget> |
|
191 </item> |
|
192 <item row="0" column="0" colspan="2"> |
|
193 <widget class="QLabel" name="TextLabel3"> |
|
194 <property name="text"> |
|
195 <string>Start With / Working Directory</string> |
|
196 </property> |
336 </property> |
197 </widget> |
337 </widget> |
198 </item> |
338 </item> |
199 </layout> |
339 </layout> |
200 </widget> |
340 </widget> |
261 </layout> |
401 </layout> |
262 </widget> |
402 </widget> |
263 <layoutdefault spacing="6" margin="11"/> |
403 <layoutdefault spacing="6" margin="11"/> |
264 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
404 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
265 <tabstops> |
405 <tabstops> |
|
406 <tabstop>pyqtComboBox</tabstop> |
266 <tabstop>rOpenFile</tabstop> |
407 <tabstop>rOpenFile</tabstop> |
|
408 <tabstop>rOpenFiles</tabstop> |
|
409 <tabstop>rSaveFile</tabstop> |
|
410 <tabstop>rDirectory</tabstop> |
267 <tabstop>rfOpenFile</tabstop> |
411 <tabstop>rfOpenFile</tabstop> |
268 <tabstop>rOpenFiles</tabstop> |
|
269 <tabstop>rfOpenFiles</tabstop> |
412 <tabstop>rfOpenFiles</tabstop> |
270 <tabstop>rSaveFile</tabstop> |
|
271 <tabstop>rfSaveFile</tabstop> |
413 <tabstop>rfSaveFile</tabstop> |
272 <tabstop>rDirectory</tabstop> |
414 <tabstop>eNameVariable</tabstop> |
|
415 <tabstop>eFilterVariable</tabstop> |
273 <tabstop>eCaption</tabstop> |
416 <tabstop>eCaption</tabstop> |
274 <tabstop>cSymlinks</tabstop> |
417 <tabstop>cSymlinks</tabstop> |
|
418 <tabstop>parentSelf</tabstop> |
|
419 <tabstop>parentNone</tabstop> |
|
420 <tabstop>parentOther</tabstop> |
|
421 <tabstop>parentEdit</tabstop> |
275 <tabstop>eStartWith</tabstop> |
422 <tabstop>eStartWith</tabstop> |
276 <tabstop>cStartWith</tabstop> |
423 <tabstop>cStartWith</tabstop> |
277 <tabstop>eFilters</tabstop> |
424 <tabstop>eFilters</tabstop> |
278 <tabstop>cFilters</tabstop> |
425 <tabstop>cFilters</tabstop> |
|
426 <tabstop>eInitialFilter</tabstop> |
|
427 <tabstop>cInitialFilter</tabstop> |
279 <tabstop>cConfirmOverwrite</tabstop> |
428 <tabstop>cConfirmOverwrite</tabstop> |
280 <tabstop>eWorkDir</tabstop> |
429 <tabstop>eWorkDir</tabstop> |
281 <tabstop>cWorkDir</tabstop> |
430 <tabstop>cWorkDir</tabstop> |
282 <tabstop>cDirOnly</tabstop> |
431 <tabstop>cDirOnly</tabstop> |
283 <tabstop>buttonBox</tabstop> |
432 <tabstop>buttonBox</tabstop> |