20 <item> |
20 <item> |
21 <layout class="QHBoxLayout" name="horizontalLayout"> |
21 <layout class="QHBoxLayout" name="horizontalLayout"> |
22 <item> |
22 <item> |
23 <widget class="QLabel" name="label"> |
23 <widget class="QLabel" name="label"> |
24 <property name="text"> |
24 <property name="text"> |
25 <string>PyQt Variant:</string> |
25 <string>Variant:</string> |
26 </property> |
26 </property> |
27 </widget> |
27 </widget> |
28 </item> |
28 </item> |
29 <item> |
29 <item> |
30 <widget class="QComboBox" name="pyqtComboBox"/> |
30 <widget class="QComboBox" name="pyqtComboBox"/> |
124 <property name="text"> |
124 <property name="text"> |
125 <string>Save File and Filter</string> |
125 <string>Save File and Filter</string> |
126 </property> |
126 </property> |
127 </widget> |
127 </widget> |
128 </item> |
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> |
129 </layout> |
172 </layout> |
130 </widget> |
173 </widget> |
131 </item> |
174 </item> |
132 <item> |
175 <item> |
133 <widget class="QGroupBox" name="groupBox"> |
176 <widget class="QGroupBox" name="groupBox"> |
141 <string>Name Variable:</string> |
184 <string>Name Variable:</string> |
142 </property> |
185 </property> |
143 </widget> |
186 </widget> |
144 </item> |
187 </item> |
145 <item row="0" column="1"> |
188 <item row="0" column="1"> |
146 <widget class="QLineEdit" name="eNameVariable"/> |
189 <widget class="QLineEdit" name="eNameVariable"> |
|
190 <property name="clearButtonEnabled"> |
|
191 <bool>true</bool> |
|
192 </property> |
|
193 </widget> |
147 </item> |
194 </item> |
148 <item row="1" column="0"> |
195 <item row="1" column="0"> |
149 <widget class="QLabel" name="lFilterVariable"> |
196 <widget class="QLabel" name="lFilterVariable"> |
150 <property name="text"> |
197 <property name="text"> |
151 <string>Filter Variable:</string> |
198 <string>Filter Variable:</string> |
152 </property> |
199 </property> |
153 </widget> |
200 </widget> |
154 </item> |
201 </item> |
155 <item row="1" column="1"> |
202 <item row="1" column="1"> |
156 <widget class="QLineEdit" name="eFilterVariable"/> |
203 <widget class="QLineEdit" name="eFilterVariable"> |
|
204 <property name="clearButtonEnabled"> |
|
205 <bool>true</bool> |
|
206 </property> |
|
207 </widget> |
157 </item> |
208 </item> |
158 </layout> |
209 </layout> |
159 </widget> |
210 </widget> |
160 </item> |
211 </item> |
161 <item> |
212 <item> |
261 <item row="1" column="0"> |
318 <item row="1" column="0"> |
262 <widget class="QLineEdit" name="eStartWith"> |
319 <widget class="QLineEdit" name="eStartWith"> |
263 <property name="toolTip"> |
320 <property name="toolTip"> |
264 <string>Enter the working directory or a filename</string> |
321 <string>Enter the working directory or a filename</string> |
265 </property> |
322 </property> |
|
323 <property name="clearButtonEnabled"> |
|
324 <bool>true</bool> |
|
325 </property> |
266 </widget> |
326 </widget> |
267 </item> |
327 </item> |
268 <item row="1" column="1"> |
328 <item row="1" column="1"> |
269 <widget class="QCheckBox" name="cStartWith"> |
329 <widget class="QCheckBox" name="cStartWith"> |
270 <property name="toolTip"> |
330 <property name="toolTip"> |
285 <item row="3" column="0"> |
345 <item row="3" column="0"> |
286 <widget class="QLineEdit" name="eFilters"> |
346 <widget class="QLineEdit" name="eFilters"> |
287 <property name="toolTip"> |
347 <property name="toolTip"> |
288 <string>Enter the filter specifications separated by ';;'</string> |
348 <string>Enter the filter specifications separated by ';;'</string> |
289 </property> |
349 </property> |
|
350 <property name="clearButtonEnabled"> |
|
351 <bool>true</bool> |
|
352 </property> |
290 </widget> |
353 </widget> |
291 </item> |
354 </item> |
292 <item row="3" column="1"> |
355 <item row="3" column="1"> |
293 <widget class="QCheckBox" name="cFilters"> |
356 <widget class="QCheckBox" name="cFilters"> |
294 <property name="toolTip"> |
357 <property name="toolTip"> |
308 </item> |
371 </item> |
309 <item row="5" column="0"> |
372 <item row="5" column="0"> |
310 <widget class="QLineEdit" name="eInitialFilter"> |
373 <widget class="QLineEdit" name="eInitialFilter"> |
311 <property name="toolTip"> |
374 <property name="toolTip"> |
312 <string>Enter the initial filter</string> |
375 <string>Enter the initial filter</string> |
|
376 </property> |
|
377 <property name="clearButtonEnabled"> |
|
378 <bool>true</bool> |
313 </property> |
379 </property> |
314 </widget> |
380 </widget> |
315 </item> |
381 </item> |
316 <item row="5" column="1"> |
382 <item row="5" column="1"> |
317 <widget class="QCheckBox" name="cInitialFilter"> |
383 <widget class="QCheckBox" name="cInitialFilter"> |
351 <item row="1" column="0"> |
417 <item row="1" column="0"> |
352 <widget class="QLineEdit" name="eWorkDir"> |
418 <widget class="QLineEdit" name="eWorkDir"> |
353 <property name="toolTip"> |
419 <property name="toolTip"> |
354 <string>Enter the working directory</string> |
420 <string>Enter the working directory</string> |
355 </property> |
421 </property> |
|
422 <property name="clearButtonEnabled"> |
|
423 <bool>true</bool> |
|
424 </property> |
356 </widget> |
425 </widget> |
357 </item> |
426 </item> |
358 <item row="0" column="0" colspan="2"> |
427 <item row="0" column="0" colspan="2"> |
359 <widget class="QLabel" name="TextLabel4"> |
428 <widget class="QLabel" name="TextLabel4"> |
360 <property name="text"> |
429 <property name="text"> |
379 </property> |
448 </property> |
380 <property name="text"> |
449 <property name="text"> |
381 <string>Show Directories Only</string> |
450 <string>Show Directories Only</string> |
382 </property> |
451 </property> |
383 <property name="checked"> |
452 <property name="checked"> |
|
453 <bool>true</bool> |
|
454 </property> |
|
455 </widget> |
|
456 </item> |
|
457 </layout> |
|
458 </widget> |
|
459 </item> |
|
460 <item> |
|
461 <widget class="QGroupBox" name="urlPropertiesGroup"> |
|
462 <property name="title"> |
|
463 <string>URL Properties</string> |
|
464 </property> |
|
465 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
466 <item> |
|
467 <widget class="QLabel" name="label_3"> |
|
468 <property name="text"> |
|
469 <string>Supported Schemes:</string> |
|
470 </property> |
|
471 </widget> |
|
472 </item> |
|
473 <item> |
|
474 <widget class="QLineEdit" name="schemesEdit"> |
|
475 <property name="toolTip"> |
|
476 <string>Enter the list of supported schemes separated by spaces</string> |
|
477 </property> |
|
478 <property name="clearButtonEnabled"> |
384 <bool>true</bool> |
479 <bool>true</bool> |
385 </property> |
480 </property> |
386 </widget> |
481 </widget> |
387 </item> |
482 </item> |
388 </layout> |
483 </layout> |
408 <tabstop>rSaveFile</tabstop> |
503 <tabstop>rSaveFile</tabstop> |
409 <tabstop>rDirectory</tabstop> |
504 <tabstop>rDirectory</tabstop> |
410 <tabstop>rfOpenFile</tabstop> |
505 <tabstop>rfOpenFile</tabstop> |
411 <tabstop>rfOpenFiles</tabstop> |
506 <tabstop>rfOpenFiles</tabstop> |
412 <tabstop>rfSaveFile</tabstop> |
507 <tabstop>rfSaveFile</tabstop> |
|
508 <tabstop>rOpenFileUrl</tabstop> |
|
509 <tabstop>rOpenFileUrls</tabstop> |
|
510 <tabstop>rSaveFileUrl</tabstop> |
|
511 <tabstop>rDirectoryUrl</tabstop> |
413 <tabstop>eNameVariable</tabstop> |
512 <tabstop>eNameVariable</tabstop> |
414 <tabstop>eFilterVariable</tabstop> |
513 <tabstop>eFilterVariable</tabstop> |
415 <tabstop>eCaption</tabstop> |
514 <tabstop>eCaption</tabstop> |
416 <tabstop>cSymlinks</tabstop> |
515 <tabstop>cSymlinks</tabstop> |
417 <tabstop>parentSelf</tabstop> |
516 <tabstop>parentSelf</tabstop> |
426 <tabstop>cInitialFilter</tabstop> |
525 <tabstop>cInitialFilter</tabstop> |
427 <tabstop>cConfirmOverwrite</tabstop> |
526 <tabstop>cConfirmOverwrite</tabstop> |
428 <tabstop>eWorkDir</tabstop> |
527 <tabstop>eWorkDir</tabstop> |
429 <tabstop>cWorkDir</tabstop> |
528 <tabstop>cWorkDir</tabstop> |
430 <tabstop>cDirOnly</tabstop> |
529 <tabstop>cDirOnly</tabstop> |
431 <tabstop>buttonBox</tabstop> |
530 <tabstop>schemesEdit</tabstop> |
432 </tabstops> |
531 </tabstops> |
433 <resources/> |
532 <resources/> |
434 <connections> |
533 <connections> |
435 <connection> |
534 <connection> |
436 <sender>buttonBox</sender> |
535 <sender>buttonBox</sender> |