|
Updraft
1.0
Open source glider flight visualisation tool.
|
Customized version of file open dialog that has pre-filled filters and mode. More...
#include <fileopendialog.h>
Static Public Member Functions | |
| static QString | openIt (const QString &caption, const QString &dir=QString()) |
| Display a file open dialog, and open the selected files. | |
Static Private Member Functions | |
| static QStringList | getFilters () |
| Returns a list of file name filters suitable for QFileDialog::setNameFilters(). | |
Customized version of file open dialog that has pre-filled filters and mode.
| QStringList Updraft::Core::FileOpenDialog::getFilters | ( | ) | [static, private] |
Returns a list of file name filters suitable for QFileDialog::setNameFilters().
| QString Updraft::Core::FileOpenDialog::openIt | ( | const QString & | caption, |
| const QString & | dir = QString() |
||
| ) | [static] |
Display a file open dialog, and open the selected files.
| caption | Title of the file open dialog. |
| dir | Directory first shown in the dialog. |