A Wrapper around the File Dialog functions which allow for proper rendering to continue.
More...
Static Public Member Functions |
| static QString | getExistingDirectory (DtDe &de, QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), Options options=ShowDirsOnly) |
| static QString | getOpenFileName (DtDe &de, QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0) |
| static QStringList | getOpenFileNames (DtDe &de, QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0) |
| static QString | getSaveFileName (DtDe &de, QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0) |
| static QString | getSaveFileNameWithExtension (DtDe &de, QWidget *parent, const QString &caption, const QString &dir, const QString &description, const QString &extension, bool addAllFilesFilter=true) |
| | Convenience function to get a save file name (using getSaveFileName with default options) and give it the correct extension according to the following policy:
|
| static QString | getSaveFileNameWithMultipleExtensions (DtDe &de, QWidget *parent, const QString &caption, const QString &dir, const ExtentionDescriptionMap &extDescMap, bool addAllFilesFilter=true) |
| | Convenience function to get a save file name (using getSaveFileName with default options) and give it the correct extension according to the following policy:
|
A Wrapper around the File Dialog functions which allow for proper rendering to continue.
The problem is that when the normal WIN32 File Dialog is active the application is no longer ticked. Using these functions start a low level timer which will tick the application while the dialog is visible.