![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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) |
QLocale german | ( | QLocale::German | ) |
QLocale c(QLocale::C) | ( | QLocale::C | ) |
QLocale cLocale |
Definition at line 19 of file src_corelib_text_qlocale.cpp.
double d = egyptian.toDouble(s1) |
[1]
[2]
Definition at line 9 of file src_corelib_text_qlocale.cpp.
Referenced by QV4::QmlIncubatorObject::statusChanged().
QLocale egyptian | ( | QLocale::Arabic | , |
QLocale::Egypt | ) |
[0]
QLocale german |
Definition at line 24 of file src_corelib_text_qlocale.cpp.
int i = egyptian.toInt(s2) |
Definition at line 10 of file src_corelib_text_qlocale.cpp.
QLocale korean | ( | "ko" | ) |
[1]
[2]
bool ok |
QString s1 = egyptian.toString(1.571429E+07, 'e') |
Definition at line 6 of file src_corelib_text_qlocale.cpp.
QString s2 = egyptian.toString(10) |
Definition at line 7 of file src_corelib_text_qlocale.cpp.
Definition at line 30 of file src_corelib_text_qlocale.cpp.
QLocale swiss | ( | "de_CH" | ) |