Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_corelib_text_qlocale.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

QLocale german (QLocale::German)
 

Variables

QLocale egyptian (QLocale::Arabic, QLocale::Egypt)
 [0]
 
QString s1 = egyptian.toString(1.571429E+07, 'e')
 
QString s2 = egyptian.toString(10)
 
double d = egyptian.toDouble(s1)
 [1]
 
int i = egyptian.toInt(s2)
 
bool ok
 [0]
 
QLocale cLocale
 
QLocale german
 
QString str = QString("%1 %L2 %L3").arg(12345).arg(12345).arg(12345, 0, 16)
 
QLocale korean ("ko")
 [1]
 
QLocale swiss ("de_CH")
 
QLocale c (QLocale::C)
 

Function Documentation

◆ german()

Variable Documentation

◆ c

◆ cLocale

QLocale cLocale

Definition at line 19 of file src_corelib_text_qlocale.cpp.

◆ d

double d = egyptian.toDouble(s1)

[1]

[2]

Definition at line 9 of file src_corelib_text_qlocale.cpp.

Referenced by QV4::QmlIncubatorObject::statusChanged().

◆ egyptian

[0]

◆ german

QLocale german

Definition at line 24 of file src_corelib_text_qlocale.cpp.

◆ i

int i = egyptian.toInt(s2)

Definition at line 10 of file src_corelib_text_qlocale.cpp.

◆ korean

QLocale korean ( "ko" )

[1]

[2]

◆ ok

bool ok

[0]

[2]

[1]

[3]

[3-qstringview]

Definition at line 15 of file src_corelib_text_qlocale.cpp.

◆ s1

QString s1 = egyptian.toString(1.571429E+07, 'e')

Definition at line 6 of file src_corelib_text_qlocale.cpp.

◆ s2

Definition at line 7 of file src_corelib_text_qlocale.cpp.

◆ str

QString str = QString("%1 %L2 %L3").arg(12345).arg(12345).arg(12345, 0, 16)

Definition at line 30 of file src_corelib_text_qlocale.cpp.

◆ swiss

QLocale swiss ( "de_CH" )