|
| static void | setDefaultLocationForFilter (QString filter, QString defaultDirectory) |
| | Set the default location for a file filter. More...
|
| |
| static QString | defaultLocationForFilter (QString filter) |
| | Get the default location for a file filter. More...
|
| |
| static bool | unableToSaveTryAgain (const QString &filename, QWidget *parent=0) |
| | Indicate to the user the file was not saved. More...
|
| |
| static void | unableToReadFile (const QString &filename, QWidget *parent=0) |
| | Indicate to the user the file was not read. More...
|
| |
| static QString | getExistingDirectory (const QString &directory, const QString &filter, QWidget *parent, const QString &caption=QString::null) |
| | Get an existing directory. More...
|
| |
| static QString | getSaveFileName (const QString &directory, const QString &filter, bool allowOverwrite=true, bool appendExtension=true, QWidget *parent=0, const QString &caption=QString::null, const QString *currentFile=0, const QString *protocol=0, QString *description=0, bool *descriptionChanged=0, DtString *streamPipelines=0, int streamPort=5000, QString *selectedFilter=0, bool resolveSymLink=false, bool fileFormatIsCurrent=true, int loadedFileVersion=0, bool activeStream=0) |
| | A better save file dialog which appends extensions, and queries for overwrite. More...
|
| |
| static QString | getOpenFileName (const QString &directory, const QString &filter, bool appendExtension=true, QWidget *parent=0, const QString &caption=QString::null, const QString *protocol=0, QString *description=0, DtLgrMediaPlayPipelineInfo *pipelineInfo=0, bool showPreviewButton=false) |
| | A better open file dialog which appends the extension. More...
|
| |