![]() |
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] | |
Variables | |
| QString | foo = "vector<"_L1 + type + ">::iterator"_L1 |
| [14] | |
| QString | type = "long" |
| QStringView | el = QStringView{ hello }.sliced(2, 3) |
| QString | message = hello % el % "world"_L1 % 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().
| auto concatenateStr |
Definition at line 35 of file stringbuilder.cpp.
| QStringView el = QStringView{ hello }.sliced(2, 3) |
Definition at line 24 of file stringbuilder.cpp.
Definition at line 25 of file stringbuilder.cpp.
| QString str | ( | "QStringBuilder" | ) |
Definition at line 12 of file stringbuilder.cpp.
Referenced by Q_GLOBAL_STATIC_WITH_ARGS().