#include <preferences.h>
This class represents a string preference value. See Preferences::Integer for mode details.
Definition at line 365 of file preferences.h.
Public Member Functions | |
String (const QString &sName, const QString &sCategory, const QString &sNameTr, const QString &sCategoryTr, const QString &sDefaultValue, bool bVisible=true) | |
operator QString (void) const | |
Public Attributes | |
astring * | m_pAttribute |
String | ( | const QString & | sName, |
const QString & | sCategory, | ||
const QString & | sNameTr, | ||
const QString & | sCategoryTr, | ||
const QString & | sDefaultValue, | ||
bool | bVisible = true |
||
) |
astring* m_pAttribute |
Definition at line 370 of file preferences.h.