#include <QHash>
#include <QString>
Go to the source code of this file.
Enumerations | |
enum | { MAX_OPTION_LENGTH = 23 } |
Functions | |
bool | parseConfig (const QString &fileName, const QHash< QString, Input * > &options) |
void | writeStringValue (QTextStream &t, QTextCodec *codec, const QString &s) |
anonymous enum |
Enumerator | |
---|---|
MAX_OPTION_LENGTH |
Maximum length of an option in the config file. Used for alignment purposes. |
Definition at line 19 of file config.h.
void writeStringValue | ( | QTextStream & | t, |
QTextCodec * | codec, | ||
const QString & | s | ||
) |