- enum Country
- enum CurrencySymbolFormat
- enum FloatingPointPrecisionOption
- enum FormatType
- enum Language
- enum MeasurementSystem
- enum NumberOption
- flags NumberOptions
- enum QuotationStyle
- enum Script
- QLocale()
- QLocale(const QString &)
- QLocale(Language , Country )
- QLocale(Language , Script , Country )
- QLocale(const QLocale &)
- ~QLocale()
- amText() const : QString
- bcp47Name() const : QString
- c() : QLocale
- country() const : Country
- countryToString(Country ) : QString
- createSeparatedList(const QStringList &) const : QString
- currencySymbol(CurrencySymbolFormat ) const : QString
- dateFormat(FormatType ) const : QString
- dateTimeFormat(FormatType ) const : QString
- dayName(int , FormatType ) const : QString
- decimalPoint() const : QChar
- exponential() const : QChar
- firstDayOfWeek() const : Qt::DayOfWeek
- groupSeparator() const : QChar
- language() const : Language
- languageToString(Language ) : QString
- matchingLocales(QLocale::Language , QLocale::Script , QLocale::Country ) : QList<QLocale>
- measurementSystem() const : MeasurementSystem
- monthName(int , FormatType ) const : QString
- name() const : QString
- nativeCountryName() const : QString
- nativeLanguageName() const : QString
- negativeSign() const : QChar
- numberOptions() const : NumberOptions
- percent() const : QChar
- pmText() const : QString
- positiveSign() const : QChar
- quoteString(const QString &, QuotationStyle ) const : QString
- quoteString(const QStringRef &, QuotationStyle ) const : QString
- script() const : Script
- scriptToString(Script ) : QString
- setDefault(const QLocale &)
- setNumberOptions(NumberOptions )
- standaloneDayName(int , FormatType ) const : QString
- standaloneMonthName(int , FormatType ) const : QString
- swap(QLocale &)
- system() : QLocale
- textDirection() const : Qt::LayoutDirection
- timeFormat(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 &, FormatType ) const : QDate
- toDate(const QString &, const QString &) const : QDate
- toDateTime(const QString &, FormatType ) const : QDateTime
- toDateTime(const QString &, const QString &) const : QDateTime
- toDouble(const QString &, bool *) const : double
- toDouble(const QStringRef &, bool *) const : double
- toFloat(const QString &, bool *) const : float
- toFloat(const QStringRef &, bool *) const : float
- toInt(const QString &, bool *) const : int
- toInt(const QStringRef &, bool *) const : int
- toLongLong(const QString &, bool *) const : qlonglong
- toLongLong(const QStringRef &, bool *) const : qlonglong
- toLower(const QString &) const : QString
- toShort(const QString &, bool *) const : short
- toShort(const QStringRef &, bool *) const : short
- toString(qlonglong ) const : QString
- toString(qulonglong ) 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 QDate &, FormatType ) const : QString
- toString(const QTime &, const QString &) const : QString
- toString(const QTime &, FormatType ) const : QString
- toString(const QDateTime &, FormatType ) const : QString
- toString(const QDateTime &, const QString &) const : QString
- toTime(const QString &, FormatType ) const : QTime
- toTime(const QString &, const QString &) const : QTime
- toUInt(const QString &, bool *) const : uint
- toUInt(const QStringRef &, bool *) const : uint
- toULongLong(const QString &, bool *) const : qulonglong
- toULongLong(const QStringRef &, bool *) const : qulonglong
- toUShort(const QString &, bool *) const : ushort
- toUShort(const QStringRef &, 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=(QLocale &&) : QLocale &
- operator=(const QLocale &) : QLocale &
- operator==(const QLocale &) const : bool
|