32typedef QMultiMap<QString, QString>
Options;
45typedef QMultiMap<QString, Options>
Section;
Section Charters
Charters is wraper of the Section type.
void setLineLength(int newLength)
setLineLength sets new length of the help line (width of the console window). If you set this into -1...
QMultiMap< QString, QString > Options
Options this is list of key-descriptions pairs of help. The key is name of the available argument and...
void print(const QString &key, const QString &value, int keyLength)
QMultiMap< QString, Options > Section
Section This is list of the help Sections. The one section it is Title of the section and Help::Optio...
int width()
width This method return current width of the cosole window.
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group...
#define QUASARAPPSHARED_EXPORT