#include <VP1Settings.h>
Definition at line 23 of file VP1Settings.h.
◆ VP1Settings()
VP1Settings::VP1Settings |
( |
| ) |
|
|
private |
◆ ~VP1Settings()
VP1Settings::~VP1Settings |
( |
| ) |
|
|
private |
◆ defaultFileSelectDirectory()
QString VP1Settings::defaultFileSelectDirectory |
( |
| ) |
|
|
static |
Definition at line 22 of file VP1Settings.cxx.
24 static QString thedir;
25 if (thedir.isEmpty()) {
26 #if defined BUILDVP1LIGHT
31 if (thedir.isEmpty()||!QFileInfo(thedir).
isDir()||!QFileInfo(thedir).
exists())
32 thedir = QDir::currentPath();
The documentation for this class was generated from the following files: