Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_text_qstring.cpp File Reference

(d46eeffe83db56aea7703d20351dde2969bf372a)

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)
 

Function Documentation

◆ append()

str append ( "Hello " )

[4]

[4bis]

◆ if()

if ( str = = "auto" || str == "extern" || str == "static" || str == "register")

[2]

[3]

[4]

Definition at line 19 of file src_corelib_text_qstring.cpp.

Variable Documentation

◆ d

double d = 12.34

[1]

[2]

Definition at line 12 of file src_corelib_text_qstring.cpp.

◆ str

QString str = QString("delta: %1").arg(d, 0, 'E', 3)

Definition at line 13 of file src_corelib_text_qstring.cpp.

◆ url

QString url = "https://www.unicode.org/"_L1

[1]

Definition at line 7 of file src_corelib_text_qstring.cpp.