Qt Utilities
5.6.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
Provides convenience functions for handling config files. More...
Functions | |
QT_UTILITIES_EXPORT QString | locateConfigFile (const QString &applicationName, const QString &fileName, const QSettings *settings) |
Locates the config file with the specified fileName for the application with the specified applicationName. More... | |
Provides convenience functions for handling config files.
QString ConfigFile::locateConfigFile | ( | const QString & | applicationName, |
const QString & | fileName, | ||
const QSettings * | settings | ||
) |
Locates the config file with the specified fileName for the application with the specified applicationName.
Definition at line 256 of file resources.cpp.