![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
if (str=="auto"||str=="extern"||str=="static"||str=="register") | |
[2] | |
str | append ("Hello ").append("World") |
[4] | |
Variables | |
QString | url = "https://www.unicode.org/"_L1 |
[1] | |
double | d = 12.34 |
[1] | |
QString | str = QString("delta: %1").arg(d, 0, 'E', 3) |
str append | ( | "Hello " | ) |
[4]
[4bis]
double d = 12.34 |
Definition at line 13 of file src_corelib_text_qstring.cpp.
QString url = "https://www.unicode.org/"_L1 |
[1]
Definition at line 7 of file src_corelib_text_qstring.cpp.