- append
QString append(QStringView s)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
QString append(QLatin1String s)
Undocumented in source.
- append
QString append(const(QStringRef) s)
Undocumented in source.
- append
QString append(const(QString) s)
Undocumented in source.
- append
QString append(const(QChar)* uc, int len)
Undocumented in source.
- append
QString append(QChar c)
Undocumented in source.
- arg
QString arg(qlonglong a, int fieldwidth, int base, QChar fillChar)
Undocumented in source.
- arg
QString arg(qulonglong a, int fieldwidth, int base, QChar fillChar)
Undocumented in source.
- arg
QString arg(cpp_long a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(cpp_ulong a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(int a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(uint a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(short a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(ushort a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(double a, int fieldWidth, char fmt, int prec, QChar fillChar)
Undocumented in source.
- arg
QString arg(char a, int fieldWidth, QChar fillChar)
Undocumented in source.
- arg
QString arg(QChar a, int fieldWidth, QChar fillChar)
Undocumented in source.
- arg
QString arg(const(QString) a, int fieldWidth, QChar fillChar)
Undocumented in source.
- arg
QString arg(QStringView a, int fieldWidth, QChar fillChar)
Undocumented in source.
- arg
QString arg(QLatin1String a, int fieldWidth, QChar fillChar)
Undocumented in source.
- at
const(QChar) at(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- back
QChar back()
Undocumented in source. Be warned that the author may not have intended to support it.
- back
QCharRef back()
Undocumented in source. Be warned that the author may not have intended to support it.
- begin
const_iterator begin()
Undocumented in source. Be warned that the author may not have intended to support it.
- begin
iterator begin()
Undocumented in source. Be warned that the author may not have intended to support it.
- capacity
int capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
- cbegin
const_iterator cbegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- cend
const_iterator cend()
Undocumented in source. Be warned that the author may not have intended to support it.
- chop
void chop(int n)
Undocumented in source.
- chopped
QString chopped(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QChar ch, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QLatin1String other, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- compare
int compare(const(QStringRef) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- constBegin
const_iterator constBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- constData
const(QChar)* constData()
Undocumented in source. Be warned that the author may not have intended to support it.
- constEnd
const_iterator constEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(const(QRegularExpression) re, QRegularExpressionMatch* rmatch)
Undocumented in source.
- contains
bool contains(const(QRegularExpression) re)
Undocumented in source.
- contains
bool contains(QRegExp rx)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(const(QStringRef) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(const(QRegExp) rx)
Undocumented in source. Be warned that the author may not have intended to support it.
- count
int count()
Undocumented in source. Be warned that the author may not have intended to support it.
- count
int count(const(QRegularExpression) re)
Undocumented in source.
- count
int count(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- count
int count(const(QStringRef) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- count
int count(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- count
int count(const(QRegExp) )
Undocumented in source.
- data
QChar* data()
Undocumented in source. Be warned that the author may not have intended to support it.
- data
const(QChar)* data()
Undocumented in source. Be warned that the author may not have intended to support it.
- data_ptr
DataPtr data_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
- detach
void detach()
Undocumented in source. Be warned that the author may not have intended to support it.
- end
const_iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.
- end
iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- endsWith
bool endsWith(const(QStringRef) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- endsWith
bool endsWith(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- endsWith
bool endsWith(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- fill
QString fill(QChar c, int size)
Undocumented in source.
- front
QChar front()
Undocumented in source. Be warned that the author may not have intended to support it.
- front
QCharRef front()
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(const(QRegExp) , int from)
Undocumented in source.
- indexOf
int indexOf(QRegExp , int from)
Undocumented in source.
- indexOf
int indexOf(const(QRegularExpression) re, int from)
Undocumented in source.
- indexOf
int indexOf(const(QRegularExpression) re, int from, QRegularExpressionMatch* rmatch)
Undocumented in source.
- indexOf
int indexOf(QStringView s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(QChar c, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- indexOf
int indexOf(QLatin1String s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- indexOf
int indexOf(const(QStringRef) s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- indexOf
int indexOf(const(QString) s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- insert
QString insert(int i, QLatin1String s)
Undocumented in source.
- insert
QString insert(int i, QStringView s)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
QString insert(int i, const(QStringRef) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
QString insert(int i, const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
QString insert(int i, const(QChar)* uc, int len)
Undocumented in source.
- insert
QString insert(int i, QChar c)
Undocumented in source.
- isDetached
bool isDetached()
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- isLower
bool isLower()
Undocumented in source.
- isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRightToLeft
bool isRightToLeft()
Undocumented in source.
- isSharedWith
bool isSharedWith(const(QString) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSimpleText
bool isSimpleText()
Undocumented in source.
- isUpper
bool isUpper()
Undocumented in source.
- isValidUtf16
bool isValidUtf16()
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(const(QRegExp) , int from)
Undocumented in source.
- lastIndexOf
int lastIndexOf(QRegExp , int from)
Undocumented in source.
- lastIndexOf
int lastIndexOf(QStringView s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(const(QRegularExpression) re, int from)
Undocumented in source.
- lastIndexOf
int lastIndexOf(const(QRegularExpression) re, int from, QRegularExpressionMatch* rmatch)
Undocumented in source.
- lastIndexOf
int lastIndexOf(const(QStringRef) s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- lastIndexOf
int lastIndexOf(const(QString) s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- lastIndexOf
int lastIndexOf(QLatin1String s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- lastIndexOf
int lastIndexOf(QChar c, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- left
QString left(int n)
Undocumented in source.
- leftJustified
QString leftJustified(int width, QChar fill, bool trunc)
Undocumented in source.
- leftRef
QStringRef leftRef(int n)
Undocumented in source.
- length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
- localeAwareCompare
int localeAwareCompare(const(QStringRef) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- localeAwareCompare
int localeAwareCompare(const(QString) s)
Undocumented in source.
- mid
QString mid(int position, int n)
Undocumented in source.
- midRef
QStringRef midRef(int position, int n)
Undocumented in source.
- normalized
QString normalized(NormalizationForm mode, QChar.UnicodeVersion version_)
Undocumented in source.
- opBinary
QString opBinary(char* s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QString opBinary(QString s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QString opBinary(QString s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
QString opBinaryRight(char* s1)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(QLatin1String rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(QStringView rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(QString s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(wchar)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
QCharRef opIndex(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
const(QChar) opIndex(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
const(QChar) opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
QCharRef opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QChar.SpecialCharacter c)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QString s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(const(QStringRef) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QLatin1String s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QStringView s)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(const(QChar)* uc, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(const(QStringRef) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(QLatin1String s)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(QStringView s)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_back
void push_back(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_back
void push_back(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_front
void push_front(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_front
void push_front(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- rawConstructor
void rawConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
QString remove(int i, int len)
Undocumented in source.
- remove
QString remove(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- remove
QString remove(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- remove
QString remove(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- remove
QString remove(const(QRegularExpression) re)
Undocumented in source. Be warned that the author may not have intended to support it.
- repeated
QString repeated(int times)
Undocumented in source.
- replace
QString replace(int i, int len, QChar after)
Undocumented in source.
- replace
QString replace(int i, int len, const(QChar)* s, int slen)
Undocumented in source.
- replace
QString replace(int i, int len, const(QString) after)
Undocumented in source.
- replace
QString replace(QChar before, QChar after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(const(QChar)* before, int blen, const(QChar)* after, int alen, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(QLatin1String before, QLatin1String after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(QLatin1String before, const(QString) after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(const(QString) before, QLatin1String after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(const(QString) before, const(QString) after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(QChar c, const(QString) after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(QChar c, QLatin1String after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(const(QRegExp) rx, const(QString) after)
Undocumented in source.
- replace
QString replace(const(QRegularExpression) re, const(QString) after)
Undocumented in source.
- reserve
void reserve(int asize)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(int size)
Undocumented in source.
- resize
void resize(int size, QChar fillChar)
Undocumented in source.
- right
QString right(int n)
Undocumented in source.
- rightJustified
QString rightJustified(int width, QChar fill, bool trunc)
Undocumented in source.
- rightRef
QStringRef rightRef(int n)
Undocumented in source.
- section
QString section(const(QRegularExpression) re, int start, int end, SectionFlags flags)
Undocumented in source.
- section
QString section(QChar asep, int astart, int aend, SectionFlags aflags)
Undocumented in source. Be warned that the author may not have intended to support it.
- section
QString section(const(QString) in_sep, int start, int end, SectionFlags flags)
Undocumented in source.
- section
QString section(const(QRegExp) reg, int start, int end, SectionFlags flags)
Undocumented in source.
- setNum
QString setNum(double , char f, int prec)
Undocumented in source.
- setNum
QString setNum(float n, char f, int prec)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(qulonglong , int base)
Undocumented in source.
- setNum
QString setNum(qlonglong , int base)
Undocumented in source.
- setNum
QString setNum(cpp_ulong n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(cpp_long n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(uint n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(int n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(ushort n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(short n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRawData
QString setRawData(const(QChar)* unicode, int size)
Undocumented in source.
- setUnicode
QString setUnicode(const(QChar)* unicode, int size)
Undocumented in source.
- setUtf16
QString setUtf16(const(ushort)* autf16, int asize)
Undocumented in source. Be warned that the author may not have intended to support it.
- shrink_to_fit
void shrink_to_fit()
Undocumented in source. Be warned that the author may not have intended to support it.
- simplified
QString simplified()
Undocumented in source. Be warned that the author may not have intended to support it.
- simplified
QString simplified()
Undocumented in source. Be warned that the author may not have intended to support it.
- simplified
QString simplified()
Undocumented in source.
- size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
- split
QStringList split(const(QString) sep, SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- split
QStringList split(QChar sep, SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- split
QStringList split(const(QRegExp) sep, SplitBehavior behavior)
Undocumented in source.
- split
QStringList split(const(QRegularExpression) sep, SplitBehavior behavior)
Undocumented in source.
- split
QStringList split(const(QString) sep, qt.core.namespace.SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- split
QStringList split(QChar sep, qt.core.namespace.SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- split
QStringList split(const(QRegExp) sep, qt.core.namespace.SplitBehavior behavior)
Undocumented in source.
- split
QStringList split(const(QRegularExpression) sep, qt.core.namespace.SplitBehavior behavior)
Undocumented in source.
- splitRef
QVector!(QStringRef) splitRef(const(QString) sep, SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- splitRef
QVector!(QStringRef) splitRef(QChar sep, SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- splitRef
QVector!(QStringRef) splitRef(const(QRegExp) sep, SplitBehavior behavior)
Undocumented in source.
- splitRef
QVector!(QStringRef) splitRef(const(QRegularExpression) sep, SplitBehavior behavior)
Undocumented in source.
- splitRef
QVector!(QStringRef) splitRef(const(QString) sep, qt.core.namespace.SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- splitRef
QVector!(QStringRef) splitRef(QChar sep, qt.core.namespace.SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- splitRef
QVector!(QStringRef) splitRef(const(QRegExp) sep, qt.core.namespace.SplitBehavior behavior)
Undocumented in source.
- splitRef
QVector!(QStringRef) splitRef(const(QRegularExpression) sep, qt.core.namespace.SplitBehavior behavior)
Undocumented in source.
- sprintf
QString sprintf(const(char)* format, ...)
Undocumented in source.
- squeeze
void squeeze()
Undocumented in source. Be warned that the author may not have intended to support it.
- startsWith
bool startsWith(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- startsWith
bool startsWith(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- startsWith
bool startsWith(const(QStringRef) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- startsWith
bool startsWith(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- startsWith
bool startsWith(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- toCaseFolded
QString toCaseFolded()
Undocumented in source.
- toCaseFolded
QString toCaseFolded()
Undocumented in source. Be warned that the author may not have intended to support it.
- toCaseFolded
QString toCaseFolded()
Undocumented in source. Be warned that the author may not have intended to support it.
- toConstWString
const(wchar)[] toConstWString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toDouble
double toDouble(bool* ok)
Undocumented in source.
- toFloat
float toFloat(bool* ok)
Undocumented in source.
- toHtmlEscaped
QString toHtmlEscaped()
Undocumented in source.
- toInt
int toInt(bool* ok, int base)
Undocumented in source.
- toLatin1
QByteArray toLatin1()
Undocumented in source.
- toLatin1
QByteArray toLatin1()
Undocumented in source. Be warned that the author may not have intended to support it.
- toLatin1
QByteArray toLatin1()
Undocumented in source. Be warned that the author may not have intended to support it.
- toLocal8Bit
QByteArray toLocal8Bit()
Undocumented in source.
- toLocal8Bit
QByteArray toLocal8Bit()
Undocumented in source. Be warned that the author may not have intended to support it.
- toLocal8Bit
QByteArray toLocal8Bit()
Undocumented in source. Be warned that the author may not have intended to support it.
- toLong
cpp_long toLong(bool* ok, int base)
Undocumented in source.
- toLongLong
qlonglong toLongLong(bool* ok, int base)
Undocumented in source.
- toLower
QString toLower()
Undocumented in source.
- toLower
QString toLower()
Undocumented in source. Be warned that the author may not have intended to support it.
- toLower
QString toLower()
Undocumented in source. Be warned that the author may not have intended to support it.
- toShort
short toShort(bool* ok, int base)
Undocumented in source.
- toUInt
uint toUInt(bool* ok, int base)
Undocumented in source.
- toULong
cpp_ulong toULong(bool* ok, int base)
Undocumented in source.
- toULongLong
qulonglong toULongLong(bool* ok, int base)
Undocumented in source.
- toUShort
ushort toUShort(bool* ok, int base)
Undocumented in source.
- toUcs4
QVector!(uint) toUcs4()
Undocumented in source.
- toUpper
QString toUpper()
Undocumented in source.
- toUpper
QString toUpper()
Undocumented in source. Be warned that the author may not have intended to support it.
- toUpper
QString toUpper()
Undocumented in source. Be warned that the author may not have intended to support it.
- toUtf8
QByteArray toUtf8()
Undocumented in source.
- toUtf8
QByteArray toUtf8()
Undocumented in source. Be warned that the author may not have intended to support it.
- toUtf8
QByteArray toUtf8()
Undocumented in source. Be warned that the author may not have intended to support it.
- trimmed
QString trimmed()
Undocumented in source.
- trimmed
QString trimmed()
Undocumented in source. Be warned that the author may not have intended to support it.
- trimmed
QString trimmed()
Undocumented in source. Be warned that the author may not have intended to support it.
- truncate
void truncate(int pos)
Undocumented in source.
- unicode
const(QChar)* unicode()
Undocumented in source. Be warned that the author may not have intended to support it.
- utf16
const(ushort)* utf16()
Undocumented in source.