- enum Country
 
- enum CurrencySymbolFormat
 
- enum DataSizeFormat
 
- flags DataSizeFormats
 
- enum FloatingPointPrecisionOption
 
- enum FormatType
 
- enum Language
 
- enum MeasurementSystem
 
- enum NumberOption
 
- flags NumberOptions
 
- typedef QtGadgetHelper
 
- enum QuotationStyle
 
- enum Script
 
- QLocale()
 
- QLocale(const QString &)
 
- QLocale(QLocale::Language , QLocale::Country )
 
- QLocale(QLocale::Language , QLocale::Script , QLocale::Country )
 
- QLocale(const QLocale &)
 
- ~QLocale()
 
- amText() const : QString
 
- bcp47Name() const : QString
 
- c() : 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 ) : 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
 
- qt_check_for_QGADGET_macro()
 
- 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
 
- staticMetaObject : const QMetaObject
 
- 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
 
- toDateTime(const QString &, QLocale::FormatType ) const : QDateTime
 
- toDateTime(const QString &, const QString &) 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
 
- 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(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
 
- 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
 
- 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=(QLocale &&) : QLocale &
 
- operator=(const QLocale &) : QLocale &
 
- operator==(const QLocale &) const : bool
 
 
 |