Qt 5.15
Qt Core
C++ Classes
QLocale
Qt 5.15.8 Reference Documentation
List of All Members for QLocale
This is the complete list of members for
QLocale
, including inherited members.
enum
Country
enum
CurrencySymbolFormat
enum
DataSizeFormat
flags
DataSizeFormats
enum
FloatingPointPrecisionOption
enum
FormatType
enum
Language
enum
MeasurementSystem
enum
NumberOption
flags
NumberOptions
QLocale
(const QLocale &)
QLocale
(QLocale::Language , QLocale::Script , QLocale::Country )
QLocale
(QLocale::Language , QLocale::Country )
QLocale
(const QString &)
QLocale
()
enum
QuotationStyle
enum
Script
operator=
(const QLocale &) : QLocale &
~QLocale
()
amText
() const : QString
bcp47Name
() const : QString
c
() : QLocale
collation
() const : QLocale
country
() const : QLocale::Country
countryToString
(QLocale::Country ) : QString
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 : QChar
exponential
() const : QChar
firstDayOfWeek
() const : Qt::DayOfWeek
formattedDataSize
(qint64 , int , QLocale::DataSizeFormats ) const : QString
groupSeparator
() const : QChar
language
() const : QLocale::Language
languageToString
(QLocale::Language ) : QString
matchingLocales
(QLocale::Language , QLocale::Script , QLocale::Country ) : QList<QLocale>
measurementSystem
() const : QLocale::MeasurementSystem
monthName
(int , QLocale::FormatType ) const : QString
name
() const : QString
nativeCountryName
() const : QString
nativeLanguageName
() const : QString
negativeSign
() const : QChar
numberOptions
() const : QLocale::NumberOptions
percent
() const : QChar
pmText
() const : QString
positiveSign
() const : QChar
quoteString
(const QString &, QLocale::QuotationStyle ) const : QString
quoteString
(const QStringRef &, QLocale::QuotationStyle ) const : QString
script
() const : QLocale::Script
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
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 &) const : QString
toCurrencyString
(double , const QString &, int ) const : QString
toCurrencyString
(float , const QString &) 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
(const QStringRef &, bool *) const : double
toDouble
(QStringView , bool *) const : double
toFloat
(const QString &, bool *) const : float
toFloat
(const QStringRef &, bool *) const : float
toFloat
(QStringView , bool *) const : float
toInt
(const QString &, bool *) const : int
toInt
(const QStringRef &, bool *) const : int
toInt
(QStringView , bool *) const : int
toLong
(const QString &, bool *) const : long
toLong
(const QStringRef &, bool *) const : long
toLong
(QStringView , bool *) const : long
toLongLong
(const QString &, bool *) const : qlonglong
toLongLong
(const QStringRef &, bool *) const : qlonglong
toLongLong
(QStringView , bool *) const : qlonglong
toLower
(const QString &) const : QString
toShort
(const QString &, bool *) const : short
toShort
(const QStringRef &, 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
(const QDate &, const QString &) const : QString
toString
(const QTime &, const QString &) const : QString
toString
(const QDateTime &, const QString &) const : QString
toString
(const QDate &, QStringView ) const : QString
toString
(const QTime &, QStringView ) const : QString
toString
(const QDateTime &, QStringView ) const : QString
toString
(const QDate &, QLocale::FormatType ) const : QString
toString
(const QTime &, QLocale::FormatType ) const : QString
toString
(const QDateTime &, QLocale::FormatType ) const : QString
toString
(const QDate &, QStringView , QCalendar ) const : QString
toString
(const 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
(const QStringRef &, bool *) const : uint
toUInt
(QStringView , bool *) const : uint
toULong
(const QString &, bool *) const : ulong
toULong
(const QStringRef &, bool *) const : ulong
toULong
(QStringView , bool *) const : ulong
toULongLong
(const QString &, bool *) const : qulonglong
toULongLong
(const QStringRef &, bool *) const : qulonglong
toULongLong
(QStringView , bool *) const : qulonglong
toUShort
(const QString &, bool *) const : ushort
toUShort
(const QStringRef &, bool *) const : ushort
toUShort
(QStringView , bool *) const : ushort
toUpper
(const QString &) const : QString
uiLanguages
() const : QStringList
weekdays
() const : QList<Qt::DayOfWeek>
zeroDigit
() const : QChar
operator!=
(const QLocale &) const : bool
operator==
(const QLocale &) const : bool