A wrapper around the QFileDialog classes to allow for more convenient access and allow rendering to continue.
More...
Static Public Member Functions |
| static QString | getExistingDirectory (makVrv::DtDe &de, QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), Options options=ShowDirsOnly, bool nativeFileDialog=false) |
| static QString | getOpenFileName (makVrv::DtDe &de, QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0, bool mustExist=false, bool nativeFileDialog=false) |
| static QStringList | getOpenFileNames (makVrv::DtDe &de, QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0, bool nativeFileDialog=false) |
| static QString | getSaveFileName (makVrv::DtDe &de, QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0, bool nativeFileDialog=false) |
| static QString | getText (QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode=QLineEdit::Normal, const QString &startText="", bool *ok=0, const Qt::WindowFlags &flags=0) |
| | Get text input. Different from Qt version in that this will make the dialog the focus dialog.
|
| static int | getInt (QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode=QLineEdit::Normal, int startInt=0, bool *ok=0, const Qt::WindowFlags &flags=0) |
| | Get text input. Different from Qt version in that this will make the dialog the focus dialog.
|
Detailed Description
A wrapper around the QFileDialog classes to allow for more convenient access and allow rendering to continue.
Member Enumeration Documentation
- Enumerator:
| ShowDirsOnly |
|
| DontResolveSymlinks |
|
| DontConfirmOverwrite |
|
| DontUseSheet |
|
| DontUseNativeDialog |
|
Member Function Documentation
| static QString makVrf::DtQtStaticFileDialog::getExistingDirectory |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const QString & |
caption = QString(), |
|
|
const QString & |
dir = QString(), |
|
|
Options |
options = ShowDirsOnly, |
|
|
bool |
nativeFileDialog = false |
|
) |
| |
|
static |
| static QString makVrf::DtQtStaticFileDialog::getOpenFileName |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const QString & |
caption = QString(), |
|
|
const QString & |
dir = QString(), |
|
|
const QString & |
filter = QString(), |
|
|
QString * |
selectedFilter = 0, |
|
|
Options |
options = 0, |
|
|
bool |
mustExist = false, |
|
|
bool |
nativeFileDialog = false |
|
) |
| |
|
static |
| static QStringList makVrf::DtQtStaticFileDialog::getOpenFileNames |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const QString & |
caption = QString(), |
|
|
const QString & |
dir = QString(), |
|
|
const QString & |
filter = QString(), |
|
|
QString * |
selectedFilter = 0, |
|
|
Options |
options = 0, |
|
|
bool |
nativeFileDialog = false |
|
) |
| |
|
static |
| static QString makVrf::DtQtStaticFileDialog::getSaveFileName |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const QString & |
caption = QString(), |
|
|
const QString & |
dir = QString(), |
|
|
const QString & |
filter = QString(), |
|
|
QString * |
selectedFilter = 0, |
|
|
Options |
options = 0, |
|
|
bool |
nativeFileDialog = false |
|
) |
| |
|
static |
| static QString makVrf::DtQtStaticFileDialog::getText |
( |
QWidget * |
parent, |
|
|
const QString & |
title, |
|
|
const QString & |
label, |
|
|
QLineEdit::EchoMode |
mode = QLineEdit::Normal, |
|
|
const QString & |
startText = "", |
|
|
bool * |
ok = 0, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
|
static |
Get text input. Different from Qt version in that this will make the dialog the focus dialog.
| static int makVrf::DtQtStaticFileDialog::getInt |
( |
QWidget * |
parent, |
|
|
const QString & |
title, |
|
|
const QString & |
label, |
|
|
QLineEdit::EchoMode |
mode = QLineEdit::Normal, |
|
|
int |
startInt = 0, |
|
|
bool * |
ok = 0, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
|
static |
Get text input. Different from Qt version in that this will make the dialog the focus dialog.
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.vrf4-6-branch/include/vrfGuiCoreQt/qtStaticFileDialog.h