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

Go to the source code of this file.

Functions

QLocale german (QLocale::German)
 

Variables

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

Function Documentation

◆ german()

QLocale german ( QLocale::German  )

Variable Documentation

◆ c

◆ cLocale

QLocale cLocale

Definition at line 66 of file src_corelib_text_qlocale.cpp.

◆ d

double d = egyptian.toDouble(s1)

Definition at line 56 of file src_corelib_text_qlocale.cpp.

◆ egyptian

[0]

◆ german

QLocale german

Definition at line 71 of file src_corelib_text_qlocale.cpp.

◆ i

int i = egyptian.toInt(s2)

Definition at line 57 of file src_corelib_text_qlocale.cpp.

◆ korean

QLocale korean("ko") ( "ko"  )

[1]

[2]

◆ ok

bool ok

[0]

[2]

[1]

[3]

[3-qstringview]

Definition at line 62 of file src_corelib_text_qlocale.cpp.

◆ s1

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

Definition at line 53 of file src_corelib_text_qlocale.cpp.

◆ s2

Definition at line 54 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 77 of file src_corelib_text_qlocale.cpp.

◆ swiss

QLocale swiss("de_CH") ( "de_CH"  )