QtBase  v6.3.1
Functions | Variables
src_corelib_text_qstring.cpp File Reference

Go to the source code of this file.

Functions

 if (str=="auto"||str=="extern"||str=="static"||str=="register")
 [2] More...
 

Variables

QString url = QLatin1String("https://www.unicode.org/")
 [1] More...
 
double d = 12.34
 [1] More...
 
QString str = QString("delta: %1").arg(d, 0, 'E', 3)
 

Function Documentation

◆ if()

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

[2]

[3]

[4]

Definition at line 64 of file src_corelib_text_qstring.cpp.

Variable Documentation

◆ d

double d = 12.34

[1]

[2]

Definition at line 57 of file src_corelib_text_qstring.cpp.

◆ str

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

Definition at line 58 of file src_corelib_text_qstring.cpp.

◆ url

QString url = QLatin1String("https://www.unicode.org/")

[1]

Definition at line 52 of file src_corelib_text_qstring.cpp.