QSettingsDialog
1.0.0
A Qt library to easily create a settings dialog for user configurable settings
|
A custom type that represents html-text (is a QString) More...
#include <qsettingsextendedtypes.h>
Public Member Functions | |
template<typename... Args> | |
HtmlText (Args...args) | |
Creates a HtmlText by passing the arguments to the QString constructor. | |
operator QVariant () | |
QVariant Converter. | |
Public Member Functions inherited from QString | |
QString (const QChar *unicode, int size) | |
QString (QChar ch) | |
QString (int size, QChar ch) | |
QString (QLatin1String str) | |
QString (const QString &other) | |
QString & | operator= (QChar ch) |
QString & | operator= (const QString &other) |
QString & | operator= (QLatin1String str) |
QString (QString &&other) | |
QString & | operator= (QString &&other) |
void | swap (QString &other) |
int | size () const |
int | count () const |
int | length () const |
bool | isEmpty () const |
void | resize (int size) |
void | resize (int size, QChar fillChar) |
QString & | fill (QChar ch, int size) |
void | truncate (int position) |
void | chop (int n) |
int | capacity () const |
void | reserve (int size) |
void | squeeze () |
const QChar * | unicode () const |
QChar * | data () |
const QChar * | data () const |
const QChar * | constData () const |
void | clear () |
const QChar | at (int position) const |
const QChar | operator[] (int position) const |
QCharRef | operator[] (int position) |
const QChar | operator[] (uint position) const |
QCharRef | operator[] (uint position) |
QString | arg (qlonglong a, int fieldWidth, int base, QChar fillChar) const |
QString | arg (qulonglong a, int fieldWidth, int base, QChar fillChar) const |
QString | arg (long a, int fieldWidth, int base, QChar fillChar) const |
QString | arg (ulong a, int fieldWidth, int base, QChar fillChar) const |
QString | arg (int a, int fieldWidth, int base, QChar fillChar) const |
QString | arg (uint a, int fieldWidth, int base, QChar fillChar) const |
QString | arg (short a, int fieldWidth, int base, QChar fillChar) const |
QString | arg (ushort a, int fieldWidth, int base, QChar fillChar) const |
QString | arg (double a, int fieldWidth, char format, int precision, QChar fillChar) const |
QString | arg (char a, int fieldWidth, QChar fillChar) const |
QString | arg (QChar a, int fieldWidth, QChar fillChar) const |
QString | arg (const QString &a, int fieldWidth, QChar fillChar) const |
QString | arg (const QString &a1, const QString &a2) const |
QString | arg (const QString &a1, const QString &a2, const QString &a3) const |
QString | arg (const QString &a1, const QString &a2, const QString &a3, const QString &a4) const |
QString | arg (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5) const |
QString | arg (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6) const |
QString | arg (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7) const |
QString | arg (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7, const QString &a8) const |
QString | arg (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7, const QString &a8, const QString &a9) const |
QString & | vsprintf (const char *cformat, va_list ap) |
QString & | sprintf (const char *cformat,...) |
int | indexOf (QChar ch, int from, Qt::CaseSensitivity cs) const |
int | indexOf (const QString &str, int from, Qt::CaseSensitivity cs) const |
int | indexOf (QLatin1String str, int from, Qt::CaseSensitivity cs) const |
int | indexOf (const QStringRef &str, int from, Qt::CaseSensitivity cs) const |
int | lastIndexOf (QChar ch, int from, Qt::CaseSensitivity cs) const |
int | lastIndexOf (const QString &str, int from, Qt::CaseSensitivity cs) const |
int | lastIndexOf (QLatin1String str, int from, Qt::CaseSensitivity cs) const |
int | lastIndexOf (const QStringRef &str, int from, Qt::CaseSensitivity cs) const |
bool | contains (QChar ch, Qt::CaseSensitivity cs) const |
bool | contains (const QString &str, Qt::CaseSensitivity cs) const |
bool | contains (QLatin1String str, Qt::CaseSensitivity cs) const |
bool | contains (const QStringRef &str, Qt::CaseSensitivity cs) const |
int | count (QChar ch, Qt::CaseSensitivity cs) const |
int | count (const QString &str, Qt::CaseSensitivity cs) const |
int | count (const QStringRef &str, Qt::CaseSensitivity cs) const |
int | indexOf (const QRegExp &rx, int from) const |
int | lastIndexOf (const QRegExp &rx, int from) const |
bool | contains (const QRegExp &rx) const |
int | count (const QRegExp &rx) const |
int | indexOf (QRegExp &rx, int from) const |
int | lastIndexOf (QRegExp &rx, int from) const |
bool | contains (QRegExp &rx) const |
int | indexOf (const QRegularExpression &re, int from) const |
int | indexOf (const QRegularExpression &re, int from, QRegularExpressionMatch *rmatch) const |
int | lastIndexOf (const QRegularExpression &re, int from) const |
int | lastIndexOf (const QRegularExpression &re, int from, QRegularExpressionMatch *rmatch) const |
bool | contains (const QRegularExpression &re) const |
bool | contains (const QRegularExpression &re, QRegularExpressionMatch *match) const |
int | count (const QRegularExpression &re) const |
QString | section (QChar sep, int start, int end, SectionFlags flags) const |
QString | section (const QString &sep, int start, int end, SectionFlags flags) const |
QString | section (const QRegExp ®, int start, int end, SectionFlags flags) const |
QString | section (const QRegularExpression &re, int start, int end, SectionFlags flags) const |
QString | left (int n) const |
QString | right (int n) const |
QString | mid (int position, int n) const |
QStringRef | leftRef (int n) const |
QStringRef | rightRef (int n) const |
QStringRef | midRef (int position, int n) const |
bool | startsWith (const QString &s, Qt::CaseSensitivity cs) const |
bool | startsWith (const QStringRef &s, Qt::CaseSensitivity cs) const |
bool | startsWith (QLatin1String s, Qt::CaseSensitivity cs) const |
bool | startsWith (QChar c, Qt::CaseSensitivity cs) const |
bool | endsWith (const QString &s, Qt::CaseSensitivity cs) const |
bool | endsWith (const QStringRef &s, Qt::CaseSensitivity cs) const |
bool | endsWith (QLatin1String s, Qt::CaseSensitivity cs) const |
bool | endsWith (QChar c, Qt::CaseSensitivity cs) const |
QString | leftJustified (int width, QChar fill, bool truncate) const |
QString | rightJustified (int width, QChar fill, bool truncate) const |
QString | toLower () const |
QString | toUpper () const |
QString | toCaseFolded () const |
QString | trimmed () const |
QString | simplified () const |
QString | toHtmlEscaped () const |
QString & | insert (int position, QChar ch) |
QString & | insert (int position, const QChar *unicode, int size) |
QString & | insert (int position, const QString &str) |
QString & | insert (int position, const QStringRef &str) |
QString & | insert (int position, QLatin1String str) |
QString & | append (QChar ch) |
QString & | append (const QChar *str, int len) |
QString & | append (const QString &str) |
QString & | append (const QStringRef &reference) |
QString & | append (QLatin1String str) |
QString & | prepend (QChar ch) |
QString & | prepend (const QChar *str, int len) |
QString & | prepend (const QString &str) |
QString & | prepend (const QStringRef &str) |
QString & | prepend (QLatin1String str) |
QString & | operator+= (QChar ch) |
QString & | operator+= (const QString &other) |
QString & | operator+= (const QStringRef &str) |
QString & | operator+= (QLatin1String str) |
QString & | remove (int position, int n) |
QString & | remove (QChar ch, Qt::CaseSensitivity cs) |
QString & | remove (const QString &str, Qt::CaseSensitivity cs) |
QString & | replace (int position, int n, QChar after) |
QString & | replace (int position, int n, const QChar *unicode, int size) |
QString & | replace (int position, int n, const QString &after) |
QString & | replace (QChar before, QChar after, Qt::CaseSensitivity cs) |
QString & | replace (const QChar *before, int blen, const QChar *after, int alen, Qt::CaseSensitivity cs) |
QString & | replace (QLatin1String before, QLatin1String after, Qt::CaseSensitivity cs) |
QString & | replace (QLatin1String before, const QString &after, Qt::CaseSensitivity cs) |
QString & | replace (const QString &before, QLatin1String after, Qt::CaseSensitivity cs) |
QString & | replace (const QString &before, const QString &after, Qt::CaseSensitivity cs) |
QString & | replace (QChar ch, const QString &after, Qt::CaseSensitivity cs) |
QString & | replace (QChar c, QLatin1String after, Qt::CaseSensitivity cs) |
QString & | replace (const QRegExp &rx, const QString &after) |
QString & | remove (const QRegExp &rx) |
QString & | replace (const QRegularExpression &re, const QString &after) |
QString & | remove (const QRegularExpression &re) |
QStringList | split (const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const |
QVector< QStringRef > | splitRef (const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const |
QStringList | split (QChar sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const |
QVector< QStringRef > | splitRef (QChar sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const |
QStringList | split (const QRegExp &rx, SplitBehavior behavior) const |
QVector< QStringRef > | splitRef (const QRegExp &rx, SplitBehavior behavior) const |
QStringList | split (const QRegularExpression &re, SplitBehavior behavior) const |
QVector< QStringRef > | splitRef (const QRegularExpression &re, SplitBehavior behavior) const |
QString | normalized (NormalizationForm mode, QChar::UnicodeVersion version) const |
QString | repeated (int times) const |
const ushort * | utf16 () const |
QByteArray | toLatin1 () const |
QByteArray | toUtf8 () const |
QByteArray | toLocal8Bit () const |
QVector< uint > | toUcs4 () const |
QByteArray | toAscii () const |
int | toWCharArray (wchar_t *array) const |
QString & | setRawData (const QChar *unicode, int size) |
QString & | setUnicode (const QChar *unicode, int size) |
QString & | setUtf16 (const ushort *unicode, int size) |
int | compare (const QString &other, Qt::CaseSensitivity cs) const |
int | compare (QLatin1String other, Qt::CaseSensitivity cs) const |
int | compare (const QStringRef &ref, Qt::CaseSensitivity cs) const |
int | localeAwareCompare (const QString &other) const |
int | localeAwareCompare (const QStringRef &other) const |
short | toShort (bool *ok, int base) const |
ushort | toUShort (bool *ok, int base) const |
int | toInt (bool *ok, int base) const |
uint | toUInt (bool *ok, int base) const |
long | toLong (bool *ok, int base) const |
ulong | toULong (bool *ok, int base) const |
qlonglong | toLongLong (bool *ok, int base) const |
qulonglong | toULongLong (bool *ok, int base) const |
float | toFloat (bool *ok) const |
double | toDouble (bool *ok) const |
QString & | setNum (short n, int base) |
QString & | setNum (ushort n, int base) |
QString & | setNum (int n, int base) |
QString & | setNum (uint n, int base) |
QString & | setNum (long n, int base) |
QString & | setNum (ulong n, int base) |
QString & | setNum (qlonglong n, int base) |
QString & | setNum (qulonglong n, int base) |
QString & | setNum (float n, char format, int precision) |
QString & | setNum (double n, char format, int precision) |
bool | operator== (QLatin1String other) const |
bool | operator< (QLatin1String other) const |
bool | operator> (QLatin1String other) const |
bool | operator!= (QLatin1String other) const |
bool | operator<= (QLatin1String other) const |
bool | operator>= (QLatin1String other) const |
QString (const char *str) | |
QString (const QByteArray &ba) | |
QString & | operator= (const char *str) |
QString & | operator= (const QByteArray &ba) |
QString & | operator= (char ch) |
QString & | prepend (const char *str) |
QString & | prepend (const QByteArray &ba) |
QString & | append (const char *str) |
QString & | append (const QByteArray &ba) |
QString & | insert (int position, const char *str) |
QString & | insert (int position, const QByteArray &str) |
QString & | operator+= (const char *str) |
QString & | operator+= (const QByteArray &ba) |
QString & | operator+= (char ch) |
bool | operator== (const char *other) const |
bool | operator!= (const char *other) const |
bool | operator< (const char *other) const |
bool | operator<= (const char *other) const |
bool | operator> (const char *other) const |
bool | operator>= (const char *other) const |
bool | operator== (const QByteArray &other) const |
bool | operator!= (const QByteArray &other) const |
bool | operator< (const QByteArray &other) const |
bool | operator> (const QByteArray &other) const |
bool | operator<= (const QByteArray &other) const |
bool | operator>= (const QByteArray &other) const |
iterator | begin () |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | constBegin () const |
iterator | end () |
const_iterator | end () const |
const_iterator | cend () const |
const_iterator | constEnd () const |
reverse_iterator | rbegin () |
reverse_iterator | rend () |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
const_reverse_iterator | crbegin () const |
const_reverse_iterator | crend () const |
void | push_back (QChar ch) |
void | push_back (const QString &other) |
void | push_front (QChar ch) |
void | push_front (const QString &other) |
std::string | toStdString () const |
std::wstring | toStdWString () const |
std::u16string | toStdU16String () const |
std::u32string | toStdU32String () const |
CFStringRef | toCFString () const |
NSString * | toNSString () const |
bool | isNull () const |
bool | isRightToLeft () const |
Additional Inherited Members | |
Static Public Member Functions inherited from QString | |
QString | vasprintf (const char *cformat, va_list ap) |
QString | asprintf (const char *cformat,...) |
QString | fromLatin1 (const char *str, int size) |
QString | fromUtf8 (const char *str, int size) |
QString | fromLocal8Bit (const char *str, int size) |
QString | fromLatin1 (const QByteArray &str) |
QString | fromUtf8 (const QByteArray &str) |
QString | fromLocal8Bit (const QByteArray &str) |
QString | fromUtf16 (const ushort *unicode, int size) |
QString | fromUcs4 (const uint *unicode, int size) |
QString | fromRawData (const QChar *unicode, int size) |
QString | fromAscii (const char *str, int size) |
QString | fromAscii (const QByteArray &str) |
QString | fromWCharArray (const wchar_t *string, int size) |
int | compare (const QString &s1, const QString &s2, Qt::CaseSensitivity cs) |
int | compare (const QString &s1, QLatin1String s2, Qt::CaseSensitivity cs) |
int | compare (QLatin1String s1, const QString &s2, Qt::CaseSensitivity cs) |
int | compare (const QString &s1, const QStringRef &s2, Qt::CaseSensitivity cs) |
int | localeAwareCompare (const QString &s1, const QString &s2) |
int | localeAwareCompare (const QString &s1, const QStringRef &s2) |
QString | number (int n, int base) |
QString | number (uint n, int base) |
QString | number (long n, int base) |
QString | number (ulong n, int base) |
QString | number (qlonglong n, int base) |
QString | number (qulonglong n, int base) |
QString | number (double n, char format, int precision) |
QString | fromStdString (const std::string &str) |
QString | fromStdWString (const std::wstring &str) |
QString | fromStdU16String (const std::u16string &str) |
QString | fromStdU32String (const std::u32string &str) |
QString | fromCFString (CFStringRef string) |
QString | fromNSString (const NSString *string) |
Public Attributes inherited from QString | |
typedef | SectionFlags |
typedef | iterator |
typedef | const_iterator |
typedef | Iterator |
typedef | ConstIterator |
typedef | reverse_iterator |
typedef | const_reverse_iterator |
typedef | size_type |
typedef | difference_type |
typedef | const_reference |
typedef | reference |
typedef | pointer |
typedef | const_pointer |
typedef | value_type |
A custom type that represents html-text (is a QString)