|
enum | Mode {
ExistingFile = 0,
ExecutableFile
} |
|
|
void | setFileName (const QString &fname) |
|
|
void | fileNameChanged (const QString &filename) |
|
|
| FileBrowseWidget (QWidget *theParent=0) |
|
QString | fileName () const |
|
bool | validFileName () const |
|
QPushButton * | browseButton () const |
|
QLineEdit * | lineEdit () const |
|
void | setMode (Mode m) |
|
Mode | mode () const |
|
The documentation for this class was generated from the following file: