QStandardPaths

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Aliases

LocateOptions
alias LocateOptions = QFlags!(LocateOption)
Undocumented in source.

Enums

LocateOption
enum LocateOption
Undocumented in source.
StandardLocation
enum StandardLocation
Undocumented in source.

Static functions

displayName
QString displayName(StandardLocation type)
Undocumented in source.
enableTestMode
void enableTestMode(bool testMode)
Undocumented in source.
findExecutable
QString findExecutable(const(QString) executableName, const(QStringList) paths)
Undocumented in source.
isTestModeEnabled
bool isTestModeEnabled()
Undocumented in source.
locate
QString locate(StandardLocation type, const(QString) fileName, LocateOptions options)
Undocumented in source.
locateAll
QStringList locateAll(StandardLocation type, const(QString) fileName, LocateOptions options)
Undocumented in source.
setTestModeEnabled
void setTestModeEnabled(bool testMode)
Undocumented in source.
standardLocations
QStringList standardLocations(StandardLocation type)
Undocumented in source.
writableLocation
QString writableLocation(StandardLocation type)
Undocumented in source.

Meta