|
AvogadroLibs 1.103.0
|
Public Types | |
| enum | Mode { ExistingFile = 0 , ExecutableFile } |
Public Slots | |
| void | setFileName (const QString &fname) |
Signals | |
| void | fileNameChanged (const QString &filename) |
Static Public Member Functions | |
| static QString | searchSystemPathForFile (const QString &exec) |
| Search the environment variable PATH for a file with the specified name. | |
| static QStringList | searchSystemPathForFiles (const QStringList &execs) |
| Search the environment variable PATH for files with the specified names. | |
|
static |
| exec | The name of the file. |
|
static |
| execs | The names of the files. |