143 Module function to get the name of a directory. |
143 Module function to get the name of a directory. |
144 </p> |
144 </p> |
145 |
145 |
146 <dl> |
146 <dl> |
147 |
147 |
148 <dt><i>parent</i> (QWidget)</dt> |
148 <dt><i>parent</i> (QWidget (optional))</dt> |
149 <dd> |
149 <dd> |
150 parent widget of the dialog |
150 parent widget of the dialog (defaults to None) |
151 </dd> |
151 </dd> |
152 <dt><i>caption</i> (str)</dt> |
152 <dt><i>caption</i> (str (optional))</dt> |
153 <dd> |
153 <dd> |
154 window title of the dialog |
154 window title of the dialog (defaults to "") |
155 </dd> |
155 </dd> |
156 <dt><i>directory</i> (str)</dt> |
156 <dt><i>directory</i> (str (optional))</dt> |
157 <dd> |
157 <dd> |
158 working directory of the dialog |
158 working directory of the dialog (defaults to "") |
159 </dd> |
159 </dd> |
160 <dt><i>options</i> (QFileDialog.Options)</dt> |
160 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
161 <dd> |
161 <dd> |
162 various options for the dialog |
162 various options for the dialog (defaults to |
|
163 QFileDialog.Option.ShowDirsOnly) |
163 </dd> |
164 </dd> |
164 </dl> |
165 </dl> |
165 <dl> |
166 <dl> |
166 <dt>Return:</dt> |
167 <dt>Return:</dt> |
167 <dd> |
168 <dd> |
184 Module function to get the path of a directory. |
185 Module function to get the path of a directory. |
185 </p> |
186 </p> |
186 |
187 |
187 <dl> |
188 <dl> |
188 |
189 |
189 <dt><i>parent</i> (QWidget)</dt> |
190 <dt><i>parent</i> (QWidget (optional))</dt> |
190 <dd> |
191 <dd> |
191 parent widget of the dialog |
192 parent widget of the dialog (defaults to None) |
192 </dd> |
193 </dd> |
193 <dt><i>caption</i> (str)</dt> |
194 <dt><i>caption</i> (str (optional))</dt> |
194 <dd> |
195 <dd> |
195 window title of the dialog |
196 window title of the dialog (defaults to "") |
196 </dd> |
197 </dd> |
197 <dt><i>directory</i> (str or pathlib.Path)</dt> |
198 <dt><i>directory</i> (str or pathlib.Path (optional))</dt> |
198 <dd> |
199 <dd> |
199 working directory of the dialog |
200 working directory of the dialog (defaults to "") |
200 </dd> |
201 </dd> |
201 <dt><i>options</i> (QFileDialog.Options)</dt> |
202 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
202 <dd> |
203 <dd> |
203 various options for the dialog |
204 various options for the dialog (defaults to |
|
205 QFileDialog.Option.ShowDirsOnly) |
204 </dd> |
206 </dd> |
205 </dl> |
207 </dl> |
206 <dl> |
208 <dl> |
207 <dt>Return:</dt> |
209 <dt>Return:</dt> |
208 <dd> |
210 <dd> |
226 selected file name filter. |
228 selected file name filter. |
227 </p> |
229 </p> |
228 |
230 |
229 <dl> |
231 <dl> |
230 |
232 |
231 <dt><i>parent</i> (QWidget)</dt> |
233 <dt><i>parent</i> (QWidget (optional))</dt> |
232 <dd> |
234 <dd> |
233 parent widget of the dialog |
235 parent widget of the dialog (defaults to None) |
234 </dd> |
236 </dd> |
235 <dt><i>caption</i> (str)</dt> |
237 <dt><i>caption</i> (str (optional))</dt> |
236 <dd> |
238 <dd> |
237 window title of the dialog |
239 window title of the dialog (defaults to "") |
238 </dd> |
240 </dd> |
239 <dt><i>directory</i> (str or pathlib.Path)</dt> |
241 <dt><i>directory</i> (str or pathlib.Path (optional))</dt> |
240 <dd> |
242 <dd> |
241 working directory of the dialog |
243 working directory of the dialog (defaults to "") |
242 </dd> |
244 </dd> |
243 <dt><i>filterStr</i> (str)</dt> |
245 <dt><i>filterStr</i> (str (optional))</dt> |
244 <dd> |
246 <dd> |
245 filter string for the dialog |
247 filter string for the dialog (defaults to "") |
246 </dd> |
248 </dd> |
247 <dt><i>initialFilter</i> (str)</dt> |
249 <dt><i>initialFilter</i> (str (optional))</dt> |
248 <dd> |
250 <dd> |
249 initial filter for the dialog |
251 initial filter for the dialog (defaults to "") |
250 </dd> |
252 </dd> |
251 <dt><i>options</i> (QFileDialog.Options)</dt> |
253 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
252 <dd> |
254 <dd> |
253 various options for the dialog |
255 various options for the dialog (defaults to None) |
254 </dd> |
256 </dd> |
255 </dl> |
257 </dl> |
256 <dl> |
258 <dl> |
257 <dt>Return:</dt> |
259 <dt>Return:</dt> |
258 <dd> |
260 <dd> |
275 Module function to get the names of files and directories for opening. |
277 Module function to get the names of files and directories for opening. |
276 </p> |
278 </p> |
277 |
279 |
278 <dl> |
280 <dl> |
279 |
281 |
280 <dt><i>parent</i> (QWidget)</dt> |
282 <dt><i>parent</i> (QWidget (optional))</dt> |
281 <dd> |
283 <dd> |
282 parent widget of the dialog |
284 parent widget of the dialog (defaults to None) |
283 </dd> |
285 </dd> |
284 <dt><i>caption</i> (str)</dt> |
286 <dt><i>caption</i> (str (optional))</dt> |
285 <dd> |
287 <dd> |
286 window title of the dialog |
288 window title of the dialog (defaults to "") |
287 </dd> |
289 </dd> |
288 <dt><i>directory</i> (str)</dt> |
290 <dt><i>directory</i> (str (optional))</dt> |
289 <dd> |
291 <dd> |
290 working directory of the dialog |
292 working directory of the dialog (defaults to "") |
291 </dd> |
293 </dd> |
292 <dt><i>filterStr</i> (str)</dt> |
294 <dt><i>filterStr</i> (str (optional))</dt> |
293 <dd> |
295 <dd> |
294 filter string for the dialog |
296 filter string for the dialog (defaults to "") |
295 </dd> |
297 </dd> |
296 <dt><i>options</i> (QFileDialog.Options)</dt> |
298 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
297 <dd> |
299 <dd> |
298 various options for the dialog |
300 various options for the dialog (defaults to None) |
299 </dd> |
301 </dd> |
300 </dl> |
302 </dl> |
301 <dl> |
303 <dl> |
302 <dt>Return:</dt> |
304 <dt>Return:</dt> |
303 <dd> |
305 <dd> |
320 Module function to get the paths of files and directories for opening. |
322 Module function to get the paths of files and directories for opening. |
321 </p> |
323 </p> |
322 |
324 |
323 <dl> |
325 <dl> |
324 |
326 |
325 <dt><i>parent</i> (QWidget)</dt> |
327 <dt><i>parent</i> (QWidget (optional))</dt> |
326 <dd> |
328 <dd> |
327 parent widget of the dialog |
329 parent widget of the dialog (defaults to None) |
328 </dd> |
330 </dd> |
329 <dt><i>caption</i> (str)</dt> |
331 <dt><i>caption</i> (str (optional))</dt> |
330 <dd> |
332 <dd> |
331 window title of the dialog |
333 window title of the dialog (defaults to "") |
332 </dd> |
334 </dd> |
333 <dt><i>directory</i> (str or pathlib.Path)</dt> |
335 <dt><i>directory</i> (str or pathlib.Path (optional))</dt> |
334 <dd> |
336 <dd> |
335 working directory of the dialog |
337 working directory of the dialog (defaults to "") |
336 </dd> |
338 </dd> |
337 <dt><i>filterStr</i> (str)</dt> |
339 <dt><i>filterStr</i> (str (optional))</dt> |
338 <dd> |
340 <dd> |
339 filter string for the dialog |
341 filter string for the dialog (defaults to "") |
340 </dd> |
342 </dd> |
341 <dt><i>options</i> (QFileDialog.Options)</dt> |
343 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
342 <dd> |
344 <dd> |
343 various options for the dialog |
345 various options for the dialog (defaults to None) |
344 </dd> |
346 </dd> |
345 </dl> |
347 </dl> |
346 <dl> |
348 <dl> |
347 <dt>Return:</dt> |
349 <dt>Return:</dt> |
348 <dd> |
350 <dd> |
358 <div align="right"><a href="#top">Up</a></div> |
360 <div align="right"><a href="#top">Up</a></div> |
359 <hr /> |
361 <hr /> |
360 <hr /> |
362 <hr /> |
361 <a NAME="getOpenFileName" ID="getOpenFileName"></a> |
363 <a NAME="getOpenFileName" ID="getOpenFileName"></a> |
362 <h2>getOpenFileName</h2> |
364 <h2>getOpenFileName</h2> |
363 <b>getOpenFileName</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) |
365 <b>getOpenFileName</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) |
364 <p> |
366 <p> |
365 Module function to get the name of a file for opening it. |
367 Module function to get the name of a file for opening it. |
366 </p> |
368 </p> |
367 |
369 |
368 <dl> |
370 <dl> |
369 |
371 |
370 <dt><i>parent</i> (QWidget)</dt> |
372 <dt><i>parent</i> (QWidget (optional))</dt> |
371 <dd> |
373 <dd> |
372 parent widget of the dialog |
374 parent widget of the dialog (defaults to None) |
373 </dd> |
375 </dd> |
374 <dt><i>caption</i> (str)</dt> |
376 <dt><i>caption</i> (str (optional))</dt> |
375 <dd> |
377 <dd> |
376 window title of the dialog |
378 window title of the dialog (defaults to "") |
377 </dd> |
379 </dd> |
378 <dt><i>directory</i> (str)</dt> |
380 <dt><i>directory</i> (str (optional))</dt> |
379 <dd> |
381 <dd> |
380 working directory of the dialog |
382 working directory of the dialog (defaults to "") |
381 </dd> |
383 </dd> |
382 <dt><i>filterStr</i> (str)</dt> |
384 <dt><i>filterStr</i> (str (optional))</dt> |
383 <dd> |
385 <dd> |
384 filter string for the dialog |
386 filter string for the dialog (defaults to "") |
385 </dd> |
387 </dd> |
386 <dt><i>options</i> (QFileDialog.Options)</dt> |
388 <dt><i>initialFilter</i> (str (optional))</dt> |
387 <dd> |
389 <dd> |
388 various options for the dialog |
390 initial filter for the dialog (defaults to "") |
|
391 </dd> |
|
392 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
|
393 <dd> |
|
394 various options for the dialog (defaults to None) |
389 </dd> |
395 </dd> |
390 </dl> |
396 </dl> |
391 <dl> |
397 <dl> |
392 <dt>Return:</dt> |
398 <dt>Return:</dt> |
393 <dd> |
399 <dd> |
411 file name filter. |
417 file name filter. |
412 </p> |
418 </p> |
413 |
419 |
414 <dl> |
420 <dl> |
415 |
421 |
416 <dt><i>parent</i> (QWidget)</dt> |
422 <dt><i>parent</i> (QWidget (optional))</dt> |
417 <dd> |
423 <dd> |
418 parent widget of the dialog |
424 parent widget of the dialog (defaults to None) |
419 </dd> |
425 </dd> |
420 <dt><i>caption</i> (str)</dt> |
426 <dt><i>caption</i> (str (optional))</dt> |
421 <dd> |
427 <dd> |
422 window title of the dialog |
428 window title of the dialog (defaults to "") |
423 </dd> |
429 </dd> |
424 <dt><i>directory</i> (str)</dt> |
430 <dt><i>directory</i> (str (optional))</dt> |
425 <dd> |
431 <dd> |
426 working directory of the dialog |
432 working directory of the dialog (defaults to "") |
427 </dd> |
433 </dd> |
428 <dt><i>filterStr</i> (str)</dt> |
434 <dt><i>filterStr</i> (str (optional))</dt> |
429 <dd> |
435 <dd> |
430 filter string for the dialog |
436 filter string for the dialog (defaults to "") |
431 </dd> |
437 </dd> |
432 <dt><i>initialFilter</i> (str)</dt> |
438 <dt><i>initialFilter</i> (str (optional))</dt> |
433 <dd> |
439 <dd> |
434 initial filter for the dialog |
440 initial filter for the dialog (defaults to "") |
435 </dd> |
441 </dd> |
436 <dt><i>options</i> (QFileDialog.Options)</dt> |
442 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
437 <dd> |
443 <dd> |
438 various options for the dialog |
444 various options for the dialog (defaults to None) |
439 </dd> |
445 </dd> |
440 </dl> |
446 </dl> |
441 <dl> |
447 <dl> |
442 <dt>Return:</dt> |
448 <dt>Return:</dt> |
443 <dd> |
449 <dd> |
453 <div align="right"><a href="#top">Up</a></div> |
459 <div align="right"><a href="#top">Up</a></div> |
454 <hr /> |
460 <hr /> |
455 <hr /> |
461 <hr /> |
456 <a NAME="getOpenFileNames" ID="getOpenFileNames"></a> |
462 <a NAME="getOpenFileNames" ID="getOpenFileNames"></a> |
457 <h2>getOpenFileNames</h2> |
463 <h2>getOpenFileNames</h2> |
458 <b>getOpenFileNames</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) |
464 <b>getOpenFileNames</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) |
459 <p> |
465 <p> |
460 Module function to get a list of names of files for opening. |
466 Module function to get a list of names of files for opening. |
461 </p> |
467 </p> |
462 |
468 |
463 <dl> |
469 <dl> |
464 |
470 |
465 <dt><i>parent</i> (QWidget)</dt> |
471 <dt><i>parent</i> (QWidget (optional))</dt> |
466 <dd> |
472 <dd> |
467 parent widget of the dialog |
473 parent widget of the dialog (defaults to None) |
468 </dd> |
474 </dd> |
469 <dt><i>caption</i> (str)</dt> |
475 <dt><i>caption</i> (str (optional))</dt> |
470 <dd> |
476 <dd> |
471 window title of the dialog |
477 window title of the dialog (defaults to "") |
472 </dd> |
478 </dd> |
473 <dt><i>directory</i> (str)</dt> |
479 <dt><i>directory</i> (str (optional))</dt> |
474 <dd> |
480 <dd> |
475 working directory of the dialog |
481 working directory of the dialog (defaults to "") |
476 </dd> |
482 </dd> |
477 <dt><i>filterStr</i> (str)</dt> |
483 <dt><i>filterStr</i> (str (optional))</dt> |
478 <dd> |
484 <dd> |
479 filter string for the dialog |
485 filter string for the dialog (defaults to "") |
480 </dd> |
486 </dd> |
481 <dt><i>options</i> (QFileDialog.Options)</dt> |
487 <dt><i>initialFilter</i> (str (optional))</dt> |
482 <dd> |
488 <dd> |
483 various options for the dialog |
489 initial filter for the dialog (defaults to "") |
|
490 </dd> |
|
491 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
|
492 <dd> |
|
493 various options for the dialog (defaults to None) |
484 </dd> |
494 </dd> |
485 </dl> |
495 </dl> |
486 <dl> |
496 <dl> |
487 <dt>Return:</dt> |
497 <dt>Return:</dt> |
488 <dd> |
498 <dd> |
506 selected file name filter. |
516 selected file name filter. |
507 </p> |
517 </p> |
508 |
518 |
509 <dl> |
519 <dl> |
510 |
520 |
511 <dt><i>parent</i> (QWidget)</dt> |
521 <dt><i>parent</i> (QWidget (optional))</dt> |
512 <dd> |
522 <dd> |
513 parent widget of the dialog |
523 parent widget of the dialog (defaults to None) |
514 </dd> |
524 </dd> |
515 <dt><i>caption</i> (str)</dt> |
525 <dt><i>caption</i> (str (optional))</dt> |
516 <dd> |
526 <dd> |
517 window title of the dialog |
527 window title of the dialog (defaults to "") |
518 </dd> |
528 </dd> |
519 <dt><i>directory</i> (str)</dt> |
529 <dt><i>directory</i> (str (optional))</dt> |
520 <dd> |
530 <dd> |
521 working directory of the dialog |
531 working directory of the dialog (defaults to "") |
522 </dd> |
532 </dd> |
523 <dt><i>filterStr</i> (str)</dt> |
533 <dt><i>filterStr</i> (str (optional))</dt> |
524 <dd> |
534 <dd> |
525 filter string for the dialog |
535 filter string for the dialog (defaults to "") |
526 </dd> |
536 </dd> |
527 <dt><i>initialFilter</i> (str)</dt> |
537 <dt><i>initialFilter</i> (str (optional))</dt> |
528 <dd> |
538 <dd> |
529 initial filter for the dialog |
539 initial filter for the dialog (defaults to "") |
530 </dd> |
540 </dd> |
531 <dt><i>options</i> (QFileDialog.Options)</dt> |
541 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
532 <dd> |
542 <dd> |
533 various options for the dialog |
543 various options for the dialog (defaults to None) |
534 </dd> |
544 </dd> |
535 </dl> |
545 </dl> |
536 <dl> |
546 <dl> |
537 <dt>Return:</dt> |
547 <dt>Return:</dt> |
538 <dd> |
548 <dd> |
548 <div align="right"><a href="#top">Up</a></div> |
558 <div align="right"><a href="#top">Up</a></div> |
549 <hr /> |
559 <hr /> |
550 <hr /> |
560 <hr /> |
551 <a NAME="getOpenFilePath" ID="getOpenFilePath"></a> |
561 <a NAME="getOpenFilePath" ID="getOpenFilePath"></a> |
552 <h2>getOpenFilePath</h2> |
562 <h2>getOpenFilePath</h2> |
553 <b>getOpenFilePath</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) |
563 <b>getOpenFilePath</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) |
554 <p> |
564 <p> |
555 Module function to get the path of a file for opening it. |
565 Module function to get the path of a file for opening it. |
556 </p> |
566 </p> |
557 |
567 |
558 <dl> |
568 <dl> |
559 |
569 |
560 <dt><i>parent</i> (QWidget)</dt> |
570 <dt><i>parent</i> (QWidget (optional))</dt> |
561 <dd> |
571 <dd> |
562 parent widget of the dialog |
572 parent widget of the dialog (defaults to None) |
563 </dd> |
573 </dd> |
564 <dt><i>caption</i> (str)</dt> |
574 <dt><i>caption</i> (str (optional))</dt> |
565 <dd> |
575 <dd> |
566 window title of the dialog |
576 window title of the dialog (defaults to "") |
567 </dd> |
577 </dd> |
568 <dt><i>directory</i> (str or pathlib.Path)</dt> |
578 <dt><i>directory</i> (str or pathlib.Path (optional))</dt> |
569 <dd> |
579 <dd> |
570 working directory of the dialog |
580 working directory of the dialog (defaults to "") |
571 </dd> |
581 </dd> |
572 <dt><i>filterStr</i> (str)</dt> |
582 <dt><i>filterStr</i> (str (optional))</dt> |
573 <dd> |
583 <dd> |
574 filter string for the dialog |
584 filter string for the dialog (defaults to "") |
575 </dd> |
585 </dd> |
576 <dt><i>options</i> (QFileDialog.Options)</dt> |
586 <dt><i>initialFilter</i> (str (optional))</dt> |
577 <dd> |
587 <dd> |
578 various options for the dialog |
588 initial filter for the dialog (defaults to "") |
|
589 </dd> |
|
590 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
|
591 <dd> |
|
592 various options for the dialog (defaults to None) |
579 </dd> |
593 </dd> |
580 </dl> |
594 </dl> |
581 <dl> |
595 <dl> |
582 <dt>Return:</dt> |
596 <dt>Return:</dt> |
583 <dd> |
597 <dd> |
601 file name filter. |
615 file name filter. |
602 </p> |
616 </p> |
603 |
617 |
604 <dl> |
618 <dl> |
605 |
619 |
606 <dt><i>parent</i> (QWidget)</dt> |
620 <dt><i>parent</i> (QWidget (optional))</dt> |
607 <dd> |
621 <dd> |
608 parent widget of the dialog |
622 parent widget of the dialog (defaults to None) |
609 </dd> |
623 </dd> |
610 <dt><i>caption</i> (str)</dt> |
624 <dt><i>caption</i> (str (optional))</dt> |
611 <dd> |
625 <dd> |
612 window title of the dialog |
626 window title of the dialog (defaults to "") |
613 </dd> |
627 </dd> |
614 <dt><i>directory</i> (str or pathlib.Path)</dt> |
628 <dt><i>directory</i> (str or pathlib.Path (optional))</dt> |
615 <dd> |
629 <dd> |
616 working directory of the dialog |
630 working directory of the dialog (defaults to "") |
617 </dd> |
631 </dd> |
618 <dt><i>filterStr</i> (str)</dt> |
632 <dt><i>filterStr</i> (str (optional))</dt> |
619 <dd> |
633 <dd> |
620 filter string for the dialog |
634 filter string for the dialog (defaults to "") |
621 </dd> |
635 </dd> |
622 <dt><i>initialFilter</i> (str)</dt> |
636 <dt><i>initialFilter</i> (str (optional))</dt> |
623 <dd> |
637 <dd> |
624 initial filter for the dialog |
638 initial filter for the dialog (defaults to "") |
625 </dd> |
639 </dd> |
626 <dt><i>options</i> (QFileDialog.Options)</dt> |
640 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
627 <dd> |
641 <dd> |
628 various options for the dialog |
642 various options for the dialog (defaults to None) |
629 </dd> |
643 </dd> |
630 </dl> |
644 </dl> |
631 <dl> |
645 <dl> |
632 <dt>Return:</dt> |
646 <dt>Return:</dt> |
633 <dd> |
647 <dd> |
643 <div align="right"><a href="#top">Up</a></div> |
657 <div align="right"><a href="#top">Up</a></div> |
644 <hr /> |
658 <hr /> |
645 <hr /> |
659 <hr /> |
646 <a NAME="getOpenFilePaths" ID="getOpenFilePaths"></a> |
660 <a NAME="getOpenFilePaths" ID="getOpenFilePaths"></a> |
647 <h2>getOpenFilePaths</h2> |
661 <h2>getOpenFilePaths</h2> |
648 <b>getOpenFilePaths</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) |
662 <b>getOpenFilePaths</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) |
649 <p> |
663 <p> |
650 Module function to get a list of paths of files for opening. |
664 Module function to get a list of paths of files for opening. |
651 </p> |
665 </p> |
652 |
666 |
653 <dl> |
667 <dl> |
654 |
668 |
655 <dt><i>parent</i> (QWidget)</dt> |
669 <dt><i>parent</i> (QWidget (optional))</dt> |
656 <dd> |
670 <dd> |
657 parent widget of the dialog |
671 parent widget of the dialog (defaults to None) |
658 </dd> |
672 </dd> |
659 <dt><i>caption</i> (str)</dt> |
673 <dt><i>caption</i> (str (optional))</dt> |
660 <dd> |
674 <dd> |
661 window title of the dialog |
675 window title of the dialog (defaults to "") |
662 </dd> |
676 </dd> |
663 <dt><i>directory</i> (str or pathlib.Path)</dt> |
677 <dt><i>directory</i> (str or pathlib.Path (optional))</dt> |
664 <dd> |
678 <dd> |
665 working directory of the dialog |
679 working directory of the dialog (defaults to "") |
666 </dd> |
680 </dd> |
667 <dt><i>filterStr</i> (str)</dt> |
681 <dt><i>filterStr</i> (str (optional))</dt> |
668 <dd> |
682 <dd> |
669 filter string for the dialog |
683 filter string for the dialog (defaults to "") |
670 </dd> |
684 </dd> |
671 <dt><i>options</i> (QFileDialog.Options)</dt> |
685 <dt><i>initialFilter</i> (str (optional))</dt> |
672 <dd> |
686 <dd> |
673 various options for the dialog |
687 initial filter for the dialog (defaults to "") |
|
688 </dd> |
|
689 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
|
690 <dd> |
|
691 various options for the dialog (defaults to None) |
674 </dd> |
692 </dd> |
675 </dl> |
693 </dl> |
676 <dl> |
694 <dl> |
677 <dt>Return:</dt> |
695 <dt>Return:</dt> |
678 <dd> |
696 <dd> |
688 <div align="right"><a href="#top">Up</a></div> |
706 <div align="right"><a href="#top">Up</a></div> |
689 <hr /> |
707 <hr /> |
690 <hr /> |
708 <hr /> |
691 <a NAME="getSaveFileName" ID="getSaveFileName"></a> |
709 <a NAME="getSaveFileName" ID="getSaveFileName"></a> |
692 <h2>getSaveFileName</h2> |
710 <h2>getSaveFileName</h2> |
693 <b>getSaveFileName</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) |
711 <b>getSaveFileName</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) |
694 <p> |
712 <p> |
695 Module function to get the name of a file for saving. |
713 Module function to get the name of a file for saving. |
696 </p> |
714 </p> |
697 |
715 |
698 <dl> |
716 <dl> |
699 |
717 |
700 <dt><i>parent</i> (QWidget)</dt> |
718 <dt><i>parent</i> (QWidget (optional))</dt> |
701 <dd> |
719 <dd> |
702 parent widget of the dialog |
720 parent widget of the dialog (defaults to None) |
703 </dd> |
721 </dd> |
704 <dt><i>caption</i> (str)</dt> |
722 <dt><i>caption</i> (str (optional))</dt> |
705 <dd> |
723 <dd> |
706 window title of the dialog |
724 window title of the dialog (defaults to "") |
707 </dd> |
725 </dd> |
708 <dt><i>directory</i> (str)</dt> |
726 <dt><i>directory</i> (str (optional))</dt> |
709 <dd> |
727 <dd> |
710 working directory of the dialog |
728 working directory of the dialog (defaults to "") |
711 </dd> |
729 </dd> |
712 <dt><i>filterStr</i> (str)</dt> |
730 <dt><i>filterStr</i> (str (optional))</dt> |
713 <dd> |
731 <dd> |
714 filter string for the dialog |
732 filter string for the dialog (defaults to "") |
715 </dd> |
733 </dd> |
716 <dt><i>options</i> (QFileDialog.Options)</dt> |
734 <dt><i>initialFilter</i> (str (optional))</dt> |
717 <dd> |
735 <dd> |
718 various options for the dialog |
736 initial filter for the dialog (defaults to "") |
|
737 </dd> |
|
738 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
|
739 <dd> |
|
740 various options for the dialog (defaults to None) |
719 </dd> |
741 </dd> |
720 </dl> |
742 </dl> |
721 <dl> |
743 <dl> |
722 <dt>Return:</dt> |
744 <dt>Return:</dt> |
723 <dd> |
745 <dd> |
741 filter. |
763 filter. |
742 </p> |
764 </p> |
743 |
765 |
744 <dl> |
766 <dl> |
745 |
767 |
746 <dt><i>parent</i> (QWidget)</dt> |
768 <dt><i>parent</i> (QWidget (optional))</dt> |
747 <dd> |
769 <dd> |
748 parent widget of the dialog |
770 parent widget of the dialog (defaults to None) |
749 </dd> |
771 </dd> |
750 <dt><i>caption</i> (str)</dt> |
772 <dt><i>caption</i> (str (optional))</dt> |
751 <dd> |
773 <dd> |
752 window title of the dialog |
774 window title of the dialog (defaults to "") |
753 </dd> |
775 </dd> |
754 <dt><i>directory</i> (str)</dt> |
776 <dt><i>directory</i> (str (optional))</dt> |
755 <dd> |
777 <dd> |
756 working directory of the dialog |
778 working directory of the dialog (defaults to "") |
757 </dd> |
779 </dd> |
758 <dt><i>filterStr</i> (str)</dt> |
780 <dt><i>filterStr</i> (str (optional))</dt> |
759 <dd> |
781 <dd> |
760 filter string for the dialog |
782 filter string for the dialog (defaults to "") |
761 </dd> |
783 </dd> |
762 <dt><i>initialFilter</i> (str)</dt> |
784 <dt><i>initialFilter</i> (str (optional))</dt> |
763 <dd> |
785 <dd> |
764 initial filter for the dialog |
786 initial filter for the dialog (defaults to "") |
765 </dd> |
787 </dd> |
766 <dt><i>options</i> (QFileDialog.Options)</dt> |
788 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
767 <dd> |
789 <dd> |
768 various options for the dialog |
790 various options for the dialog (defaults to None) |
769 </dd> |
791 </dd> |
770 </dl> |
792 </dl> |
771 <dl> |
793 <dl> |
772 <dt>Return:</dt> |
794 <dt>Return:</dt> |
773 <dd> |
795 <dd> |
783 <div align="right"><a href="#top">Up</a></div> |
805 <div align="right"><a href="#top">Up</a></div> |
784 <hr /> |
806 <hr /> |
785 <hr /> |
807 <hr /> |
786 <a NAME="getSaveFilePath" ID="getSaveFilePath"></a> |
808 <a NAME="getSaveFilePath" ID="getSaveFilePath"></a> |
787 <h2>getSaveFilePath</h2> |
809 <h2>getSaveFilePath</h2> |
788 <b>getSaveFilePath</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) |
810 <b>getSaveFilePath</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) |
789 <p> |
811 <p> |
790 Module function to get the path of a file for saving. |
812 Module function to get the path of a file for saving. |
791 </p> |
813 </p> |
792 |
814 |
793 <dl> |
815 <dl> |
794 |
816 |
795 <dt><i>parent</i> (QWidget)</dt> |
817 <dt><i>parent</i> (QWidget (optional))</dt> |
796 <dd> |
818 <dd> |
797 parent widget of the dialog |
819 parent widget of the dialog (defaults to None) |
798 </dd> |
820 </dd> |
799 <dt><i>caption</i> (str)</dt> |
821 <dt><i>caption</i> (str (optional))</dt> |
800 <dd> |
822 <dd> |
801 window title of the dialog |
823 window title of the dialog (defaults to "") |
802 </dd> |
824 </dd> |
803 <dt><i>directory</i> (str or pathlib.Path)</dt> |
825 <dt><i>directory</i> (str or pathlib.Path (optional))</dt> |
804 <dd> |
826 <dd> |
805 working directory of the dialog |
827 working directory of the dialog (defaults to "") |
806 </dd> |
828 </dd> |
807 <dt><i>filterStr</i> (str)</dt> |
829 <dt><i>filterStr</i> (str (optional))</dt> |
808 <dd> |
830 <dd> |
809 filter string for the dialog |
831 filter string for the dialog (defaults to "") |
810 </dd> |
832 </dd> |
811 <dt><i>options</i> (QFileDialog.Options)</dt> |
833 <dt><i>initialFilter</i> (str (optional))</dt> |
812 <dd> |
834 <dd> |
813 various options for the dialog |
835 initial filter for the dialog (defaults to "") |
|
836 </dd> |
|
837 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
|
838 <dd> |
|
839 various options for the dialog (defaults to None) |
814 </dd> |
840 </dd> |
815 </dl> |
841 </dl> |
816 <dl> |
842 <dl> |
817 <dt>Return:</dt> |
843 <dt>Return:</dt> |
818 <dd> |
844 <dd> |
836 file name filter. |
862 file name filter. |
837 </p> |
863 </p> |
838 |
864 |
839 <dl> |
865 <dl> |
840 |
866 |
841 <dt><i>parent</i> (QWidget)</dt> |
867 <dt><i>parent</i> (QWidget (optional))</dt> |
842 <dd> |
868 <dd> |
843 parent widget of the dialog |
869 parent widget of the dialog (defaults to None) |
844 </dd> |
870 </dd> |
845 <dt><i>caption</i> (str)</dt> |
871 <dt><i>caption</i> (str (optional))</dt> |
846 <dd> |
872 <dd> |
847 window title of the dialog |
873 window title of the dialog (defaults to "") |
848 </dd> |
874 </dd> |
849 <dt><i>directory</i> (str or pathlib.Path)</dt> |
875 <dt><i>directory</i> (str or pathlib.Path (optional))</dt> |
850 <dd> |
876 <dd> |
851 working directory of the dialog |
877 working directory of the dialog (defaults to "") |
852 </dd> |
878 </dd> |
853 <dt><i>filterStr</i> (str)</dt> |
879 <dt><i>filterStr</i> (str (optional))</dt> |
854 <dd> |
880 <dd> |
855 filter string for the dialog |
881 filter string for the dialog (defaults to "") |
856 </dd> |
882 </dd> |
857 <dt><i>initialFilter</i> (str)</dt> |
883 <dt><i>initialFilter</i> (str (optional))</dt> |
858 <dd> |
884 <dd> |
859 initial filter for the dialog |
885 initial filter for the dialog (defaults to "") |
860 </dd> |
886 </dd> |
861 <dt><i>options</i> (QFileDialog.Options)</dt> |
887 <dt><i>options</i> (QFileDialog.Options ((optional))</dt> |
862 <dd> |
888 <dd> |
863 various options for the dialog |
889 various options for the dialog (defaults to None) |
864 </dd> |
890 </dd> |
865 </dl> |
891 </dl> |
866 <dl> |
892 <dl> |
867 <dt>Return:</dt> |
893 <dt>Return:</dt> |
868 <dd> |
894 <dd> |