![]() |
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 |
| [14] | |
| 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]
Referenced by org.qtproject.qt.android.QtActivityBase::appendApplicationParameters().
| QLatin1StringView world | ( | "world" | ) |
| auto concatenateStr |
Definition at line 36 of file stringbuilder.cpp.
| QStringView el = QStringView{ hello }.mid(2, 3) |
Definition at line 24 of file stringbuilder.cpp.
| QString str | ( | "QStringBuilder" | ) |
Definition at line 12 of file stringbuilder.cpp.
Referenced by Q_GLOBAL_STATIC_WITH_ARGS().