-
enum
Country
-
enum
CurrencySymbolFormat
-
enum
DataSizeFormat
-
flags
DataSizeFormats
-
enum
FloatingPointPrecisionOption
-
enum
FormatType
-
enum
Language
-
enum
LanguageCodeType
-
flags
LanguageCodeTypes
-
enum
MeasurementSystem
-
enum
NumberOption
-
flags
NumberOptions
-
enum
QuotationStyle
-
enum
Script
-
Territory
-
QLocale
()
-
QLocale
(const QString &)
-
QLocale
(QStringView)
-
QLocale
(QLocale::Language, QLocale::Territory)
-
QLocale
(QLocale::Language, QLocale::Script, QLocale::Territory)
-
QLocale
(const QLocale &)
-
~QLocale
()
-
amText
() const : QString
-
bcp47Name
() const : QString
-
c
() : QLocale
-
codeToLanguage
(QStringView, QLocale::LanguageCodeTypes) : QLocale::Language
-
codeToScript
(QStringView) : QLocale::Script
-
codeToTerritory
(QStringView) : QLocale::Territory
-
collation
() const : QLocale
-
createSeparatedList
(const QStringList &) const : QString
-
currencySymbol
(QLocale::CurrencySymbolFormat) const : QString
-
dateFormat
(QLocale::FormatType) const : QString
-
dateTimeFormat
(QLocale::FormatType) const : QString
-
dayName
(int, QLocale::FormatType) const : QString
-
decimalPoint
() const : QString
-
exponential
() const : QString
-
firstDayOfWeek
() const : Qt::DayOfWeek
-
formattedDataSize
(qint64, int, QLocale::DataSizeFormats) const : QString
-
groupSeparator
() const : QString
-
language
() const : QLocale::Language
-
languageToCode
(QLocale::Language, QLocale::LanguageCodeTypes) : QString
-
languageToString
(QLocale::Language) : QString
-
matchingLocales
(QLocale::Language, QLocale::Script, QLocale::Territory) : QList<QLocale>
-
measurementSystem
() const : QLocale::MeasurementSystem
-
monthName
(int, QLocale::FormatType) const : QString
-
name
() const : QString
-
nativeLanguageName
() const : QString
-
nativeTerritoryName
() const : QString
-
negativeSign
() const : QString
-
numberOptions
() const : QLocale::NumberOptions
-
percent
() const : QString
-
pmText
() const : QString
-
positiveSign
() const : QString
-
quoteString
(const QString &, QLocale::QuotationStyle) const : QString
-
quoteString
(QStringView, QLocale::QuotationStyle) const : QString
-
script
() const : QLocale::Script
-
scriptToCode
(QLocale::Script) : QString
-
scriptToString
(QLocale::Script) : QString
-
setDefault
(const QLocale &)
-
setNumberOptions
(QLocale::NumberOptions)
-
standaloneDayName
(int, QLocale::FormatType) const : QString
-
standaloneMonthName
(int, QLocale::FormatType) const : QString
-
swap
(QLocale &)
-
system
() : QLocale
-
territory
() const : QLocale::Territory
-
territoryToCode
(QLocale::Territory) : QString
-
territoryToString
(QLocale::Territory) : QString
-
textDirection
() const : Qt::LayoutDirection
|
-
timeFormat
(QLocale::FormatType) const : QString
-
toCurrencyString
(qlonglong, const QString &) const : QString
-
toCurrencyString
(qulonglong, const QString &) const : QString
-
toCurrencyString
(short, const QString &) const : QString
-
toCurrencyString
(ushort, const QString &) const : QString
-
toCurrencyString
(int, const QString &) const : QString
-
toCurrencyString
(uint, const QString &) const : QString
-
toCurrencyString
(double, const QString &, int) const : QString
-
toCurrencyString
(float, const QString &, int) const : QString
-
toDate
(const QString &, QLocale::FormatType) const : QDate
-
toDate
(const QString &, const QString &) const : QDate
-
toDate
(const QString &, QLocale::FormatType, QCalendar) const : QDate
-
toDate
(const QString &, const QString &, QCalendar) const : QDate
-
toDateTime
(const QString &, QLocale::FormatType) const : QDateTime
-
toDateTime
(const QString &, const QString &) const : QDateTime
-
toDateTime
(const QString &, QLocale::FormatType, QCalendar) const : QDateTime
-
toDateTime
(const QString &, const QString &, QCalendar) const : QDateTime
-
toDouble
(const QString &, bool *) const : double
-
toDouble
(QStringView, bool *) const : double
-
toFloat
(const QString &, bool *) const : float
-
toFloat
(QStringView, bool *) const : float
-
toInt
(const QString &, bool *) const : int
-
toInt
(QStringView, bool *) const : int
-
toLong
(const QString &, bool *) const : long
-
toLong
(QStringView, bool *) const : long
-
toLongLong
(const QString &, bool *) const : qlonglong
-
toLongLong
(QStringView, bool *) const : qlonglong
-
toLower
(const QString &) const : QString
-
toShort
(const QString &, bool *) const : short
-
toShort
(QStringView, bool *) const : short
-
toString
(qlonglong) const : QString
-
toString
(qulonglong) const : QString
-
toString
(long) const : QString
-
toString
(ulong) const : QString
-
toString
(short) const : QString
-
toString
(ushort) const : QString
-
toString
(int) const : QString
-
toString
(uint) const : QString
-
toString
(double, char, int) const : QString
-
toString
(float, char, int) const : QString
-
toString
(QDate, const QString &) const : QString
-
toString
(QTime, const QString &) const : QString
-
toString
(const QDateTime &, const QString &) const : QString
-
toString
(QDate, QStringView) const : QString
-
toString
(QTime, QStringView) const : QString
-
toString
(const QDateTime &, QStringView) const : QString
-
toString
(QDate, QLocale::FormatType) const : QString
-
toString
(QTime, QLocale::FormatType) const : QString
-
toString
(const QDateTime &, QLocale::FormatType) const : QString
-
toString
(QDate, QStringView, QCalendar) const : QString
-
toString
(QDate, QLocale::FormatType, QCalendar) const : QString
-
toString
(const QDateTime &, QLocale::FormatType, QCalendar) const : QString
-
toString
(const QDateTime &, QStringView, QCalendar) const : QString
-
toTime
(const QString &, QLocale::FormatType) const : QTime
-
toTime
(const QString &, const QString &) const : QTime
-
toUInt
(const QString &, bool *) const : uint
-
toUInt
(QStringView, bool *) const : uint
-
toULong
(const QString &, bool *) const : ulong
-
toULong
(QStringView, bool *) const : ulong
-
toULongLong
(const QString &, bool *) const : qulonglong
-
toULongLong
(QStringView, bool *) const : qulonglong
-
toUShort
(const QString &, bool *) const : ushort
-
toUShort
(QStringView, bool *) const : ushort
-
toUpper
(const QString &) const : QString
-
uiLanguages
() const : QStringList
-
weekdays
() const : QList<Qt::DayOfWeek>
-
zeroDigit
() const : QString
-
operator=
(const QLocale &) : QLocale &
|