|
LibEngsas
|
Some helper functions used by EFileDialog. More...
#include <efiledialogprivate.h>
Public Member Functions | |
| EFileDialogPrivate () | |
Static Public Member Functions | |
| static QString | getLastDirectory () |
| Returns the last used directory stored in settings. More... | |
| static void | saveLastDirectory (QString path) |
| Stores the last used directory. More... | |
| static QString | convertFilter (QString filter, QString *defaultFilter) |
| Converts the filter from Qt to KDE format. More... | |
Some helper functions used by EFileDialog.
This class should not be used directly.
| EFileDialogPrivate::EFileDialogPrivate | ( | ) |
|
static |
Converts the filter from Qt to KDE format.
Here is the caller graph for this function:
|
static |
Returns the last used directory stored in settings.
It uses QSettings and the value "lastDir" to get the last used directory.
Here is the caller graph for this function:
|
static |
Stores the last used directory.
It determines the directory contained in path. It uses QFileInfo to do that, therefore you can give a directory or a file path, without any problems.
Here is the caller graph for this function:
1.8.15