#include "staticsettings.h"#include <qfile.h>#include <qstringlist.h>#include <qregexp.h>#include <qtextstream.h>Namespaces | |
| namespace | gui |
Graphical user interface namespace. | |
StaticSettings - class handling static settings stored in one file. Format of the file is almost identical to "ini file", but the format is enhanced to allow indentation and comments to be put into the file and also the encoding of the file is always assumed to be utf-8. It can read almost all files that QSettings can read, but not all files this can read can be read by QSettings