string
|
getExistingDirectory(caption,
directory,
dirsonly,
resolvesymlinks)
Opens a file dialog and lets the user choose an existing directory. |
|
|
string
|
getOpenFileName(caption,
filename,
filter)
Opens a file dialog box lets the user choose a filename by clicking
onto an existing file. |
|
|
list of strings
|
getOpenFileNames(caption,
filename,
filter)
Opens a file dialog and lets the user choose several files by
selecting them. |
|
|
list of strings
|
getOpenFileNamesQt(caption,
filename,
filter)
Opens a qt file dialog and lets the user choose several files by
selecting them. |
|
|
string
|
getSaveFileName(caption,
filename,
filter,
confirmOverwrite)
Opens a file dialog and lets the user choose a filename by clicking
onto an existing file or typing in a new name. |
|
|