![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QString>
#include <QStringBuilder>
Go to the source code of this file.
Functions | |
if (foo.startsWith("("+type+") 0x")) ... QString hello("hello") | |
[0] | |
QLatin1StringView | world ("world") |
Variables | |
QString | foo = "vector<"_L1 + type + ">::iterator"_L1 |
[0] | |
QString | type = "long" |
QStringView | el = QStringView{ hello }.mid(2, 3) |
QString | message = hello % el % world % QChar('!') |
QString | str ("QStringBuilder") |
[5] | |
auto | s = "Like hot glue, " % str % " concatenates strings" |
[6] | |
auto | concatenateStr |
if | ( | foo. | startsWith"("+type+") 0x" | ) |
[0]
[5]
QLatin1StringView world | ( | "world" | ) |
auto concatenateStr |
Definition at line 34 of file stringbuilder.cpp.
QStringView el = QStringView{ hello }.mid(2, 3) |
Definition at line 22 of file stringbuilder.cpp.
QString str("QStringBuilder") | ( | "QStringBuilder" | ) |
[5]
[6]
Definition at line 10 of file stringbuilder.cpp.