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
QT_BEGIN_NAMESPACE::LocaleInfo Struct Reference
Collaboration diagram for QT_BEGIN_NAMESPACE::LocaleInfo:

Public Attributes

QLocale::Language language = QLocale::AnyLanguage
QLocale::Script script = QLocale::AnyScript
QLocale::Territory territory = QLocale::AnyTerritory
QString timeFormatShort
QString timeFormatLong
QString dateFormatShort
QString dateFormatLong

Detailed Description

Definition at line 30 of file qlocale_android.cpp.

Member Data Documentation

◆ dateFormatLong

QString QT_BEGIN_NAMESPACE::LocaleInfo::dateFormatLong

Definition at line 38 of file qlocale_android.cpp.

◆ dateFormatShort

QString QT_BEGIN_NAMESPACE::LocaleInfo::dateFormatShort

Definition at line 37 of file qlocale_android.cpp.

◆ language

QLocale::Language QT_BEGIN_NAMESPACE::LocaleInfo::language = QLocale::AnyLanguage

Definition at line 32 of file qlocale_android.cpp.

◆ script

QLocale::Script QT_BEGIN_NAMESPACE::LocaleInfo::script = QLocale::AnyScript

Definition at line 33 of file qlocale_android.cpp.

◆ territory

QLocale::Territory QT_BEGIN_NAMESPACE::LocaleInfo::territory = QLocale::AnyTerritory

Definition at line 34 of file qlocale_android.cpp.

◆ timeFormatLong

QString QT_BEGIN_NAMESPACE::LocaleInfo::timeFormatLong

Definition at line 36 of file qlocale_android.cpp.

◆ timeFormatShort

QString QT_BEGIN_NAMESPACE::LocaleInfo::timeFormatShort

Definition at line 35 of file qlocale_android.cpp.


The documentation for this struct was generated from the following file: