KLayout 0.29.1 (2024-05-13 48b32733c) [master]

API reference - Class QLocale

Notation used in Ruby API documentation

Module: QtCore

Description: Binding of QLocale

Sub-classes: Country, QFlags_Country, FormatType, QFlags_FormatType, Language, QFlags_Language, MeasurementSystem, QFlags_MeasurementSystem, NumberOption, QFlags_NumberOption

Public constructors

new QLocalenewConstructor QLocale::QLocale()
new QLocalenew(string name)Constructor QLocale::QLocale(const QString &name)
new QLocalenew(const QLocale_Language language,
const QLocale_Country country = QLocale::AnyCountry)
Constructor QLocale::QLocale(QLocale::Language language, QLocale::Country country)
new QLocalenew(const QLocale other)Constructor QLocale::QLocale(const QLocale &other)

Public methods

[const]bool!=(const QLocale other)Method bool QLocale::operator!=(const QLocale &other)
[const]bool==(const QLocale other)Method bool QLocale::operator==(const QLocale &other)
void_assign(const QLocale other)Assigns another object to self
void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
[const]stringamTextMethod QString QLocale::amText()
QLocaleassign(const QLocale other)Method QLocale &QLocale::operator=(const QLocale &other)
[const]QLocale_CountrycountryMethod QLocale::Country QLocale::country()
[const]stringdateFormat(const QLocale_FormatType format = QLocale::LongFormat)Method QString QLocale::dateFormat(QLocale::FormatType format)
[const]stringdateTimeFormat(const QLocale_FormatType format = QLocale::LongFormat)Method QString QLocale::dateTimeFormat(QLocale::FormatType format)
[const]stringdayName(int arg1,
const QLocale_FormatType format = QLocale::LongFormat)
Method QString QLocale::dayName(int, QLocale::FormatType format)
[const]unsigned intdecimalPointMethod QChar QLocale::decimalPoint()
[const]new QLocale ptrdupCreates a copy of self
[const]unsigned intexponentialMethod QChar QLocale::exponential()
[const]unsigned intgroupSeparatorMethod QChar QLocale::groupSeparator()
[const]QLocale_LanguagelanguageMethod QLocale::Language QLocale::language()
[const]QLocale_MeasurementSystemmeasurementSystemMethod QLocale::MeasurementSystem QLocale::measurementSystem()
[const]stringmonthName(int arg1,
const QLocale_FormatType format = QLocale::LongFormat)
Method QString QLocale::monthName(int, QLocale::FormatType format)
[const]stringnameMethod QString QLocale::name()
[const]unsigned intnegativeSignMethod QChar QLocale::negativeSign()
[const]QLocale_QFlags_NumberOptionnumberOptionsMethod QFlags<QLocale::NumberOption> QLocale::numberOptions()
voidnumberOptions=(QLocale_QFlags_NumberOption options)Method void QLocale::setNumberOptions(QFlags<QLocale::NumberOption> options)
[const]unsigned intpercentMethod QChar QLocale::percent()
[const]stringpmTextMethod QString QLocale::pmText()
[const]unsigned intpositiveSignMethod QChar QLocale::positiveSign()
voidsetNumberOptions(QLocale_QFlags_NumberOption options)Method void QLocale::setNumberOptions(QFlags<QLocale::NumberOption> options)
[const]stringstandaloneDayName(int arg1,
const QLocale_FormatType format = QLocale::LongFormat)
Method QString QLocale::standaloneDayName(int, QLocale::FormatType format)
[const]stringstandaloneMonthName(int arg1,
const QLocale_FormatType format = QLocale::LongFormat)
Method QString QLocale::standaloneMonthName(int, QLocale::FormatType format)
[const]stringtimeFormat(const QLocale_FormatType format = QLocale::LongFormat)Method QString QLocale::timeFormat(QLocale::FormatType format)
[const]QDatetoDate(string string,
const QLocale_FormatType arg2 = QLocale::LongFormat)
Method QDate QLocale::toDate(const QString &string, QLocale::FormatType)
[const]QDatetoDate(string string,
string format)
Method QDate QLocale::toDate(const QString &string, const QString &format)
[const]QDateTimetoDateTime(string string,
const QLocale_FormatType format = QLocale::LongFormat)
Method QDateTime QLocale::toDateTime(const QString &string, QLocale::FormatType format)
[const]QDateTimetoDateTime(string string,
string format)
Method QDateTime QLocale::toDateTime(const QString &string, const QString &format)
[const]doubletoDouble(string s,
bool ptr ok = 0)
Method double QLocale::toDouble(const QString &s, bool *ok)
[const]floattoFloat(string s,
bool ptr ok = 0)
Method float QLocale::toFloat(const QString &s, bool *ok)
[const]inttoInt(string s,
bool ptr ok = 0,
int base = 0)
Method int QLocale::toInt(const QString &s, bool *ok, int base)
[const]long longtoLongLong(string s,
bool ptr ok = 0,
int base = 0)
Method qlonglong QLocale::toLongLong(const QString &s, bool *ok, int base)
[const]shorttoShort(string s,
bool ptr ok = 0,
int base = 0)
Method short int QLocale::toShort(const QString &s, bool *ok, int base)
[const]stringtoString(const QDate date,
string formatStr)
Method QString QLocale::toString(const QDate &date, const QString &formatStr)
[const]stringtoString(const QDate date,
const QLocale_FormatType format = QLocale::LongFormat)
Method QString QLocale::toString(const QDate &date, QLocale::FormatType format)
[const]stringtoString(const QTime time,
string formatStr)
Method QString QLocale::toString(const QTime &time, const QString &formatStr)
[const]stringtoString(const QTime time,
const QLocale_FormatType format = QLocale::LongFormat)
Method QString QLocale::toString(const QTime &time, QLocale::FormatType format)
[const]stringtoString(const QDateTime dateTime,
const QLocale_FormatType format = QLocale::LongFormat)
Method QString QLocale::toString(const QDateTime &dateTime, QLocale::FormatType format)
[const]stringtoString(const QDateTime dateTime,
string format)
Method QString QLocale::toString(const QDateTime &dateTime, const QString &format)
[const]stringtoString_d(double i,
char f = 'g',
int prec = 6)
Method QString QLocale::toString(double i, char f, int prec)
[const]stringtoString_f(float i,
char f = 'g',
int prec = 6)
Method QString QLocale::toString(float i, char f, int prec)
[const]stringtoString_i(int i)Method QString QLocale::toString(int i)
[const]stringtoString_ll(long long i)Method QString QLocale::toString(qlonglong i)
[const]stringtoString_s(short i)Method QString QLocale::toString(short int i)
[const]stringtoString_ui(unsigned int i)Method QString QLocale::toString(unsigned int i)
[const]stringtoString_ull(unsigned long long i)Method QString QLocale::toString(qulonglong i)
[const]stringtoString_us(unsigned short i)Method QString QLocale::toString(unsigned short int i)
[const]QTimetoTime(string string,
const QLocale_FormatType arg2 = QLocale::LongFormat)
Method QTime QLocale::toTime(const QString &string, QLocale::FormatType)
[const]QTimetoTime(string string,
string format)
Method QTime QLocale::toTime(const QString &string, const QString &format)
[const]unsigned inttoUInt(string s,
bool ptr ok = 0,
int base = 0)
Method unsigned int QLocale::toUInt(const QString &s, bool *ok, int base)
[const]long longtoULongLong(string s,
bool ptr ok = 0,
int base = 0)
Method qlonglong QLocale::toULongLong(const QString &s, bool *ok, int base)
[const]unsigned shorttoUShort(string s,
bool ptr ok = 0,
int base = 0)
Method unsigned short int QLocale::toUShort(const QString &s, bool *ok, int base)
[const]unsigned intzeroDigitMethod QChar QLocale::zeroDigit()

Public static methods and constants

[static,const]QLocale_LanguageAbkhazianEnum constant QLocale::Abkhazian
[static,const]QLocale_LanguageAfanEnum constant QLocale::Afan
[static,const]QLocale_LanguageAfarEnum constant QLocale::Afar
[static,const]QLocale_CountryAfghanistanEnum constant QLocale::Afghanistan
[static,const]QLocale_LanguageAfrikaansEnum constant QLocale::Afrikaans
[static,const]QLocale_LanguageAkanEnum constant QLocale::Akan
[static,const]QLocale_CountryAlbaniaEnum constant QLocale::Albania
[static,const]QLocale_LanguageAlbanianEnum constant QLocale::Albanian
[static,const]QLocale_CountryAlgeriaEnum constant QLocale::Algeria
[static,const]QLocale_CountryAmericanSamoaEnum constant QLocale::AmericanSamoa
[static,const]QLocale_LanguageAmharicEnum constant QLocale::Amharic
[static,const]QLocale_CountryAndorraEnum constant QLocale::Andorra
[static,const]QLocale_CountryAngolaEnum constant QLocale::Angola
[static,const]QLocale_CountryAnguillaEnum constant QLocale::Anguilla
[static,const]QLocale_CountryAntarcticaEnum constant QLocale::Antarctica
[static,const]QLocale_CountryAntiguaAndBarbudaEnum constant QLocale::AntiguaAndBarbuda
[static,const]QLocale_CountryAnyCountryEnum constant QLocale::AnyCountry
[static,const]QLocale_LanguageArabicEnum constant QLocale::Arabic
[static,const]QLocale_CountryArgentinaEnum constant QLocale::Argentina
[static,const]QLocale_CountryArmeniaEnum constant QLocale::Armenia
[static,const]QLocale_LanguageArmenianEnum constant QLocale::Armenian
[static,const]QLocale_CountryArubaEnum constant QLocale::Aruba
[static,const]QLocale_LanguageAssameseEnum constant QLocale::Assamese
[static,const]QLocale_LanguageAtsamEnum constant QLocale::Atsam
[static,const]QLocale_CountryAustraliaEnum constant QLocale::Australia
[static,const]QLocale_CountryAustriaEnum constant QLocale::Austria
[static,const]QLocale_LanguageAymaraEnum constant QLocale::Aymara
[static,const]QLocale_CountryAzerbaijanEnum constant QLocale::Azerbaijan
[static,const]QLocale_LanguageAzerbaijaniEnum constant QLocale::Azerbaijani
[static,const]QLocale_CountryBahamasEnum constant QLocale::Bahamas
[static,const]QLocale_CountryBahrainEnum constant QLocale::Bahrain
[static,const]QLocale_CountryBangladeshEnum constant QLocale::Bangladesh
[static,const]QLocale_CountryBarbadosEnum constant QLocale::Barbados
[static,const]QLocale_LanguageBashkirEnum constant QLocale::Bashkir
[static,const]QLocale_LanguageBasqueEnum constant QLocale::Basque
[static,const]QLocale_CountryBelarusEnum constant QLocale::Belarus
[static,const]QLocale_CountryBelgiumEnum constant QLocale::Belgium
[static,const]QLocale_CountryBelizeEnum constant QLocale::Belize
[static,const]QLocale_LanguageBengaliEnum constant QLocale::Bengali
[static,const]QLocale_CountryBeninEnum constant QLocale::Benin
[static,const]QLocale_CountryBermudaEnum constant QLocale::Bermuda
[static,const]QLocale_CountryBhutanEnum constant QLocale::Bhutan
[static,const]QLocale_LanguageBhutaniEnum constant QLocale::Bhutani
[static,const]QLocale_LanguageBihariEnum constant QLocale::Bihari
[static,const]QLocale_LanguageBislamaEnum constant QLocale::Bislama
[static,const]QLocale_LanguageBlinEnum constant QLocale::Blin
[static,const]QLocale_CountryBoliviaEnum constant QLocale::Bolivia
[static,const]QLocale_CountryBosniaAndHerzegowinaEnum constant QLocale::BosniaAndHerzegowina
[static,const]QLocale_LanguageBosnianEnum constant QLocale::Bosnian
[static,const]QLocale_CountryBotswanaEnum constant QLocale::Botswana
[static,const]QLocale_CountryBouvetIslandEnum constant QLocale::BouvetIsland
[static,const]QLocale_CountryBrazilEnum constant QLocale::Brazil
[static,const]QLocale_LanguageBretonEnum constant QLocale::Breton
[static,const]QLocale_CountryBritishIndianOceanTerritoryEnum constant QLocale::BritishIndianOceanTerritory
[static,const]QLocale_CountryBritishVirginIslandsEnum constant QLocale::BritishVirginIslands
[static,const]QLocale_CountryBruneiDarussalamEnum constant QLocale::BruneiDarussalam
[static,const]QLocale_CountryBulgariaEnum constant QLocale::Bulgaria
[static,const]QLocale_LanguageBulgarianEnum constant QLocale::Bulgarian
[static,const]QLocale_CountryBurkinaFasoEnum constant QLocale::BurkinaFaso
[static,const]QLocale_LanguageBurmeseEnum constant QLocale::Burmese
[static,const]QLocale_CountryBurundiEnum constant QLocale::Burundi
[static,const]QLocale_LanguageByelorussianEnum constant QLocale::Byelorussian
[static,const]QLocale_LanguageCEnum constant QLocale::C
[static,const]QLocale_CountryCambodiaEnum constant QLocale::Cambodia
[static,const]QLocale_LanguageCambodianEnum constant QLocale::Cambodian
[static,const]QLocale_CountryCameroonEnum constant QLocale::Cameroon
[static,const]QLocale_CountryCanadaEnum constant QLocale::Canada
[static,const]QLocale_CountryCapeVerdeEnum constant QLocale::CapeVerde
[static,const]QLocale_LanguageCatalanEnum constant QLocale::Catalan
[static,const]QLocale_CountryCaymanIslandsEnum constant QLocale::CaymanIslands
[static,const]QLocale_CountryCentralAfricanRepublicEnum constant QLocale::CentralAfricanRepublic
[static,const]QLocale_CountryChadEnum constant QLocale::Chad
[static,const]QLocale_LanguageChewaEnum constant QLocale::Chewa
[static,const]QLocale_CountryChileEnum constant QLocale::Chile
[static,const]QLocale_CountryChinaEnum constant QLocale::China
[static,const]QLocale_LanguageChineseEnum constant QLocale::Chinese
[static,const]QLocale_CountryChristmasIslandEnum constant QLocale::ChristmasIsland
[static,const]QLocale_CountryCocosIslandsEnum constant QLocale::CocosIslands
[static,const]QLocale_CountryColombiaEnum constant QLocale::Colombia
[static,const]QLocale_CountryComorosEnum constant QLocale::Comoros
[static,const]QLocale_CountryCookIslandsEnum constant QLocale::CookIslands
[static,const]QLocale_LanguageCornishEnum constant QLocale::Cornish
[static,const]QLocale_LanguageCorsicanEnum constant QLocale::Corsican
[static,const]QLocale_CountryCostaRicaEnum constant QLocale::CostaRica
[static,const]QLocale_CountryCroatiaEnum constant QLocale::Croatia
[static,const]QLocale_LanguageCroatianEnum constant QLocale::Croatian
[static,const]QLocale_CountryCubaEnum constant QLocale::Cuba
[static,const]QLocale_CountryCyprusEnum constant QLocale::Cyprus
[static,const]QLocale_LanguageCzechEnum constant QLocale::Czech
[static,const]QLocale_CountryCzechRepublicEnum constant QLocale::CzechRepublic
[static,const]QLocale_LanguageDanishEnum constant QLocale::Danish
[static,const]QLocale_CountryDemocraticRepublicOfCongoEnum constant QLocale::DemocraticRepublicOfCongo
[static,const]QLocale_CountryDemocraticRepublicOfKoreaEnum constant QLocale::DemocraticRepublicOfKorea
[static,const]QLocale_CountryDenmarkEnum constant QLocale::Denmark
[static,const]QLocale_LanguageDivehiEnum constant QLocale::Divehi
[static,const]QLocale_CountryDjiboutiEnum constant QLocale::Djibouti
[static,const]QLocale_CountryDominicaEnum constant QLocale::Dominica
[static,const]QLocale_CountryDominicanRepublicEnum constant QLocale::DominicanRepublic
[static,const]QLocale_LanguageDutchEnum constant QLocale::Dutch
[static,const]QLocale_CountryEastTimorEnum constant QLocale::EastTimor
[static,const]QLocale_CountryEcuadorEnum constant QLocale::Ecuador
[static,const]QLocale_CountryEgyptEnum constant QLocale::Egypt
[static,const]QLocale_CountryElSalvadorEnum constant QLocale::ElSalvador
[static,const]QLocale_LanguageEnglishEnum constant QLocale::English
[static,const]QLocale_CountryEquatorialGuineaEnum constant QLocale::EquatorialGuinea
[static,const]QLocale_CountryEritreaEnum constant QLocale::Eritrea
[static,const]QLocale_LanguageEsperantoEnum constant QLocale::Esperanto
[static,const]QLocale_CountryEstoniaEnum constant QLocale::Estonia
[static,const]QLocale_LanguageEstonianEnum constant QLocale::Estonian
[static,const]QLocale_CountryEthiopiaEnum constant QLocale::Ethiopia
[static,const]QLocale_LanguageEweEnum constant QLocale::Ewe
[static,const]QLocale_CountryFalklandIslandsEnum constant QLocale::FalklandIslands
[static,const]QLocale_CountryFaroeIslandsEnum constant QLocale::FaroeIslands
[static,const]QLocale_LanguageFaroeseEnum constant QLocale::Faroese
[static,const]QLocale_CountryFijiCountryEnum constant QLocale::FijiCountry
[static,const]QLocale_LanguageFijiLanguageEnum constant QLocale::FijiLanguage
[static,const]QLocale_CountryFinlandEnum constant QLocale::Finland
[static,const]QLocale_LanguageFinnishEnum constant QLocale::Finnish
[static,const]QLocale_CountryFranceEnum constant QLocale::France
[static,const]QLocale_LanguageFrenchEnum constant QLocale::French
[static,const]QLocale_CountryFrenchGuianaEnum constant QLocale::FrenchGuiana
[static,const]QLocale_CountryFrenchPolynesiaEnum constant QLocale::FrenchPolynesia
[static,const]QLocale_CountryFrenchSouthernTerritoriesEnum constant QLocale::FrenchSouthernTerritories
[static,const]QLocale_LanguageFrisianEnum constant QLocale::Frisian
[static,const]QLocale_LanguageFriulianEnum constant QLocale::Friulian
[static,const]QLocale_LanguageGaEnum constant QLocale::Ga
[static,const]QLocale_CountryGabonEnum constant QLocale::Gabon
[static,const]QLocale_LanguageGaelicEnum constant QLocale::Gaelic
[static,const]QLocale_LanguageGalicianEnum constant QLocale::Galician
[static,const]QLocale_CountryGambiaEnum constant QLocale::Gambia
[static,const]QLocale_LanguageGeezEnum constant QLocale::Geez
[static,const]QLocale_CountryGeorgiaEnum constant QLocale::Georgia
[static,const]QLocale_LanguageGeorgianEnum constant QLocale::Georgian
[static,const]QLocale_LanguageGermanEnum constant QLocale::German
[static,const]QLocale_CountryGermanyEnum constant QLocale::Germany
[static,const]QLocale_CountryGhanaEnum constant QLocale::Ghana
[static,const]QLocale_CountryGibraltarEnum constant QLocale::Gibraltar
[static,const]QLocale_CountryGreeceEnum constant QLocale::Greece
[static,const]QLocale_LanguageGreekEnum constant QLocale::Greek
[static,const]QLocale_CountryGreenlandEnum constant QLocale::Greenland
[static,const]QLocale_LanguageGreenlandicEnum constant QLocale::Greenlandic
[static,const]QLocale_CountryGrenadaEnum constant QLocale::Grenada
[static,const]QLocale_CountryGuadeloupeEnum constant QLocale::Guadeloupe
[static,const]QLocale_CountryGuamEnum constant QLocale::Guam
[static,const]QLocale_LanguageGuaraniEnum constant QLocale::Guarani
[static,const]QLocale_CountryGuatemalaEnum constant QLocale::Guatemala
[static,const]QLocale_CountryGuineaEnum constant QLocale::Guinea
[static,const]QLocale_CountryGuineaBissauEnum constant QLocale::GuineaBissau
[static,const]QLocale_LanguageGujaratiEnum constant QLocale::Gujarati
[static,const]QLocale_CountryGuyanaEnum constant QLocale::Guyana
[static,const]QLocale_CountryHaitiEnum constant QLocale::Haiti
[static,const]QLocale_LanguageHausaEnum constant QLocale::Hausa
[static,const]QLocale_LanguageHawaiianEnum constant QLocale::Hawaiian
[static,const]QLocale_CountryHeardAndMcDonaldIslandsEnum constant QLocale::HeardAndMcDonaldIslands
[static,const]QLocale_LanguageHebrewEnum constant QLocale::Hebrew
[static,const]QLocale_LanguageHindiEnum constant QLocale::Hindi
[static,const]QLocale_CountryHondurasEnum constant QLocale::Honduras
[static,const]QLocale_CountryHongKongEnum constant QLocale::HongKong
[static,const]QLocale_LanguageHungarianEnum constant QLocale::Hungarian
[static,const]QLocale_CountryHungaryEnum constant QLocale::Hungary
[static,const]QLocale_CountryIcelandEnum constant QLocale::Iceland
[static,const]QLocale_LanguageIcelandicEnum constant QLocale::Icelandic
[static,const]QLocale_LanguageIgboEnum constant QLocale::Igbo
[static,const]QLocale_MeasurementSystemImperialSystemEnum constant QLocale::ImperialSystem
[static,const]QLocale_CountryIndiaEnum constant QLocale::India
[static,const]QLocale_CountryIndonesiaEnum constant QLocale::Indonesia
[static,const]QLocale_LanguageIndonesianEnum constant QLocale::Indonesian
[static,const]QLocale_LanguageInterlinguaEnum constant QLocale::Interlingua
[static,const]QLocale_LanguageInterlingueEnum constant QLocale::Interlingue
[static,const]QLocale_LanguageInuktitutEnum constant QLocale::Inuktitut
[static,const]QLocale_LanguageInupiakEnum constant QLocale::Inupiak
[static,const]QLocale_CountryIranEnum constant QLocale::Iran
[static,const]QLocale_CountryIraqEnum constant QLocale::Iraq
[static,const]QLocale_CountryIrelandEnum constant QLocale::Ireland
[static,const]QLocale_LanguageIrishEnum constant QLocale::Irish
[static,const]QLocale_CountryIsraelEnum constant QLocale::Israel
[static,const]QLocale_LanguageItalianEnum constant QLocale::Italian
[static,const]QLocale_CountryItalyEnum constant QLocale::Italy
[static,const]QLocale_CountryIvoryCoastEnum constant QLocale::IvoryCoast
[static,const]QLocale_CountryJamaicaEnum constant QLocale::Jamaica
[static,const]QLocale_CountryJapanEnum constant QLocale::Japan
[static,const]QLocale_LanguageJapaneseEnum constant QLocale::Japanese
[static,const]QLocale_LanguageJavaneseEnum constant QLocale::Javanese
[static,const]QLocale_LanguageJjuEnum constant QLocale::Jju
[static,const]QLocale_CountryJordanEnum constant QLocale::Jordan
[static,const]QLocale_LanguageKambaEnum constant QLocale::Kamba
[static,const]QLocale_LanguageKannadaEnum constant QLocale::Kannada
[static,const]QLocale_LanguageKashmiriEnum constant QLocale::Kashmiri
[static,const]QLocale_LanguageKazakhEnum constant QLocale::Kazakh
[static,const]QLocale_CountryKazakhstanEnum constant QLocale::Kazakhstan
[static,const]QLocale_CountryKenyaEnum constant QLocale::Kenya
[static,const]QLocale_LanguageKinyarwandaEnum constant QLocale::Kinyarwanda
[static,const]QLocale_LanguageKirghizEnum constant QLocale::Kirghiz
[static,const]QLocale_CountryKiribatiEnum constant QLocale::Kiribati
[static,const]QLocale_LanguageKonkaniEnum constant QLocale::Konkani
[static,const]QLocale_LanguageKoreanEnum constant QLocale::Korean
[static,const]QLocale_LanguageKoroEnum constant QLocale::Koro
[static,const]QLocale_LanguageKurdishEnum constant QLocale::Kurdish
[static,const]QLocale_LanguageKurundiEnum constant QLocale::Kurundi
[static,const]QLocale_CountryKuwaitEnum constant QLocale::Kuwait
[static,const]QLocale_CountryKyrgyzstanEnum constant QLocale::Kyrgyzstan
[static,const]QLocale_CountryLaoEnum constant QLocale::Lao
[static,const]QLocale_LanguageLaothianEnum constant QLocale::Laothian
[static,const]QLocale_CountryLastCountryEnum constant QLocale::LastCountry
[static,const]QLocale_LanguageLastLanguageEnum constant QLocale::LastLanguage
[static,const]QLocale_LanguageLatinEnum constant QLocale::Latin
[static,const]QLocale_CountryLatviaEnum constant QLocale::Latvia
[static,const]QLocale_LanguageLatvianEnum constant QLocale::Latvian
[static,const]QLocale_CountryLebanonEnum constant QLocale::Lebanon
[static,const]QLocale_CountryLesothoEnum constant QLocale::Lesotho
[static,const]QLocale_CountryLiberiaEnum constant QLocale::Liberia
[static,const]QLocale_CountryLibyanArabJamahiriyaEnum constant QLocale::LibyanArabJamahiriya
[static,const]QLocale_CountryLiechtensteinEnum constant QLocale::Liechtenstein
[static,const]QLocale_LanguageLingalaEnum constant QLocale::Lingala
[static,const]QLocale_CountryLithuaniaEnum constant QLocale::Lithuania
[static,const]QLocale_LanguageLithuanianEnum constant QLocale::Lithuanian
[static,const]QLocale_FormatTypeLongFormatEnum constant QLocale::LongFormat
[static,const]QLocale_CountryLuxembourgEnum constant QLocale::Luxembourg
[static,const]QLocale_CountryMacauEnum constant QLocale::Macau
[static,const]QLocale_CountryMacedoniaEnum constant QLocale::Macedonia
[static,const]QLocale_LanguageMacedonianEnum constant QLocale::Macedonian
[static,const]QLocale_CountryMadagascarEnum constant QLocale::Madagascar
[static,const]QLocale_LanguageMalagasyEnum constant QLocale::Malagasy
[static,const]QLocale_CountryMalawiEnum constant QLocale::Malawi
[static,const]QLocale_LanguageMalayEnum constant QLocale::Malay
[static,const]QLocale_LanguageMalayalamEnum constant QLocale::Malayalam
[static,const]QLocale_CountryMalaysiaEnum constant QLocale::Malaysia
[static,const]QLocale_CountryMaldivesEnum constant QLocale::Maldives
[static,const]QLocale_CountryMaliEnum constant QLocale::Mali
[static,const]QLocale_CountryMaltaEnum constant QLocale::Malta
[static,const]QLocale_LanguageMalteseEnum constant QLocale::Maltese
[static,const]QLocale_LanguageManxEnum constant QLocale::Manx
[static,const]QLocale_LanguageMaoriEnum constant QLocale::Maori
[static,const]QLocale_LanguageMarathiEnum constant QLocale::Marathi
[static,const]QLocale_CountryMarshallIslandsEnum constant QLocale::MarshallIslands
[static,const]QLocale_CountryMartiniqueEnum constant QLocale::Martinique
[static,const]QLocale_CountryMauritaniaEnum constant QLocale::Mauritania
[static,const]QLocale_CountryMauritiusEnum constant QLocale::Mauritius
[static,const]QLocale_CountryMayotteEnum constant QLocale::Mayotte
[static,const]QLocale_MeasurementSystemMetricSystemEnum constant QLocale::MetricSystem
[static,const]QLocale_CountryMetropolitanFranceEnum constant QLocale::MetropolitanFrance
[static,const]QLocale_CountryMexicoEnum constant QLocale::Mexico
[static,const]QLocale_CountryMicronesiaEnum constant QLocale::Micronesia
[static,const]QLocale_LanguageMoldavianEnum constant QLocale::Moldavian
[static,const]QLocale_CountryMoldovaEnum constant QLocale::Moldova
[static,const]QLocale_CountryMonacoEnum constant QLocale::Monaco
[static,const]QLocale_CountryMongoliaEnum constant QLocale::Mongolia
[static,const]QLocale_LanguageMongolianEnum constant QLocale::Mongolian
[static,const]QLocale_CountryMontserratEnum constant QLocale::Montserrat
[static,const]QLocale_CountryMoroccoEnum constant QLocale::Morocco
[static,const]QLocale_CountryMozambiqueEnum constant QLocale::Mozambique
[static,const]QLocale_CountryMyanmarEnum constant QLocale::Myanmar
[static,const]QLocale_CountryNamibiaEnum constant QLocale::Namibia
[static,const]QLocale_FormatTypeNarrowFormatEnum constant QLocale::NarrowFormat
[static,const]QLocale_CountryNauruCountryEnum constant QLocale::NauruCountry
[static,const]QLocale_LanguageNauruLanguageEnum constant QLocale::NauruLanguage
[static,const]QLocale_CountryNepalEnum constant QLocale::Nepal
[static,const]QLocale_LanguageNepaliEnum constant QLocale::Nepali
[static,const]QLocale_CountryNetherlandsEnum constant QLocale::Netherlands
[static,const]QLocale_CountryNetherlandsAntillesEnum constant QLocale::NetherlandsAntilles
[static,const]QLocale_CountryNewCaledoniaEnum constant QLocale::NewCaledonia
[static,const]QLocale_CountryNewZealandEnum constant QLocale::NewZealand
[static,const]QLocale_CountryNicaraguaEnum constant QLocale::Nicaragua
[static,const]QLocale_CountryNigerEnum constant QLocale::Niger
[static,const]QLocale_CountryNigeriaEnum constant QLocale::Nigeria
[static,const]QLocale_CountryNiueEnum constant QLocale::Niue
[static,const]QLocale_CountryNorfolkIslandEnum constant QLocale::NorfolkIsland
[static,const]QLocale_CountryNorthernMarianaIslandsEnum constant QLocale::NorthernMarianaIslands
[static,const]QLocale_CountryNorwayEnum constant QLocale::Norway
[static,const]QLocale_LanguageNorwegianEnum constant QLocale::Norwegian
[static,const]QLocale_LanguageNorwegianBokmalEnum constant QLocale::NorwegianBokmal
[static,const]QLocale_LanguageNorwegianNynorskEnum constant QLocale::NorwegianNynorsk
[static,const]QLocale_LanguageNynorskEnum constant QLocale::Nynorsk
[static,const]QLocale_LanguageOccitanEnum constant QLocale::Occitan
[static,const]QLocale_CountryOmanEnum constant QLocale::Oman
[static,const]QLocale_NumberOptionOmitGroupSeparatorEnum constant QLocale::OmitGroupSeparator
[static,const]QLocale_LanguageOriyaEnum constant QLocale::Oriya
[static,const]QLocale_CountryPakistanEnum constant QLocale::Pakistan
[static,const]QLocale_CountryPalauEnum constant QLocale::Palau
[static,const]QLocale_CountryPalestinianTerritoryEnum constant QLocale::PalestinianTerritory
[static,const]QLocale_CountryPanamaEnum constant QLocale::Panama
[static,const]QLocale_CountryPapuaNewGuineaEnum constant QLocale::PapuaNewGuinea
[static,const]QLocale_CountryParaguayEnum constant QLocale::Paraguay
[static,const]QLocale_LanguagePashtoEnum constant QLocale::Pashto
[static,const]QLocale_CountryPeoplesRepublicOfCongoEnum constant QLocale::PeoplesRepublicOfCongo
[static,const]QLocale_LanguagePersianEnum constant QLocale::Persian
[static,const]QLocale_CountryPeruEnum constant QLocale::Peru
[static,const]QLocale_CountryPhilippinesEnum constant QLocale::Philippines
[static,const]QLocale_CountryPitcairnEnum constant QLocale::Pitcairn
[static,const]QLocale_CountryPolandEnum constant QLocale::Poland
[static,const]QLocale_LanguagePolishEnum constant QLocale::Polish
[static,const]QLocale_CountryPortugalEnum constant QLocale::Portugal
[static,const]QLocale_LanguagePortugueseEnum constant QLocale::Portuguese
[static,const]QLocale_CountryPuertoRicoEnum constant QLocale::PuertoRico
[static,const]QLocale_LanguagePunjabiEnum constant QLocale::Punjabi
[static,const]QLocale_CountryQatarEnum constant QLocale::Qatar
[static,const]QLocale_LanguageQuechuaEnum constant QLocale::Quechua
[static,const]QLocale_NumberOptionRejectGroupSeparatorEnum constant QLocale::RejectGroupSeparator
[static,const]QLocale_CountryRepublicOfKoreaEnum constant QLocale::RepublicOfKorea
[static,const]QLocale_CountryReunionEnum constant QLocale::Reunion
[static,const]QLocale_LanguageRhaetoRomanceEnum constant QLocale::RhaetoRomance
[static,const]QLocale_CountryRomaniaEnum constant QLocale::Romania
[static,const]QLocale_LanguageRomanianEnum constant QLocale::Romanian
[static,const]QLocale_LanguageRussianEnum constant QLocale::Russian
[static,const]QLocale_CountryRussianFederationEnum constant QLocale::RussianFederation
[static,const]QLocale_CountryRwandaEnum constant QLocale::Rwanda
[static,const]QLocale_CountrySaintKittsAndNevisEnum constant QLocale::SaintKittsAndNevis
[static,const]QLocale_CountrySamoaEnum constant QLocale::Samoa
[static,const]QLocale_LanguageSamoanEnum constant QLocale::Samoan
[static,const]QLocale_CountrySanMarinoEnum constant QLocale::SanMarino
[static,const]QLocale_LanguageSanghoEnum constant QLocale::Sangho
[static,const]QLocale_LanguageSanskritEnum constant QLocale::Sanskrit
[static,const]QLocale_CountrySaoTomeAndPrincipeEnum constant QLocale::SaoTomeAndPrincipe
[static,const]QLocale_CountrySaudiArabiaEnum constant QLocale::SaudiArabia
[static,const]QLocale_CountrySenegalEnum constant QLocale::Senegal
[static,const]QLocale_CountrySerbiaAndMontenegroEnum constant QLocale::SerbiaAndMontenegro
[static,const]QLocale_LanguageSerbianEnum constant QLocale::Serbian
[static,const]QLocale_LanguageSerboCroatianEnum constant QLocale::SerboCroatian
[static,const]QLocale_LanguageSesothoEnum constant QLocale::Sesotho
[static,const]QLocale_LanguageSetswanaEnum constant QLocale::Setswana
[static,const]QLocale_CountrySeychellesEnum constant QLocale::Seychelles
[static,const]QLocale_LanguageShonaEnum constant QLocale::Shona
[static,const]QLocale_FormatTypeShortFormatEnum constant QLocale::ShortFormat
[static,const]QLocale_LanguageSidamoEnum constant QLocale::Sidamo
[static,const]QLocale_CountrySierraLeoneEnum constant QLocale::SierraLeone
[static,const]QLocale_LanguageSindhiEnum constant QLocale::Sindhi
[static,const]QLocale_CountrySingaporeEnum constant QLocale::Singapore
[static,const]QLocale_LanguageSinghaleseEnum constant QLocale::Singhalese
[static,const]QLocale_LanguageSiswatiEnum constant QLocale::Siswati
[static,const]QLocale_LanguageSlovakEnum constant QLocale::Slovak
[static,const]QLocale_CountrySlovakiaEnum constant QLocale::Slovakia
[static,const]QLocale_CountrySloveniaEnum constant QLocale::Slovenia
[static,const]QLocale_LanguageSlovenianEnum constant QLocale::Slovenian
[static,const]QLocale_CountrySolomonIslandsEnum constant QLocale::SolomonIslands
[static,const]QLocale_LanguageSomaliEnum constant QLocale::Somali
[static,const]QLocale_CountrySomaliaEnum constant QLocale::Somalia
[static,const]QLocale_CountrySouthAfricaEnum constant QLocale::SouthAfrica
[static,const]QLocale_CountrySouthGeorgiaAndTheSouthSandwichIslandsEnum constant QLocale::SouthGeorgiaAndTheSouthSandwichIslands
[static,const]QLocale_CountrySpainEnum constant QLocale::Spain
[static,const]QLocale_LanguageSpanishEnum constant QLocale::Spanish
[static,const]QLocale_CountrySriLankaEnum constant QLocale::SriLanka
[static,const]QLocale_CountryStHelenaEnum constant QLocale::StHelena
[static,const]QLocale_CountryStLuciaEnum constant QLocale::StLucia
[static,const]QLocale_CountryStPierreAndMiquelonEnum constant QLocale::StPierreAndMiquelon
[static,const]QLocale_CountryStVincentAndTheGrenadinesEnum constant QLocale::StVincentAndTheGrenadines
[static,const]QLocale_CountrySudanEnum constant QLocale::Sudan
[static,const]QLocale_LanguageSundaneseEnum constant QLocale::Sundanese
[static,const]QLocale_CountrySurinameEnum constant QLocale::Suriname
[static,const]QLocale_CountrySvalbardAndJanMayenIslandsEnum constant QLocale::SvalbardAndJanMayenIslands
[static,const]QLocale_LanguageSwahiliEnum constant QLocale::Swahili
[static,const]QLocale_CountrySwazilandEnum constant QLocale::Swaziland
[static,const]QLocale_CountrySwedenEnum constant QLocale::Sweden
[static,const]QLocale_LanguageSwedishEnum constant QLocale::Swedish
[static,const]QLocale_CountrySwitzerlandEnum constant QLocale::Switzerland
[static,const]QLocale_LanguageSyriacEnum constant QLocale::Syriac
[static,const]QLocale_CountrySyrianArabRepublicEnum constant QLocale::SyrianArabRepublic
[static,const]QLocale_LanguageTagalogEnum constant QLocale::Tagalog
[static,const]QLocale_CountryTaiwanEnum constant QLocale::Taiwan
[static,const]QLocale_LanguageTajikEnum constant QLocale::Tajik
[static,const]QLocale_CountryTajikistanEnum constant QLocale::Tajikistan
[static,const]QLocale_LanguageTamilEnum constant QLocale::Tamil
[static,const]QLocale_CountryTanzaniaEnum constant QLocale::Tanzania
[static,const]QLocale_LanguageTatarEnum constant QLocale::Tatar
[static,const]QLocale_LanguageTeluguEnum constant QLocale::Telugu
[static,const]QLocale_LanguageThaiEnum constant QLocale::Thai
[static,const]QLocale_CountryThailandEnum constant QLocale::Thailand
[static,const]QLocale_LanguageTibetanEnum constant QLocale::Tibetan
[static,const]QLocale_LanguageTigreEnum constant QLocale::Tigre
[static,const]QLocale_LanguageTigrinyaEnum constant QLocale::Tigrinya
[static,const]QLocale_CountryTogoEnum constant QLocale::Togo
[static,const]QLocale_CountryTokelauEnum constant QLocale::Tokelau
[static,const]QLocale_CountryTongaCountryEnum constant QLocale::TongaCountry
[static,const]QLocale_LanguageTongaLanguageEnum constant QLocale::TongaLanguage
[static,const]QLocale_CountryTrinidadAndTobagoEnum constant QLocale::TrinidadAndTobago
[static,const]QLocale_LanguageTsongaEnum constant QLocale::Tsonga
[static,const]QLocale_CountryTunisiaEnum constant QLocale::Tunisia
[static,const]QLocale_CountryTurkeyEnum constant QLocale::Turkey
[static,const]QLocale_LanguageTurkishEnum constant QLocale::Turkish
[static,const]QLocale_LanguageTurkmenEnum constant QLocale::Turkmen
[static,const]QLocale_CountryTurkmenistanEnum constant QLocale::Turkmenistan
[static,const]QLocale_CountryTurksAndCaicosIslandsEnum constant QLocale::TurksAndCaicosIslands
[static,const]QLocale_CountryTuvaluEnum constant QLocale::Tuvalu
[static,const]QLocale_LanguageTwiEnum constant QLocale::Twi
[static,const]QLocale_LanguageTyapEnum constant QLocale::Tyap
[static,const]QLocale_CountryUSVirginIslandsEnum constant QLocale::USVirginIslands
[static,const]QLocale_CountryUgandaEnum constant QLocale::Uganda
[static,const]QLocale_LanguageUigurEnum constant QLocale::Uigur
[static,const]QLocale_CountryUkraineEnum constant QLocale::Ukraine
[static,const]QLocale_LanguageUkrainianEnum constant QLocale::Ukrainian
[static,const]QLocale_CountryUnitedArabEmiratesEnum constant QLocale::UnitedArabEmirates
[static,const]QLocale_CountryUnitedKingdomEnum constant QLocale::UnitedKingdom
[static,const]QLocale_CountryUnitedStatesEnum constant QLocale::UnitedStates
[static,const]QLocale_CountryUnitedStatesMinorOutlyingIslandsEnum constant QLocale::UnitedStatesMinorOutlyingIslands
[static,const]QLocale_LanguageUrduEnum constant QLocale::Urdu
[static,const]QLocale_CountryUruguayEnum constant QLocale::Uruguay
[static,const]QLocale_LanguageUzbekEnum constant QLocale::Uzbek
[static,const]QLocale_CountryUzbekistanEnum constant QLocale::Uzbekistan
[static,const]QLocale_CountryVanuatuEnum constant QLocale::Vanuatu
[static,const]QLocale_CountryVaticanCityStateEnum constant QLocale::VaticanCityState
[static,const]QLocale_LanguageVendaEnum constant QLocale::Venda
[static,const]QLocale_CountryVenezuelaEnum constant QLocale::Venezuela
[static,const]QLocale_CountryVietNamEnum constant QLocale::VietNam
[static,const]QLocale_LanguageVietnameseEnum constant QLocale::Vietnamese
[static,const]QLocale_LanguageVolapukEnum constant QLocale::Volapuk
[static,const]QLocale_LanguageWalamoEnum constant QLocale::Walamo
[static,const]QLocale_CountryWallisAndFutunaIslandsEnum constant QLocale::WallisAndFutunaIslands
[static,const]QLocale_LanguageWelshEnum constant QLocale::Welsh
[static,const]QLocale_CountryWesternSaharaEnum constant QLocale::WesternSahara
[static,const]QLocale_LanguageWolofEnum constant QLocale::Wolof
[static,const]QLocale_LanguageXhosaEnum constant QLocale::Xhosa
[static,const]QLocale_CountryYemenEnum constant QLocale::Yemen
[static,const]QLocale_LanguageYiddishEnum constant QLocale::Yiddish
[static,const]QLocale_LanguageYorubaEnum constant QLocale::Yoruba
[static,const]QLocale_CountryYugoslaviaEnum constant QLocale::Yugoslavia
[static,const]QLocale_CountryZambiaEnum constant QLocale::Zambia
[static,const]QLocale_LanguageZhuangEnum constant QLocale::Zhuang
[static,const]QLocale_CountryZimbabweEnum constant QLocale::Zimbabwe
[static,const]QLocale_LanguageZuluEnum constant QLocale::Zulu
QLocalecStatic method QLocale QLocale::c()
QLocale_Country[]countriesForLanguage(const QLocale_Language lang)Static method QList<QLocale::Country> QLocale::countriesForLanguage(QLocale::Language lang)
stringcountryToString(const QLocale_Country country)Static method QString QLocale::countryToString(QLocale::Country country)
stringlanguageToString(const QLocale_Language language)Static method QString QLocale::languageToString(QLocale::Language language)
voidsetDefault(const QLocale locale)Static method void QLocale::setDefault(const QLocale &locale)
QLocalesystemStatic method QLocale QLocale::system()

Deprecated methods (protected, public, static, non-static and constructors)

voidcreateUse of this method is deprecated. Use _create instead
voiddestroyUse of this method is deprecated. Use _destroy instead
[const]booldestroyed?Use of this method is deprecated. Use _destroyed? instead
[const]boolis_const_object?Use of this method is deprecated. Use _is_const_object? instead

Detailed description

!=

Signature: [const] bool != (const QLocale other)

Description: Method bool QLocale::operator!=(const QLocale &other)

==

Signature: [const] bool == (const QLocale other)

Description: Method bool QLocale::operator==(const QLocale &other)

Abkhazian

Signature: [static,const] QLocale_Language Abkhazian

Description: Enum constant QLocale::Abkhazian

Python specific notes:
The object exposes a readable attribute 'Abkhazian'. This is the getter.

Afan

Signature: [static,const] QLocale_Language Afan

Description: Enum constant QLocale::Afan

Python specific notes:
The object exposes a readable attribute 'Afan'. This is the getter.

Afar

Signature: [static,const] QLocale_Language Afar

Description: Enum constant QLocale::Afar

Python specific notes:
The object exposes a readable attribute 'Afar'. This is the getter.

Afghanistan

Signature: [static,const] QLocale_Country Afghanistan

Description: Enum constant QLocale::Afghanistan

Python specific notes:
The object exposes a readable attribute 'Afghanistan'. This is the getter.

Afrikaans

Signature: [static,const] QLocale_Language Afrikaans

Description: Enum constant QLocale::Afrikaans

Python specific notes:
The object exposes a readable attribute 'Afrikaans'. This is the getter.

Akan

Signature: [static,const] QLocale_Language Akan

Description: Enum constant QLocale::Akan

Python specific notes:
The object exposes a readable attribute 'Akan'. This is the getter.

Albania

Signature: [static,const] QLocale_Country Albania

Description: Enum constant QLocale::Albania

Python specific notes:
The object exposes a readable attribute 'Albania'. This is the getter.

Albanian

Signature: [static,const] QLocale_Language Albanian

Description: Enum constant QLocale::Albanian

Python specific notes:
The object exposes a readable attribute 'Albanian'. This is the getter.

Algeria

Signature: [static,const] QLocale_Country Algeria

Description: Enum constant QLocale::Algeria

Python specific notes:
The object exposes a readable attribute 'Algeria'. This is the getter.

AmericanSamoa

Signature: [static,const] QLocale_Country AmericanSamoa

Description: Enum constant QLocale::AmericanSamoa

Python specific notes:
The object exposes a readable attribute 'AmericanSamoa'. This is the getter.

Amharic

Signature: [static,const] QLocale_Language Amharic

Description: Enum constant QLocale::Amharic

Python specific notes:
The object exposes a readable attribute 'Amharic'. This is the getter.

Andorra

Signature: [static,const] QLocale_Country Andorra

Description: Enum constant QLocale::Andorra

Python specific notes:
The object exposes a readable attribute 'Andorra'. This is the getter.

Angola

Signature: [static,const] QLocale_Country Angola

Description: Enum constant QLocale::Angola

Python specific notes:
The object exposes a readable attribute 'Angola'. This is the getter.

Anguilla

Signature: [static,const] QLocale_Country Anguilla

Description: Enum constant QLocale::Anguilla

Python specific notes:
The object exposes a readable attribute 'Anguilla'. This is the getter.

Antarctica

Signature: [static,const] QLocale_Country Antarctica

Description: Enum constant QLocale::Antarctica

Python specific notes:
The object exposes a readable attribute 'Antarctica'. This is the getter.

AntiguaAndBarbuda

Signature: [static,const] QLocale_Country AntiguaAndBarbuda

Description: Enum constant QLocale::AntiguaAndBarbuda

Python specific notes:
The object exposes a readable attribute 'AntiguaAndBarbuda'. This is the getter.

AnyCountry

Signature: [static,const] QLocale_Country AnyCountry

Description: Enum constant QLocale::AnyCountry

Python specific notes:
The object exposes a readable attribute 'AnyCountry'. This is the getter.

Arabic

Signature: [static,const] QLocale_Language Arabic

Description: Enum constant QLocale::Arabic

Python specific notes:
The object exposes a readable attribute 'Arabic'. This is the getter.

Argentina

Signature: [static,const] QLocale_Country Argentina

Description: Enum constant QLocale::Argentina

Python specific notes:
The object exposes a readable attribute 'Argentina'. This is the getter.

Armenia

Signature: [static,const] QLocale_Country Armenia

Description: Enum constant QLocale::Armenia

Python specific notes:
The object exposes a readable attribute 'Armenia'. This is the getter.

Armenian

Signature: [static,const] QLocale_Language Armenian

Description: Enum constant QLocale::Armenian

Python specific notes:
The object exposes a readable attribute 'Armenian'. This is the getter.

Aruba

Signature: [static,const] QLocale_Country Aruba

Description: Enum constant QLocale::Aruba

Python specific notes:
The object exposes a readable attribute 'Aruba'. This is the getter.

Assamese

Signature: [static,const] QLocale_Language Assamese

Description: Enum constant QLocale::Assamese

Python specific notes:
The object exposes a readable attribute 'Assamese'. This is the getter.

Atsam

Signature: [static,const] QLocale_Language Atsam

Description: Enum constant QLocale::Atsam

Python specific notes:
The object exposes a readable attribute 'Atsam'. This is the getter.

Australia

Signature: [static,const] QLocale_Country Australia

Description: Enum constant QLocale::Australia

Python specific notes:
The object exposes a readable attribute 'Australia'. This is the getter.

Austria

Signature: [static,const] QLocale_Country Austria

Description: Enum constant QLocale::Austria

Python specific notes:
The object exposes a readable attribute 'Austria'. This is the getter.

Aymara

Signature: [static,const] QLocale_Language Aymara

Description: Enum constant QLocale::Aymara

Python specific notes:
The object exposes a readable attribute 'Aymara'. This is the getter.

Azerbaijan

Signature: [static,const] QLocale_Country Azerbaijan

Description: Enum constant QLocale::Azerbaijan

Python specific notes:
The object exposes a readable attribute 'Azerbaijan'. This is the getter.

Azerbaijani

Signature: [static,const] QLocale_Language Azerbaijani

Description: Enum constant QLocale::Azerbaijani

Python specific notes:
The object exposes a readable attribute 'Azerbaijani'. This is the getter.

Bahamas

Signature: [static,const] QLocale_Country Bahamas

Description: Enum constant QLocale::Bahamas

Python specific notes:
The object exposes a readable attribute 'Bahamas'. This is the getter.

Bahrain

Signature: [static,const] QLocale_Country Bahrain

Description: Enum constant QLocale::Bahrain

Python specific notes:
The object exposes a readable attribute 'Bahrain'. This is the getter.

Bangladesh

Signature: [static,const] QLocale_Country Bangladesh

Description: Enum constant QLocale::Bangladesh

Python specific notes:
The object exposes a readable attribute 'Bangladesh'. This is the getter.

Barbados

Signature: [static,const] QLocale_Country Barbados

Description: Enum constant QLocale::Barbados

Python specific notes:
The object exposes a readable attribute 'Barbados'. This is the getter.

Bashkir

Signature: [static,const] QLocale_Language Bashkir

Description: Enum constant QLocale::Bashkir

Python specific notes:
The object exposes a readable attribute 'Bashkir'. This is the getter.

Basque

Signature: [static,const] QLocale_Language Basque

Description: Enum constant QLocale::Basque

Python specific notes:
The object exposes a readable attribute 'Basque'. This is the getter.

Belarus

Signature: [static,const] QLocale_Country Belarus

Description: Enum constant QLocale::Belarus

Python specific notes:
The object exposes a readable attribute 'Belarus'. This is the getter.

Belgium

Signature: [static,const] QLocale_Country Belgium

Description: Enum constant QLocale::Belgium

Python specific notes:
The object exposes a readable attribute 'Belgium'. This is the getter.

Belize

Signature: [static,const] QLocale_Country Belize

Description: Enum constant QLocale::Belize

Python specific notes:
The object exposes a readable attribute 'Belize'. This is the getter.

Bengali

Signature: [static,const] QLocale_Language Bengali

Description: Enum constant QLocale::Bengali

Python specific notes:
The object exposes a readable attribute 'Bengali'. This is the getter.

Benin

Signature: [static,const] QLocale_Country Benin

Description: Enum constant QLocale::Benin

Python specific notes:
The object exposes a readable attribute 'Benin'. This is the getter.

Bermuda

Signature: [static,const] QLocale_Country Bermuda

Description: Enum constant QLocale::Bermuda

Python specific notes:
The object exposes a readable attribute 'Bermuda'. This is the getter.

Bhutan

Signature: [static,const] QLocale_Country Bhutan

Description: Enum constant QLocale::Bhutan

Python specific notes:
The object exposes a readable attribute 'Bhutan'. This is the getter.

Bhutani

Signature: [static,const] QLocale_Language Bhutani

Description: Enum constant QLocale::Bhutani

Python specific notes:
The object exposes a readable attribute 'Bhutani'. This is the getter.

Bihari

Signature: [static,const] QLocale_Language Bihari

Description: Enum constant QLocale::Bihari

Python specific notes:
The object exposes a readable attribute 'Bihari'. This is the getter.

Bislama

Signature: [static,const] QLocale_Language Bislama

Description: Enum constant QLocale::Bislama

Python specific notes:
The object exposes a readable attribute 'Bislama'. This is the getter.

Blin

Signature: [static,const] QLocale_Language Blin

Description: Enum constant QLocale::Blin

Python specific notes:
The object exposes a readable attribute 'Blin'. This is the getter.

Bolivia

Signature: [static,const] QLocale_Country Bolivia

Description: Enum constant QLocale::Bolivia

Python specific notes:
The object exposes a readable attribute 'Bolivia'. This is the getter.

BosniaAndHerzegowina

Signature: [static,const] QLocale_Country BosniaAndHerzegowina

Description: Enum constant QLocale::BosniaAndHerzegowina

Python specific notes:
The object exposes a readable attribute 'BosniaAndHerzegowina'. This is the getter.

Bosnian

Signature: [static,const] QLocale_Language Bosnian

Description: Enum constant QLocale::Bosnian

Python specific notes:
The object exposes a readable attribute 'Bosnian'. This is the getter.

Botswana

Signature: [static,const] QLocale_Country Botswana

Description: Enum constant QLocale::Botswana

Python specific notes:
The object exposes a readable attribute 'Botswana'. This is the getter.

BouvetIsland

Signature: [static,const] QLocale_Country BouvetIsland

Description: Enum constant QLocale::BouvetIsland

Python specific notes:
The object exposes a readable attribute 'BouvetIsland'. This is the getter.

Brazil

Signature: [static,const] QLocale_Country Brazil

Description: Enum constant QLocale::Brazil

Python specific notes:
The object exposes a readable attribute 'Brazil'. This is the getter.

Breton

Signature: [static,const] QLocale_Language Breton

Description: Enum constant QLocale::Breton

Python specific notes:
The object exposes a readable attribute 'Breton'. This is the getter.

BritishIndianOceanTerritory

Signature: [static,const] QLocale_Country BritishIndianOceanTerritory

Description: Enum constant QLocale::BritishIndianOceanTerritory

Python specific notes:
The object exposes a readable attribute 'BritishIndianOceanTerritory'. This is the getter.

BritishVirginIslands

Signature: [static,const] QLocale_Country BritishVirginIslands

Description: Enum constant QLocale::BritishVirginIslands

Python specific notes:
The object exposes a readable attribute 'BritishVirginIslands'. This is the getter.

BruneiDarussalam

Signature: [static,const] QLocale_Country BruneiDarussalam

Description: Enum constant QLocale::BruneiDarussalam

Python specific notes:
The object exposes a readable attribute 'BruneiDarussalam'. This is the getter.

Bulgaria

Signature: [static,const] QLocale_Country Bulgaria

Description: Enum constant QLocale::Bulgaria

Python specific notes:
The object exposes a readable attribute 'Bulgaria'. This is the getter.

Bulgarian

Signature: [static,const] QLocale_Language Bulgarian

Description: Enum constant QLocale::Bulgarian

Python specific notes:
The object exposes a readable attribute 'Bulgarian'. This is the getter.

BurkinaFaso

Signature: [static,const] QLocale_Country BurkinaFaso

Description: Enum constant QLocale::BurkinaFaso

Python specific notes:
The object exposes a readable attribute 'BurkinaFaso'. This is the getter.

Burmese

Signature: [static,const] QLocale_Language Burmese

Description: Enum constant QLocale::Burmese

Python specific notes:
The object exposes a readable attribute 'Burmese'. This is the getter.

Burundi

Signature: [static,const] QLocale_Country Burundi

Description: Enum constant QLocale::Burundi

Python specific notes:
The object exposes a readable attribute 'Burundi'. This is the getter.

Byelorussian

Signature: [static,const] QLocale_Language Byelorussian

Description: Enum constant QLocale::Byelorussian

Python specific notes:
The object exposes a readable attribute 'Byelorussian'. This is the getter.

C

Signature: [static,const] QLocale_Language C

Description: Enum constant QLocale::C

Python specific notes:
The object exposes a readable attribute 'C'. This is the getter.

Cambodia

Signature: [static,const] QLocale_Country Cambodia

Description: Enum constant QLocale::Cambodia

Python specific notes:
The object exposes a readable attribute 'Cambodia'. This is the getter.

Cambodian

Signature: [static,const] QLocale_Language Cambodian

Description: Enum constant QLocale::Cambodian

Python specific notes:
The object exposes a readable attribute 'Cambodian'. This is the getter.

Cameroon

Signature: [static,const] QLocale_Country Cameroon

Description: Enum constant QLocale::Cameroon

Python specific notes:
The object exposes a readable attribute 'Cameroon'. This is the getter.

Canada

Signature: [static,const] QLocale_Country Canada

Description: Enum constant QLocale::Canada

Python specific notes:
The object exposes a readable attribute 'Canada'. This is the getter.

CapeVerde

Signature: [static,const] QLocale_Country CapeVerde

Description: Enum constant QLocale::CapeVerde

Python specific notes:
The object exposes a readable attribute 'CapeVerde'. This is the getter.

Catalan

Signature: [static,const] QLocale_Language Catalan

Description: Enum constant QLocale::Catalan

Python specific notes:
The object exposes a readable attribute 'Catalan'. This is the getter.

CaymanIslands

Signature: [static,const] QLocale_Country CaymanIslands

Description: Enum constant QLocale::CaymanIslands

Python specific notes:
The object exposes a readable attribute 'CaymanIslands'. This is the getter.

CentralAfricanRepublic

Signature: [static,const] QLocale_Country CentralAfricanRepublic

Description: Enum constant QLocale::CentralAfricanRepublic

Python specific notes:
The object exposes a readable attribute 'CentralAfricanRepublic'. This is the getter.

Chad

Signature: [static,const] QLocale_Country Chad

Description: Enum constant QLocale::Chad

Python specific notes:
The object exposes a readable attribute 'Chad'. This is the getter.

Chewa

Signature: [static,const] QLocale_Language Chewa

Description: Enum constant QLocale::Chewa

Python specific notes:
The object exposes a readable attribute 'Chewa'. This is the getter.

Chile

Signature: [static,const] QLocale_Country Chile

Description: Enum constant QLocale::Chile

Python specific notes:
The object exposes a readable attribute 'Chile'. This is the getter.

China

Signature: [static,const] QLocale_Country China

Description: Enum constant QLocale::China

Python specific notes:
The object exposes a readable attribute 'China'. This is the getter.

Chinese

Signature: [static,const] QLocale_Language Chinese

Description: Enum constant QLocale::Chinese

Python specific notes:
The object exposes a readable attribute 'Chinese'. This is the getter.

ChristmasIsland

Signature: [static,const] QLocale_Country ChristmasIsland

Description: Enum constant QLocale::ChristmasIsland

Python specific notes:
The object exposes a readable attribute 'ChristmasIsland'. This is the getter.

CocosIslands

Signature: [static,const] QLocale_Country CocosIslands

Description: Enum constant QLocale::CocosIslands

Python specific notes:
The object exposes a readable attribute 'CocosIslands'. This is the getter.

Colombia

Signature: [static,const] QLocale_Country Colombia

Description: Enum constant QLocale::Colombia

Python specific notes:
The object exposes a readable attribute 'Colombia'. This is the getter.

Comoros

Signature: [static,const] QLocale_Country Comoros

Description: Enum constant QLocale::Comoros

Python specific notes:
The object exposes a readable attribute 'Comoros'. This is the getter.

CookIslands

Signature: [static,const] QLocale_Country CookIslands

Description: Enum constant QLocale::CookIslands

Python specific notes:
The object exposes a readable attribute 'CookIslands'. This is the getter.

Cornish

Signature: [static,const] QLocale_Language Cornish

Description: Enum constant QLocale::Cornish

Python specific notes:
The object exposes a readable attribute 'Cornish'. This is the getter.

Corsican

Signature: [static,const] QLocale_Language Corsican

Description: Enum constant QLocale::Corsican

Python specific notes:
The object exposes a readable attribute 'Corsican'. This is the getter.

CostaRica

Signature: [static,const] QLocale_Country CostaRica

Description: Enum constant QLocale::CostaRica

Python specific notes:
The object exposes a readable attribute 'CostaRica'. This is the getter.

Croatia

Signature: [static,const] QLocale_Country Croatia

Description: Enum constant QLocale::Croatia

Python specific notes:
The object exposes a readable attribute 'Croatia'. This is the getter.

Croatian

Signature: [static,const] QLocale_Language Croatian

Description: Enum constant QLocale::Croatian

Python specific notes:
The object exposes a readable attribute 'Croatian'. This is the getter.

Cuba

Signature: [static,const] QLocale_Country Cuba

Description: Enum constant QLocale::Cuba

Python specific notes:
The object exposes a readable attribute 'Cuba'. This is the getter.

Cyprus

Signature: [static,const] QLocale_Country Cyprus

Description: Enum constant QLocale::Cyprus

Python specific notes:
The object exposes a readable attribute 'Cyprus'. This is the getter.

Czech

Signature: [static,const] QLocale_Language Czech

Description: Enum constant QLocale::Czech

Python specific notes:
The object exposes a readable attribute 'Czech'. This is the getter.

CzechRepublic

Signature: [static,const] QLocale_Country CzechRepublic

Description: Enum constant QLocale::CzechRepublic

Python specific notes:
The object exposes a readable attribute 'CzechRepublic'. This is the getter.

Danish

Signature: [static,const] QLocale_Language Danish

Description: Enum constant QLocale::Danish

Python specific notes:
The object exposes a readable attribute 'Danish'. This is the getter.

DemocraticRepublicOfCongo

Signature: [static,const] QLocale_Country DemocraticRepublicOfCongo

Description: Enum constant QLocale::DemocraticRepublicOfCongo

Python specific notes:
The object exposes a readable attribute 'DemocraticRepublicOfCongo'. This is the getter.

DemocraticRepublicOfKorea

Signature: [static,const] QLocale_Country DemocraticRepublicOfKorea

Description: Enum constant QLocale::DemocraticRepublicOfKorea

Python specific notes:
The object exposes a readable attribute 'DemocraticRepublicOfKorea'. This is the getter.

Denmark

Signature: [static,const] QLocale_Country Denmark

Description: Enum constant QLocale::Denmark

Python specific notes:
The object exposes a readable attribute 'Denmark'. This is the getter.

Divehi

Signature: [static,const] QLocale_Language Divehi

Description: Enum constant QLocale::Divehi

Python specific notes:
The object exposes a readable attribute 'Divehi'. This is the getter.

Djibouti

Signature: [static,const] QLocale_Country Djibouti

Description: Enum constant QLocale::Djibouti

Python specific notes:
The object exposes a readable attribute 'Djibouti'. This is the getter.

Dominica

Signature: [static,const] QLocale_Country Dominica

Description: Enum constant QLocale::Dominica

Python specific notes:
The object exposes a readable attribute 'Dominica'. This is the getter.

DominicanRepublic

Signature: [static,const] QLocale_Country DominicanRepublic

Description: Enum constant QLocale::DominicanRepublic

Python specific notes:
The object exposes a readable attribute 'DominicanRepublic'. This is the getter.

Dutch

Signature: [static,const] QLocale_Language Dutch

Description: Enum constant QLocale::Dutch

Python specific notes:
The object exposes a readable attribute 'Dutch'. This is the getter.

EastTimor

Signature: [static,const] QLocale_Country EastTimor

Description: Enum constant QLocale::EastTimor

Python specific notes:
The object exposes a readable attribute 'EastTimor'. This is the getter.

Ecuador

Signature: [static,const] QLocale_Country Ecuador

Description: Enum constant QLocale::Ecuador

Python specific notes:
The object exposes a readable attribute 'Ecuador'. This is the getter.

Egypt

Signature: [static,const] QLocale_Country Egypt

Description: Enum constant QLocale::Egypt

Python specific notes:
The object exposes a readable attribute 'Egypt'. This is the getter.

ElSalvador

Signature: [static,const] QLocale_Country ElSalvador

Description: Enum constant QLocale::ElSalvador

Python specific notes:
The object exposes a readable attribute 'ElSalvador'. This is the getter.

English

Signature: [static,const] QLocale_Language English

Description: Enum constant QLocale::English

Python specific notes:
The object exposes a readable attribute 'English'. This is the getter.

EquatorialGuinea

Signature: [static,const] QLocale_Country EquatorialGuinea

Description: Enum constant QLocale::EquatorialGuinea

Python specific notes:
The object exposes a readable attribute 'EquatorialGuinea'. This is the getter.

Eritrea

Signature: [static,const] QLocale_Country Eritrea

Description: Enum constant QLocale::Eritrea

Python specific notes:
The object exposes a readable attribute 'Eritrea'. This is the getter.

Esperanto

Signature: [static,const] QLocale_Language Esperanto

Description: Enum constant QLocale::Esperanto

Python specific notes:
The object exposes a readable attribute 'Esperanto'. This is the getter.

Estonia

Signature: [static,const] QLocale_Country Estonia

Description: Enum constant QLocale::Estonia

Python specific notes:
The object exposes a readable attribute 'Estonia'. This is the getter.

Estonian

Signature: [static,const] QLocale_Language Estonian

Description: Enum constant QLocale::Estonian

Python specific notes:
The object exposes a readable attribute 'Estonian'. This is the getter.

Ethiopia

Signature: [static,const] QLocale_Country Ethiopia

Description: Enum constant QLocale::Ethiopia

Python specific notes:
The object exposes a readable attribute 'Ethiopia'. This is the getter.

Ewe

Signature: [static,const] QLocale_Language Ewe

Description: Enum constant QLocale::Ewe

Python specific notes:
The object exposes a readable attribute 'Ewe'. This is the getter.

FalklandIslands

Signature: [static,const] QLocale_Country FalklandIslands

Description: Enum constant QLocale::FalklandIslands

Python specific notes:
The object exposes a readable attribute 'FalklandIslands'. This is the getter.

FaroeIslands

Signature: [static,const] QLocale_Country FaroeIslands

Description: Enum constant QLocale::FaroeIslands

Python specific notes:
The object exposes a readable attribute 'FaroeIslands'. This is the getter.

Faroese

Signature: [static,const] QLocale_Language Faroese

Description: Enum constant QLocale::Faroese

Python specific notes:
The object exposes a readable attribute 'Faroese'. This is the getter.

FijiCountry

Signature: [static,const] QLocale_Country FijiCountry

Description: Enum constant QLocale::FijiCountry

Python specific notes:
The object exposes a readable attribute 'FijiCountry'. This is the getter.

FijiLanguage

Signature: [static,const] QLocale_Language FijiLanguage

Description: Enum constant QLocale::FijiLanguage

Python specific notes:
The object exposes a readable attribute 'FijiLanguage'. This is the getter.

Finland

Signature: [static,const] QLocale_Country Finland

Description: Enum constant QLocale::Finland

Python specific notes:
The object exposes a readable attribute 'Finland'. This is the getter.

Finnish

Signature: [static,const] QLocale_Language Finnish

Description: Enum constant QLocale::Finnish

Python specific notes:
The object exposes a readable attribute 'Finnish'. This is the getter.

France

Signature: [static,const] QLocale_Country France

Description: Enum constant QLocale::France

Python specific notes:
The object exposes a readable attribute 'France'. This is the getter.

French

Signature: [static,const] QLocale_Language French

Description: Enum constant QLocale::French

Python specific notes:
The object exposes a readable attribute 'French'. This is the getter.

FrenchGuiana

Signature: [static,const] QLocale_Country FrenchGuiana

Description: Enum constant QLocale::FrenchGuiana

Python specific notes:
The object exposes a readable attribute 'FrenchGuiana'. This is the getter.

FrenchPolynesia

Signature: [static,const] QLocale_Country FrenchPolynesia

Description: Enum constant QLocale::FrenchPolynesia

Python specific notes:
The object exposes a readable attribute 'FrenchPolynesia'. This is the getter.

FrenchSouthernTerritories

Signature: [static,const] QLocale_Country FrenchSouthernTerritories

Description: Enum constant QLocale::FrenchSouthernTerritories

Python specific notes:
The object exposes a readable attribute 'FrenchSouthernTerritories'. This is the getter.

Frisian

Signature: [static,const] QLocale_Language Frisian

Description: Enum constant QLocale::Frisian

Python specific notes:
The object exposes a readable attribute 'Frisian'. This is the getter.

Friulian

Signature: [static,const] QLocale_Language Friulian

Description: Enum constant QLocale::Friulian

Python specific notes:
The object exposes a readable attribute 'Friulian'. This is the getter.

Ga

Signature: [static,const] QLocale_Language Ga

Description: Enum constant QLocale::Ga

Python specific notes:
The object exposes a readable attribute 'Ga'. This is the getter.

Gabon

Signature: [static,const] QLocale_Country Gabon

Description: Enum constant QLocale::Gabon

Python specific notes:
The object exposes a readable attribute 'Gabon'. This is the getter.

Gaelic

Signature: [static,const] QLocale_Language Gaelic

Description: Enum constant QLocale::Gaelic

Python specific notes:
The object exposes a readable attribute 'Gaelic'. This is the getter.

Galician

Signature: [static,const] QLocale_Language Galician

Description: Enum constant QLocale::Galician

Python specific notes:
The object exposes a readable attribute 'Galician'. This is the getter.

Gambia

Signature: [static,const] QLocale_Country Gambia

Description: Enum constant QLocale::Gambia

Python specific notes:
The object exposes a readable attribute 'Gambia'. This is the getter.

Geez

Signature: [static,const] QLocale_Language Geez

Description: Enum constant QLocale::Geez

Python specific notes:
The object exposes a readable attribute 'Geez'. This is the getter.

Georgia

Signature: [static,const] QLocale_Country Georgia

Description: Enum constant QLocale::Georgia

Python specific notes:
The object exposes a readable attribute 'Georgia'. This is the getter.

Georgian

Signature: [static,const] QLocale_Language Georgian

Description: Enum constant QLocale::Georgian

Python specific notes:
The object exposes a readable attribute 'Georgian'. This is the getter.

German

Signature: [static,const] QLocale_Language German

Description: Enum constant QLocale::German

Python specific notes:
The object exposes a readable attribute 'German'. This is the getter.

Germany

Signature: [static,const] QLocale_Country Germany

Description: Enum constant QLocale::Germany

Python specific notes:
The object exposes a readable attribute 'Germany'. This is the getter.

Ghana

Signature: [static,const] QLocale_Country Ghana

Description: Enum constant QLocale::Ghana

Python specific notes:
The object exposes a readable attribute 'Ghana'. This is the getter.

Gibraltar

Signature: [static,const] QLocale_Country Gibraltar

Description: Enum constant QLocale::Gibraltar

Python specific notes:
The object exposes a readable attribute 'Gibraltar'. This is the getter.

Greece

Signature: [static,const] QLocale_Country Greece

Description: Enum constant QLocale::Greece

Python specific notes:
The object exposes a readable attribute 'Greece'. This is the getter.

Greek

Signature: [static,const] QLocale_Language Greek

Description: Enum constant QLocale::Greek

Python specific notes:
The object exposes a readable attribute 'Greek'. This is the getter.

Greenland

Signature: [static,const] QLocale_Country Greenland

Description: Enum constant QLocale::Greenland

Python specific notes:
The object exposes a readable attribute 'Greenland'. This is the getter.

Greenlandic

Signature: [static,const] QLocale_Language Greenlandic

Description: Enum constant QLocale::Greenlandic

Python specific notes:
The object exposes a readable attribute 'Greenlandic'. This is the getter.

Grenada

Signature: [static,const] QLocale_Country Grenada

Description: Enum constant QLocale::Grenada

Python specific notes:
The object exposes a readable attribute 'Grenada'. This is the getter.

Guadeloupe

Signature: [static,const] QLocale_Country Guadeloupe

Description: Enum constant QLocale::Guadeloupe

Python specific notes:
The object exposes a readable attribute 'Guadeloupe'. This is the getter.

Guam

Signature: [static,const] QLocale_Country Guam

Description: Enum constant QLocale::Guam

Python specific notes:
The object exposes a readable attribute 'Guam'. This is the getter.

Guarani

Signature: [static,const] QLocale_Language Guarani

Description: Enum constant QLocale::Guarani

Python specific notes:
The object exposes a readable attribute 'Guarani'. This is the getter.

Guatemala

Signature: [static,const] QLocale_Country Guatemala

Description: Enum constant QLocale::Guatemala

Python specific notes:
The object exposes a readable attribute 'Guatemala'. This is the getter.

Guinea

Signature: [static,const] QLocale_Country Guinea

Description: Enum constant QLocale::Guinea

Python specific notes:
The object exposes a readable attribute 'Guinea'. This is the getter.

GuineaBissau

Signature: [static,const] QLocale_Country GuineaBissau

Description: Enum constant QLocale::GuineaBissau

Python specific notes:
The object exposes a readable attribute 'GuineaBissau'. This is the getter.

Gujarati

Signature: [static,const] QLocale_Language Gujarati

Description: Enum constant QLocale::Gujarati

Python specific notes:
The object exposes a readable attribute 'Gujarati'. This is the getter.

Guyana

Signature: [static,const] QLocale_Country Guyana

Description: Enum constant QLocale::Guyana

Python specific notes:
The object exposes a readable attribute 'Guyana'. This is the getter.

Haiti

Signature: [static,const] QLocale_Country Haiti

Description: Enum constant QLocale::Haiti

Python specific notes:
The object exposes a readable attribute 'Haiti'. This is the getter.

Hausa

Signature: [static,const] QLocale_Language Hausa

Description: Enum constant QLocale::Hausa

Python specific notes:
The object exposes a readable attribute 'Hausa'. This is the getter.

Hawaiian

Signature: [static,const] QLocale_Language Hawaiian

Description: Enum constant QLocale::Hawaiian

Python specific notes:
The object exposes a readable attribute 'Hawaiian'. This is the getter.

HeardAndMcDonaldIslands

Signature: [static,const] QLocale_Country HeardAndMcDonaldIslands

Description: Enum constant QLocale::HeardAndMcDonaldIslands

Python specific notes:
The object exposes a readable attribute 'HeardAndMcDonaldIslands'. This is the getter.

Hebrew

Signature: [static,const] QLocale_Language Hebrew

Description: Enum constant QLocale::Hebrew

Python specific notes:
The object exposes a readable attribute 'Hebrew'. This is the getter.

Hindi

Signature: [static,const] QLocale_Language Hindi

Description: Enum constant QLocale::Hindi

Python specific notes:
The object exposes a readable attribute 'Hindi'. This is the getter.

Honduras

Signature: [static,const] QLocale_Country Honduras

Description: Enum constant QLocale::Honduras

Python specific notes:
The object exposes a readable attribute 'Honduras'. This is the getter.

HongKong

Signature: [static,const] QLocale_Country HongKong

Description: Enum constant QLocale::HongKong

Python specific notes:
The object exposes a readable attribute 'HongKong'. This is the getter.

Hungarian

Signature: [static,const] QLocale_Language Hungarian

Description: Enum constant QLocale::Hungarian

Python specific notes:
The object exposes a readable attribute 'Hungarian'. This is the getter.

Hungary

Signature: [static,const] QLocale_Country Hungary

Description: Enum constant QLocale::Hungary

Python specific notes:
The object exposes a readable attribute 'Hungary'. This is the getter.

Iceland

Signature: [static,const] QLocale_Country Iceland

Description: Enum constant QLocale::Iceland

Python specific notes:
The object exposes a readable attribute 'Iceland'. This is the getter.

Icelandic

Signature: [static,const] QLocale_Language Icelandic

Description: Enum constant QLocale::Icelandic

Python specific notes:
The object exposes a readable attribute 'Icelandic'. This is the getter.

Igbo

Signature: [static,const] QLocale_Language Igbo

Description: Enum constant QLocale::Igbo

Python specific notes:
The object exposes a readable attribute 'Igbo'. This is the getter.

ImperialSystem

Signature: [static,const] QLocale_MeasurementSystem ImperialSystem

Description: Enum constant QLocale::ImperialSystem

Python specific notes:
The object exposes a readable attribute 'ImperialSystem'. This is the getter.

India

Signature: [static,const] QLocale_Country India

Description: Enum constant QLocale::India

Python specific notes:
The object exposes a readable attribute 'India'. This is the getter.

Indonesia

Signature: [static,const] QLocale_Country Indonesia

Description: Enum constant QLocale::Indonesia

Python specific notes:
The object exposes a readable attribute 'Indonesia'. This is the getter.

Indonesian

Signature: [static,const] QLocale_Language Indonesian

Description: Enum constant QLocale::Indonesian

Python specific notes:
The object exposes a readable attribute 'Indonesian'. This is the getter.

Interlingua

Signature: [static,const] QLocale_Language Interlingua

Description: Enum constant QLocale::Interlingua

Python specific notes:
The object exposes a readable attribute 'Interlingua'. This is the getter.

Interlingue

Signature: [static,const] QLocale_Language Interlingue

Description: Enum constant QLocale::Interlingue

Python specific notes:
The object exposes a readable attribute 'Interlingue'. This is the getter.

Inuktitut

Signature: [static,const] QLocale_Language Inuktitut

Description: Enum constant QLocale::Inuktitut

Python specific notes:
The object exposes a readable attribute 'Inuktitut'. This is the getter.

Inupiak

Signature: [static,const] QLocale_Language Inupiak

Description: Enum constant QLocale::Inupiak

Python specific notes:
The object exposes a readable attribute 'Inupiak'. This is the getter.

Iran

Signature: [static,const] QLocale_Country Iran

Description: Enum constant QLocale::Iran

Python specific notes:
The object exposes a readable attribute 'Iran'. This is the getter.

Iraq

Signature: [static,const] QLocale_Country Iraq

Description: Enum constant QLocale::Iraq

Python specific notes:
The object exposes a readable attribute 'Iraq'. This is the getter.

Ireland

Signature: [static,const] QLocale_Country Ireland

Description: Enum constant QLocale::Ireland

Python specific notes:
The object exposes a readable attribute 'Ireland'. This is the getter.

Irish

Signature: [static,const] QLocale_Language Irish

Description: Enum constant QLocale::Irish

Python specific notes:
The object exposes a readable attribute 'Irish'. This is the getter.

Israel

Signature: [static,const] QLocale_Country Israel

Description: Enum constant QLocale::Israel

Python specific notes:
The object exposes a readable attribute 'Israel'. This is the getter.

Italian

Signature: [static,const] QLocale_Language Italian

Description: Enum constant QLocale::Italian

Python specific notes:
The object exposes a readable attribute 'Italian'. This is the getter.

Italy

Signature: [static,const] QLocale_Country Italy

Description: Enum constant QLocale::Italy

Python specific notes:
The object exposes a readable attribute 'Italy'. This is the getter.

IvoryCoast

Signature: [static,const] QLocale_Country IvoryCoast

Description: Enum constant QLocale::IvoryCoast

Python specific notes:
The object exposes a readable attribute 'IvoryCoast'. This is the getter.

Jamaica

Signature: [static,const] QLocale_Country Jamaica

Description: Enum constant QLocale::Jamaica

Python specific notes:
The object exposes a readable attribute 'Jamaica'. This is the getter.

Japan

Signature: [static,const] QLocale_Country Japan

Description: Enum constant QLocale::Japan

Python specific notes:
The object exposes a readable attribute 'Japan'. This is the getter.

Japanese

Signature: [static,const] QLocale_Language Japanese

Description: Enum constant QLocale::Japanese

Python specific notes:
The object exposes a readable attribute 'Japanese'. This is the getter.

Javanese

Signature: [static,const] QLocale_Language Javanese

Description: Enum constant QLocale::Javanese

Python specific notes:
The object exposes a readable attribute 'Javanese'. This is the getter.

Jju

Signature: [static,const] QLocale_Language Jju

Description: Enum constant QLocale::Jju

Python specific notes:
The object exposes a readable attribute 'Jju'. This is the getter.

Jordan

Signature: [static,const] QLocale_Country Jordan

Description: Enum constant QLocale::Jordan

Python specific notes:
The object exposes a readable attribute 'Jordan'. This is the getter.

Kamba

Signature: [static,const] QLocale_Language Kamba

Description: Enum constant QLocale::Kamba

Python specific notes:
The object exposes a readable attribute 'Kamba'. This is the getter.

Kannada

Signature: [static,const] QLocale_Language Kannada

Description: Enum constant QLocale::Kannada

Python specific notes:
The object exposes a readable attribute 'Kannada'. This is the getter.

Kashmiri

Signature: [static,const] QLocale_Language Kashmiri

Description: Enum constant QLocale::Kashmiri

Python specific notes:
The object exposes a readable attribute 'Kashmiri'. This is the getter.

Kazakh

Signature: [static,const] QLocale_Language Kazakh

Description: Enum constant QLocale::Kazakh

Python specific notes:
The object exposes a readable attribute 'Kazakh'. This is the getter.

Kazakhstan

Signature: [static,const] QLocale_Country Kazakhstan

Description: Enum constant QLocale::Kazakhstan

Python specific notes:
The object exposes a readable attribute 'Kazakhstan'. This is the getter.

Kenya

Signature: [static,const] QLocale_Country Kenya

Description: Enum constant QLocale::Kenya

Python specific notes:
The object exposes a readable attribute 'Kenya'. This is the getter.

Kinyarwanda

Signature: [static,const] QLocale_Language Kinyarwanda

Description: Enum constant QLocale::Kinyarwanda

Python specific notes:
The object exposes a readable attribute 'Kinyarwanda'. This is the getter.

Kirghiz

Signature: [static,const] QLocale_Language Kirghiz

Description: Enum constant QLocale::Kirghiz

Python specific notes:
The object exposes a readable attribute 'Kirghiz'. This is the getter.

Kiribati

Signature: [static,const] QLocale_Country Kiribati

Description: Enum constant QLocale::Kiribati

Python specific notes:
The object exposes a readable attribute 'Kiribati'. This is the getter.

Konkani

Signature: [static,const] QLocale_Language Konkani

Description: Enum constant QLocale::Konkani

Python specific notes:
The object exposes a readable attribute 'Konkani'. This is the getter.

Korean

Signature: [static,const] QLocale_Language Korean

Description: Enum constant QLocale::Korean

Python specific notes:
The object exposes a readable attribute 'Korean'. This is the getter.

Koro

Signature: [static,const] QLocale_Language Koro

Description: Enum constant QLocale::Koro

Python specific notes:
The object exposes a readable attribute 'Koro'. This is the getter.

Kurdish

Signature: [static,const] QLocale_Language Kurdish

Description: Enum constant QLocale::Kurdish

Python specific notes:
The object exposes a readable attribute 'Kurdish'. This is the getter.

Kurundi

Signature: [static,const] QLocale_Language Kurundi

Description: Enum constant QLocale::Kurundi

Python specific notes:
The object exposes a readable attribute 'Kurundi'. This is the getter.

Kuwait

Signature: [static,const] QLocale_Country Kuwait

Description: Enum constant QLocale::Kuwait

Python specific notes:
The object exposes a readable attribute 'Kuwait'. This is the getter.

Kyrgyzstan

Signature: [static,const] QLocale_Country Kyrgyzstan

Description: Enum constant QLocale::Kyrgyzstan

Python specific notes:
The object exposes a readable attribute 'Kyrgyzstan'. This is the getter.

Lao

Signature: [static,const] QLocale_Country Lao

Description: Enum constant QLocale::Lao

Python specific notes:
The object exposes a readable attribute 'Lao'. This is the getter.

Laothian

Signature: [static,const] QLocale_Language Laothian

Description: Enum constant QLocale::Laothian

Python specific notes:
The object exposes a readable attribute 'Laothian'. This is the getter.

LastCountry

Signature: [static,const] QLocale_Country LastCountry

Description: Enum constant QLocale::LastCountry

Python specific notes:
The object exposes a readable attribute 'LastCountry'. This is the getter.

LastLanguage

Signature: [static,const] QLocale_Language LastLanguage

Description: Enum constant QLocale::LastLanguage

Python specific notes:
The object exposes a readable attribute 'LastLanguage'. This is the getter.

Latin

Signature: [static,const] QLocale_Language Latin

Description: Enum constant QLocale::Latin

Python specific notes:
The object exposes a readable attribute 'Latin'. This is the getter.

Latvia

Signature: [static,const] QLocale_Country Latvia

Description: Enum constant QLocale::Latvia

Python specific notes:
The object exposes a readable attribute 'Latvia'. This is the getter.

Latvian

Signature: [static,const] QLocale_Language Latvian

Description: Enum constant QLocale::Latvian

Python specific notes:
The object exposes a readable attribute 'Latvian'. This is the getter.

Lebanon

Signature: [static,const] QLocale_Country Lebanon

Description: Enum constant QLocale::Lebanon

Python specific notes:
The object exposes a readable attribute 'Lebanon'. This is the getter.

Lesotho

Signature: [static,const] QLocale_Country Lesotho

Description: Enum constant QLocale::Lesotho

Python specific notes:
The object exposes a readable attribute 'Lesotho'. This is the getter.

Liberia

Signature: [static,const] QLocale_Country Liberia

Description: Enum constant QLocale::Liberia

Python specific notes:
The object exposes a readable attribute 'Liberia'. This is the getter.

LibyanArabJamahiriya

Signature: [static,const] QLocale_Country LibyanArabJamahiriya

Description: Enum constant QLocale::LibyanArabJamahiriya

Python specific notes:
The object exposes a readable attribute 'LibyanArabJamahiriya'. This is the getter.

Liechtenstein

Signature: [static,const] QLocale_Country Liechtenstein

Description: Enum constant QLocale::Liechtenstein

Python specific notes:
The object exposes a readable attribute 'Liechtenstein'. This is the getter.

Lingala

Signature: [static,const] QLocale_Language Lingala

Description: Enum constant QLocale::Lingala

Python specific notes:
The object exposes a readable attribute 'Lingala'. This is the getter.

Lithuania

Signature: [static,const] QLocale_Country Lithuania

Description: Enum constant QLocale::Lithuania

Python specific notes:
The object exposes a readable attribute 'Lithuania'. This is the getter.

Lithuanian

Signature: [static,const] QLocale_Language Lithuanian

Description: Enum constant QLocale::Lithuanian

Python specific notes:
The object exposes a readable attribute 'Lithuanian'. This is the getter.

LongFormat

Signature: [static,const] QLocale_FormatType LongFormat

Description: Enum constant QLocale::LongFormat

Python specific notes:
The object exposes a readable attribute 'LongFormat'. This is the getter.

Luxembourg

Signature: [static,const] QLocale_Country Luxembourg

Description: Enum constant QLocale::Luxembourg

Python specific notes:
The object exposes a readable attribute 'Luxembourg'. This is the getter.

Macau

Signature: [static,const] QLocale_Country Macau

Description: Enum constant QLocale::Macau

Python specific notes:
The object exposes a readable attribute 'Macau'. This is the getter.

Macedonia

Signature: [static,const] QLocale_Country Macedonia

Description: Enum constant QLocale::Macedonia

Python specific notes:
The object exposes a readable attribute 'Macedonia'. This is the getter.

Macedonian

Signature: [static,const] QLocale_Language Macedonian

Description: Enum constant QLocale::Macedonian

Python specific notes:
The object exposes a readable attribute 'Macedonian'. This is the getter.

Madagascar

Signature: [static,const] QLocale_Country Madagascar

Description: Enum constant QLocale::Madagascar

Python specific notes:
The object exposes a readable attribute 'Madagascar'. This is the getter.

Malagasy

Signature: [static,const] QLocale_Language Malagasy

Description: Enum constant QLocale::Malagasy

Python specific notes:
The object exposes a readable attribute 'Malagasy'. This is the getter.

Malawi

Signature: [static,const] QLocale_Country Malawi

Description: Enum constant QLocale::Malawi

Python specific notes:
The object exposes a readable attribute 'Malawi'. This is the getter.

Malay

Signature: [static,const] QLocale_Language Malay

Description: Enum constant QLocale::Malay

Python specific notes:
The object exposes a readable attribute 'Malay'. This is the getter.

Malayalam

Signature: [static,const] QLocale_Language Malayalam

Description: Enum constant QLocale::Malayalam

Python specific notes:
The object exposes a readable attribute 'Malayalam'. This is the getter.

Malaysia

Signature: [static,const] QLocale_Country Malaysia

Description: Enum constant QLocale::Malaysia

Python specific notes:
The object exposes a readable attribute 'Malaysia'. This is the getter.

Maldives

Signature: [static,const] QLocale_Country Maldives

Description: Enum constant QLocale::Maldives

Python specific notes:
The object exposes a readable attribute 'Maldives'. This is the getter.

Mali

Signature: [static,const] QLocale_Country Mali

Description: Enum constant QLocale::Mali

Python specific notes:
The object exposes a readable attribute 'Mali'. This is the getter.

Malta

Signature: [static,const] QLocale_Country Malta

Description: Enum constant QLocale::Malta

Python specific notes:
The object exposes a readable attribute 'Malta'. This is the getter.

Maltese

Signature: [static,const] QLocale_Language Maltese

Description: Enum constant QLocale::Maltese

Python specific notes:
The object exposes a readable attribute 'Maltese'. This is the getter.

Manx

Signature: [static,const] QLocale_Language Manx

Description: Enum constant QLocale::Manx

Python specific notes:
The object exposes a readable attribute 'Manx'. This is the getter.

Maori

Signature: [static,const] QLocale_Language Maori

Description: Enum constant QLocale::Maori

Python specific notes:
The object exposes a readable attribute 'Maori'. This is the getter.

Marathi

Signature: [static,const] QLocale_Language Marathi

Description: Enum constant QLocale::Marathi

Python specific notes:
The object exposes a readable attribute 'Marathi'. This is the getter.

MarshallIslands

Signature: [static,const] QLocale_Country MarshallIslands

Description: Enum constant QLocale::MarshallIslands

Python specific notes:
The object exposes a readable attribute 'MarshallIslands'. This is the getter.

Martinique

Signature: [static,const] QLocale_Country Martinique

Description: Enum constant QLocale::Martinique

Python specific notes:
The object exposes a readable attribute 'Martinique'. This is the getter.

Mauritania

Signature: [static,const] QLocale_Country Mauritania

Description: Enum constant QLocale::Mauritania

Python specific notes:
The object exposes a readable attribute 'Mauritania'. This is the getter.

Mauritius

Signature: [static,const] QLocale_Country Mauritius

Description: Enum constant QLocale::Mauritius

Python specific notes:
The object exposes a readable attribute 'Mauritius'. This is the getter.

Mayotte

Signature: [static,const] QLocale_Country Mayotte

Description: Enum constant QLocale::Mayotte

Python specific notes:
The object exposes a readable attribute 'Mayotte'. This is the getter.

MetricSystem

Signature: [static,const] QLocale_MeasurementSystem MetricSystem

Description: Enum constant QLocale::MetricSystem

Python specific notes:
The object exposes a readable attribute 'MetricSystem'. This is the getter.

MetropolitanFrance

Signature: [static,const] QLocale_Country MetropolitanFrance

Description: Enum constant QLocale::MetropolitanFrance

Python specific notes:
The object exposes a readable attribute 'MetropolitanFrance'. This is the getter.

Mexico

Signature: [static,const] QLocale_Country Mexico

Description: Enum constant QLocale::Mexico

Python specific notes:
The object exposes a readable attribute 'Mexico'. This is the getter.

Micronesia

Signature: [static,const] QLocale_Country Micronesia

Description: Enum constant QLocale::Micronesia

Python specific notes:
The object exposes a readable attribute 'Micronesia'. This is the getter.

Moldavian

Signature: [static,const] QLocale_Language Moldavian

Description: Enum constant QLocale::Moldavian

Python specific notes:
The object exposes a readable attribute 'Moldavian'. This is the getter.

Moldova

Signature: [static,const] QLocale_Country Moldova

Description: Enum constant QLocale::Moldova

Python specific notes:
The object exposes a readable attribute 'Moldova'. This is the getter.

Monaco

Signature: [static,const] QLocale_Country Monaco

Description: Enum constant QLocale::Monaco

Python specific notes:
The object exposes a readable attribute 'Monaco'. This is the getter.

Mongolia

Signature: [static,const] QLocale_Country Mongolia

Description: Enum constant QLocale::Mongolia

Python specific notes:
The object exposes a readable attribute 'Mongolia'. This is the getter.

Mongolian

Signature: [static,const] QLocale_Language Mongolian

Description: Enum constant QLocale::Mongolian

Python specific notes:
The object exposes a readable attribute 'Mongolian'. This is the getter.

Montserrat

Signature: [static,const] QLocale_Country Montserrat

Description: Enum constant QLocale::Montserrat

Python specific notes:
The object exposes a readable attribute 'Montserrat'. This is the getter.

Morocco

Signature: [static,const] QLocale_Country Morocco

Description: Enum constant QLocale::Morocco

Python specific notes:
The object exposes a readable attribute 'Morocco'. This is the getter.

Mozambique

Signature: [static,const] QLocale_Country Mozambique

Description: Enum constant QLocale::Mozambique

Python specific notes:
The object exposes a readable attribute 'Mozambique'. This is the getter.

Myanmar

Signature: [static,const] QLocale_Country Myanmar

Description: Enum constant QLocale::Myanmar

Python specific notes:
The object exposes a readable attribute 'Myanmar'. This is the getter.

Namibia

Signature: [static,const] QLocale_Country Namibia

Description: Enum constant QLocale::Namibia

Python specific notes:
The object exposes a readable attribute 'Namibia'. This is the getter.

NarrowFormat

Signature: [static,const] QLocale_FormatType NarrowFormat

Description: Enum constant QLocale::NarrowFormat

Python specific notes:
The object exposes a readable attribute 'NarrowFormat'. This is the getter.

NauruCountry

Signature: [static,const] QLocale_Country NauruCountry

Description: Enum constant QLocale::NauruCountry

Python specific notes:
The object exposes a readable attribute 'NauruCountry'. This is the getter.

NauruLanguage

Signature: [static,const] QLocale_Language NauruLanguage

Description: Enum constant QLocale::NauruLanguage

Python specific notes:
The object exposes a readable attribute 'NauruLanguage'. This is the getter.

Nepal

Signature: [static,const] QLocale_Country Nepal

Description: Enum constant QLocale::Nepal

Python specific notes:
The object exposes a readable attribute 'Nepal'. This is the getter.

Nepali

Signature: [static,const] QLocale_Language Nepali

Description: Enum constant QLocale::Nepali

Python specific notes:
The object exposes a readable attribute 'Nepali'. This is the getter.

Netherlands

Signature: [static,const] QLocale_Country Netherlands

Description: Enum constant QLocale::Netherlands

Python specific notes:
The object exposes a readable attribute 'Netherlands'. This is the getter.

NetherlandsAntilles

Signature: [static,const] QLocale_Country NetherlandsAntilles

Description: Enum constant QLocale::NetherlandsAntilles

Python specific notes:
The object exposes a readable attribute 'NetherlandsAntilles'. This is the getter.

NewCaledonia

Signature: [static,const] QLocale_Country NewCaledonia

Description: Enum constant QLocale::NewCaledonia

Python specific notes:
The object exposes a readable attribute 'NewCaledonia'. This is the getter.

NewZealand

Signature: [static,const] QLocale_Country NewZealand

Description: Enum constant QLocale::NewZealand

Python specific notes:
The object exposes a readable attribute 'NewZealand'. This is the getter.

Nicaragua

Signature: [static,const] QLocale_Country Nicaragua

Description: Enum constant QLocale::Nicaragua

Python specific notes:
The object exposes a readable attribute 'Nicaragua'. This is the getter.

Niger

Signature: [static,const] QLocale_Country Niger

Description: Enum constant QLocale::Niger

Python specific notes:
The object exposes a readable attribute 'Niger'. This is the getter.

Nigeria

Signature: [static,const] QLocale_Country Nigeria

Description: Enum constant QLocale::Nigeria

Python specific notes:
The object exposes a readable attribute 'Nigeria'. This is the getter.

Niue

Signature: [static,const] QLocale_Country Niue

Description: Enum constant QLocale::Niue

Python specific notes:
The object exposes a readable attribute 'Niue'. This is the getter.

NorfolkIsland

Signature: [static,const] QLocale_Country NorfolkIsland

Description: Enum constant QLocale::NorfolkIsland

Python specific notes:
The object exposes a readable attribute 'NorfolkIsland'. This is the getter.

NorthernMarianaIslands

Signature: [static,const] QLocale_Country NorthernMarianaIslands

Description: Enum constant QLocale::NorthernMarianaIslands

Python specific notes:
The object exposes a readable attribute 'NorthernMarianaIslands'. This is the getter.

Norway

Signature: [static,const] QLocale_Country Norway

Description: Enum constant QLocale::Norway

Python specific notes:
The object exposes a readable attribute 'Norway'. This is the getter.

Norwegian

Signature: [static,const] QLocale_Language Norwegian

Description: Enum constant QLocale::Norwegian

Python specific notes:
The object exposes a readable attribute 'Norwegian'. This is the getter.

NorwegianBokmal

Signature: [static,const] QLocale_Language NorwegianBokmal

Description: Enum constant QLocale::NorwegianBokmal

Python specific notes:
The object exposes a readable attribute 'NorwegianBokmal'. This is the getter.

NorwegianNynorsk

Signature: [static,const] QLocale_Language NorwegianNynorsk

Description: Enum constant QLocale::NorwegianNynorsk

Python specific notes:
The object exposes a readable attribute 'NorwegianNynorsk'. This is the getter.

Nynorsk

Signature: [static,const] QLocale_Language Nynorsk

Description: Enum constant QLocale::Nynorsk

Python specific notes:
The object exposes a readable attribute 'Nynorsk'. This is the getter.

Occitan

Signature: [static,const] QLocale_Language Occitan

Description: Enum constant QLocale::Occitan

Python specific notes:
The object exposes a readable attribute 'Occitan'. This is the getter.

Oman

Signature: [static,const] QLocale_Country Oman

Description: Enum constant QLocale::Oman

Python specific notes:
The object exposes a readable attribute 'Oman'. This is the getter.

OmitGroupSeparator

Signature: [static,const] QLocale_NumberOption OmitGroupSeparator

Description: Enum constant QLocale::OmitGroupSeparator

Python specific notes:
The object exposes a readable attribute 'OmitGroupSeparator'. This is the getter.

Oriya

Signature: [static,const] QLocale_Language Oriya

Description: Enum constant QLocale::Oriya

Python specific notes:
The object exposes a readable attribute 'Oriya'. This is the getter.

Pakistan

Signature: [static,const] QLocale_Country Pakistan

Description: Enum constant QLocale::Pakistan

Python specific notes:
The object exposes a readable attribute 'Pakistan'. This is the getter.

Palau

Signature: [static,const] QLocale_Country Palau

Description: Enum constant QLocale::Palau

Python specific notes:
The object exposes a readable attribute 'Palau'. This is the getter.

PalestinianTerritory

Signature: [static,const] QLocale_Country PalestinianTerritory

Description: Enum constant QLocale::PalestinianTerritory

Python specific notes:
The object exposes a readable attribute 'PalestinianTerritory'. This is the getter.

Panama

Signature: [static,const] QLocale_Country Panama

Description: Enum constant QLocale::Panama

Python specific notes:
The object exposes a readable attribute 'Panama'. This is the getter.

PapuaNewGuinea

Signature: [static,const] QLocale_Country PapuaNewGuinea

Description: Enum constant QLocale::PapuaNewGuinea

Python specific notes:
The object exposes a readable attribute 'PapuaNewGuinea'. This is the getter.

Paraguay

Signature: [static,const] QLocale_Country Paraguay

Description: Enum constant QLocale::Paraguay

Python specific notes:
The object exposes a readable attribute 'Paraguay'. This is the getter.

Pashto

Signature: [static,const] QLocale_Language Pashto

Description: Enum constant QLocale::Pashto

Python specific notes:
The object exposes a readable attribute 'Pashto'. This is the getter.

PeoplesRepublicOfCongo

Signature: [static,const] QLocale_Country PeoplesRepublicOfCongo

Description: Enum constant QLocale::PeoplesRepublicOfCongo

Python specific notes:
The object exposes a readable attribute 'PeoplesRepublicOfCongo'. This is the getter.

Persian

Signature: [static,const] QLocale_Language Persian

Description: Enum constant QLocale::Persian

Python specific notes:
The object exposes a readable attribute 'Persian'. This is the getter.

Peru

Signature: [static,const] QLocale_Country Peru

Description: Enum constant QLocale::Peru

Python specific notes:
The object exposes a readable attribute 'Peru'. This is the getter.

Philippines

Signature: [static,const] QLocale_Country Philippines

Description: Enum constant QLocale::Philippines

Python specific notes:
The object exposes a readable attribute 'Philippines'. This is the getter.

Pitcairn

Signature: [static,const] QLocale_Country Pitcairn

Description: Enum constant QLocale::Pitcairn

Python specific notes:
The object exposes a readable attribute 'Pitcairn'. This is the getter.

Poland

Signature: [static,const] QLocale_Country Poland

Description: Enum constant QLocale::Poland

Python specific notes:
The object exposes a readable attribute 'Poland'. This is the getter.

Polish

Signature: [static,const] QLocale_Language Polish

Description: Enum constant QLocale::Polish

Python specific notes:
The object exposes a readable attribute 'Polish'. This is the getter.

Portugal

Signature: [static,const] QLocale_Country Portugal

Description: Enum constant QLocale::Portugal

Python specific notes:
The object exposes a readable attribute 'Portugal'. This is the getter.

Portuguese

Signature: [static,const] QLocale_Language Portuguese

Description: Enum constant QLocale::Portuguese

Python specific notes:
The object exposes a readable attribute 'Portuguese'. This is the getter.

PuertoRico

Signature: [static,const] QLocale_Country PuertoRico

Description: Enum constant QLocale::PuertoRico

Python specific notes:
The object exposes a readable attribute 'PuertoRico'. This is the getter.

Punjabi

Signature: [static,const] QLocale_Language Punjabi

Description: Enum constant QLocale::Punjabi

Python specific notes:
The object exposes a readable attribute 'Punjabi'. This is the getter.

Qatar

Signature: [static,const] QLocale_Country Qatar

Description: Enum constant QLocale::Qatar

Python specific notes:
The object exposes a readable attribute 'Qatar'. This is the getter.

Quechua

Signature: [static,const] QLocale_Language Quechua

Description: Enum constant QLocale::Quechua

Python specific notes:
The object exposes a readable attribute 'Quechua'. This is the getter.

RejectGroupSeparator

Signature: [static,const] QLocale_NumberOption RejectGroupSeparator

Description: Enum constant QLocale::RejectGroupSeparator

Python specific notes:
The object exposes a readable attribute 'RejectGroupSeparator'. This is the getter.

RepublicOfKorea

Signature: [static,const] QLocale_Country RepublicOfKorea

Description: Enum constant QLocale::RepublicOfKorea

Python specific notes:
The object exposes a readable attribute 'RepublicOfKorea'. This is the getter.

Reunion

Signature: [static,const] QLocale_Country Reunion

Description: Enum constant QLocale::Reunion

Python specific notes:
The object exposes a readable attribute 'Reunion'. This is the getter.

RhaetoRomance

Signature: [static,const] QLocale_Language RhaetoRomance

Description: Enum constant QLocale::RhaetoRomance

Python specific notes:
The object exposes a readable attribute 'RhaetoRomance'. This is the getter.

Romania

Signature: [static,const] QLocale_Country Romania

Description: Enum constant QLocale::Romania

Python specific notes:
The object exposes a readable attribute 'Romania'. This is the getter.

Romanian

Signature: [static,const] QLocale_Language Romanian

Description: Enum constant QLocale::Romanian

Python specific notes:
The object exposes a readable attribute 'Romanian'. This is the getter.

Russian

Signature: [static,const] QLocale_Language Russian

Description: Enum constant QLocale::Russian

Python specific notes:
The object exposes a readable attribute 'Russian'. This is the getter.

RussianFederation

Signature: [static,const] QLocale_Country RussianFederation

Description: Enum constant QLocale::RussianFederation

Python specific notes:
The object exposes a readable attribute 'RussianFederation'. This is the getter.

Rwanda

Signature: [static,const] QLocale_Country Rwanda

Description: Enum constant QLocale::Rwanda

Python specific notes:
The object exposes a readable attribute 'Rwanda'. This is the getter.

SaintKittsAndNevis

Signature: [static,const] QLocale_Country SaintKittsAndNevis

Description: Enum constant QLocale::SaintKittsAndNevis

Python specific notes:
The object exposes a readable attribute 'SaintKittsAndNevis'. This is the getter.

Samoa

Signature: [static,const] QLocale_Country Samoa

Description: Enum constant QLocale::Samoa

Python specific notes:
The object exposes a readable attribute 'Samoa'. This is the getter.

Samoan

Signature: [static,const] QLocale_Language Samoan

Description: Enum constant QLocale::Samoan

Python specific notes:
The object exposes a readable attribute 'Samoan'. This is the getter.

SanMarino

Signature: [static,const] QLocale_Country SanMarino

Description: Enum constant QLocale::SanMarino

Python specific notes:
The object exposes a readable attribute 'SanMarino'. This is the getter.

Sangho

Signature: [static,const] QLocale_Language Sangho

Description: Enum constant QLocale::Sangho

Python specific notes:
The object exposes a readable attribute 'Sangho'. This is the getter.

Sanskrit

Signature: [static,const] QLocale_Language Sanskrit

Description: Enum constant QLocale::Sanskrit

Python specific notes:
The object exposes a readable attribute 'Sanskrit'. This is the getter.

SaoTomeAndPrincipe

Signature: [static,const] QLocale_Country SaoTomeAndPrincipe

Description: Enum constant QLocale::SaoTomeAndPrincipe

Python specific notes:
The object exposes a readable attribute 'SaoTomeAndPrincipe'. This is the getter.

SaudiArabia

Signature: [static,const] QLocale_Country SaudiArabia

Description: Enum constant QLocale::SaudiArabia

Python specific notes:
The object exposes a readable attribute 'SaudiArabia'. This is the getter.

Senegal

Signature: [static,const] QLocale_Country Senegal

Description: Enum constant QLocale::Senegal

Python specific notes:
The object exposes a readable attribute 'Senegal'. This is the getter.

SerbiaAndMontenegro

Signature: [static,const] QLocale_Country SerbiaAndMontenegro

Description: Enum constant QLocale::SerbiaAndMontenegro

Python specific notes:
The object exposes a readable attribute 'SerbiaAndMontenegro'. This is the getter.

Serbian

Signature: [static,const] QLocale_Language Serbian

Description: Enum constant QLocale::Serbian

Python specific notes:
The object exposes a readable attribute 'Serbian'. This is the getter.

SerboCroatian

Signature: [static,const] QLocale_Language SerboCroatian

Description: Enum constant QLocale::SerboCroatian

Python specific notes:
The object exposes a readable attribute 'SerboCroatian'. This is the getter.

Sesotho

Signature: [static,const] QLocale_Language Sesotho

Description: Enum constant QLocale::Sesotho

Python specific notes:
The object exposes a readable attribute 'Sesotho'. This is the getter.

Setswana

Signature: [static,const] QLocale_Language Setswana

Description: Enum constant QLocale::Setswana

Python specific notes:
The object exposes a readable attribute 'Setswana'. This is the getter.

Seychelles

Signature: [static,const] QLocale_Country Seychelles

Description: Enum constant QLocale::Seychelles

Python specific notes:
The object exposes a readable attribute 'Seychelles'. This is the getter.

Shona

Signature: [static,const] QLocale_Language Shona

Description: Enum constant QLocale::Shona

Python specific notes:
The object exposes a readable attribute 'Shona'. This is the getter.

ShortFormat

Signature: [static,const] QLocale_FormatType ShortFormat

Description: Enum constant QLocale::ShortFormat

Python specific notes:
The object exposes a readable attribute 'ShortFormat'. This is the getter.

Sidamo

Signature: [static,const] QLocale_Language Sidamo

Description: Enum constant QLocale::Sidamo

Python specific notes:
The object exposes a readable attribute 'Sidamo'. This is the getter.

SierraLeone

Signature: [static,const] QLocale_Country SierraLeone

Description: Enum constant QLocale::SierraLeone

Python specific notes:
The object exposes a readable attribute 'SierraLeone'. This is the getter.

Sindhi

Signature: [static,const] QLocale_Language Sindhi

Description: Enum constant QLocale::Sindhi

Python specific notes:
The object exposes a readable attribute 'Sindhi'. This is the getter.

Singapore

Signature: [static,const] QLocale_Country Singapore

Description: Enum constant QLocale::Singapore

Python specific notes:
The object exposes a readable attribute 'Singapore'. This is the getter.

Singhalese

Signature: [static,const] QLocale_Language Singhalese

Description: Enum constant QLocale::Singhalese

Python specific notes:
The object exposes a readable attribute 'Singhalese'. This is the getter.

Siswati

Signature: [static,const] QLocale_Language Siswati

Description: Enum constant QLocale::Siswati

Python specific notes:
The object exposes a readable attribute 'Siswati'. This is the getter.

Slovak

Signature: [static,const] QLocale_Language Slovak

Description: Enum constant QLocale::Slovak

Python specific notes:
The object exposes a readable attribute 'Slovak'. This is the getter.

Slovakia

Signature: [static,const] QLocale_Country Slovakia

Description: Enum constant QLocale::Slovakia

Python specific notes:
The object exposes a readable attribute 'Slovakia'. This is the getter.

Slovenia

Signature: [static,const] QLocale_Country Slovenia

Description: Enum constant QLocale::Slovenia

Python specific notes:
The object exposes a readable attribute 'Slovenia'. This is the getter.

Slovenian

Signature: [static,const] QLocale_Language Slovenian

Description: Enum constant QLocale::Slovenian

Python specific notes:
The object exposes a readable attribute 'Slovenian'. This is the getter.

SolomonIslands

Signature: [static,const] QLocale_Country SolomonIslands

Description: Enum constant QLocale::SolomonIslands

Python specific notes:
The object exposes a readable attribute 'SolomonIslands'. This is the getter.

Somali

Signature: [static,const] QLocale_Language Somali

Description: Enum constant QLocale::Somali

Python specific notes:
The object exposes a readable attribute 'Somali'. This is the getter.

Somalia

Signature: [static,const] QLocale_Country Somalia

Description: Enum constant QLocale::Somalia

Python specific notes:
The object exposes a readable attribute 'Somalia'. This is the getter.

SouthAfrica

Signature: [static,const] QLocale_Country SouthAfrica

Description: Enum constant QLocale::SouthAfrica

Python specific notes:
The object exposes a readable attribute 'SouthAfrica'. This is the getter.

SouthGeorgiaAndTheSouthSandwichIslands

Signature: [static,const] QLocale_Country SouthGeorgiaAndTheSouthSandwichIslands

Description: Enum constant QLocale::SouthGeorgiaAndTheSouthSandwichIslands

Python specific notes:
The object exposes a readable attribute 'SouthGeorgiaAndTheSouthSandwichIslands'. This is the getter.

Spain

Signature: [static,const] QLocale_Country Spain

Description: Enum constant QLocale::Spain

Python specific notes:
The object exposes a readable attribute 'Spain'. This is the getter.

Spanish

Signature: [static,const] QLocale_Language Spanish

Description: Enum constant QLocale::Spanish

Python specific notes:
The object exposes a readable attribute 'Spanish'. This is the getter.

SriLanka

Signature: [static,const] QLocale_Country SriLanka

Description: Enum constant QLocale::SriLanka

Python specific notes:
The object exposes a readable attribute 'SriLanka'. This is the getter.

StHelena

Signature: [static,const] QLocale_Country StHelena

Description: Enum constant QLocale::StHelena

Python specific notes:
The object exposes a readable attribute 'StHelena'. This is the getter.

StLucia

Signature: [static,const] QLocale_Country StLucia

Description: Enum constant QLocale::StLucia

Python specific notes:
The object exposes a readable attribute 'StLucia'. This is the getter.

StPierreAndMiquelon

Signature: [static,const] QLocale_Country StPierreAndMiquelon

Description: Enum constant QLocale::StPierreAndMiquelon

Python specific notes:
The object exposes a readable attribute 'StPierreAndMiquelon'. This is the getter.

StVincentAndTheGrenadines

Signature: [static,const] QLocale_Country StVincentAndTheGrenadines

Description: Enum constant QLocale::StVincentAndTheGrenadines

Python specific notes:
The object exposes a readable attribute 'StVincentAndTheGrenadines'. This is the getter.

Sudan

Signature: [static,const] QLocale_Country Sudan

Description: Enum constant QLocale::Sudan

Python specific notes:
The object exposes a readable attribute 'Sudan'. This is the getter.

Sundanese

Signature: [static,const] QLocale_Language Sundanese

Description: Enum constant QLocale::Sundanese

Python specific notes:
The object exposes a readable attribute 'Sundanese'. This is the getter.

Suriname

Signature: [static,const] QLocale_Country Suriname

Description: Enum constant QLocale::Suriname

Python specific notes:
The object exposes a readable attribute 'Suriname'. This is the getter.

SvalbardAndJanMayenIslands

Signature: [static,const] QLocale_Country SvalbardAndJanMayenIslands

Description: Enum constant QLocale::SvalbardAndJanMayenIslands

Python specific notes:
The object exposes a readable attribute 'SvalbardAndJanMayenIslands'. This is the getter.

Swahili

Signature: [static,const] QLocale_Language Swahili

Description: Enum constant QLocale::Swahili

Python specific notes:
The object exposes a readable attribute 'Swahili'. This is the getter.

Swaziland

Signature: [static,const] QLocale_Country Swaziland

Description: Enum constant QLocale::Swaziland

Python specific notes:
The object exposes a readable attribute 'Swaziland'. This is the getter.

Sweden

Signature: [static,const] QLocale_Country Sweden

Description: Enum constant QLocale::Sweden

Python specific notes:
The object exposes a readable attribute 'Sweden'. This is the getter.

Swedish

Signature: [static,const] QLocale_Language Swedish

Description: Enum constant QLocale::Swedish

Python specific notes:
The object exposes a readable attribute 'Swedish'. This is the getter.

Switzerland

Signature: [static,const] QLocale_Country Switzerland

Description: Enum constant QLocale::Switzerland

Python specific notes:
The object exposes a readable attribute 'Switzerland'. This is the getter.

Syriac

Signature: [static,const] QLocale_Language Syriac

Description: Enum constant QLocale::Syriac

Python specific notes:
The object exposes a readable attribute 'Syriac'. This is the getter.

SyrianArabRepublic

Signature: [static,const] QLocale_Country SyrianArabRepublic

Description: Enum constant QLocale::SyrianArabRepublic

Python specific notes:
The object exposes a readable attribute 'SyrianArabRepublic'. This is the getter.

Tagalog

Signature: [static,const] QLocale_Language Tagalog

Description: Enum constant QLocale::Tagalog

Python specific notes:
The object exposes a readable attribute 'Tagalog'. This is the getter.

Taiwan

Signature: [static,const] QLocale_Country Taiwan

Description: Enum constant QLocale::Taiwan

Python specific notes:
The object exposes a readable attribute 'Taiwan'. This is the getter.

Tajik

Signature: [static,const] QLocale_Language Tajik

Description: Enum constant QLocale::Tajik

Python specific notes:
The object exposes a readable attribute 'Tajik'. This is the getter.

Tajikistan

Signature: [static,const] QLocale_Country Tajikistan

Description: Enum constant QLocale::Tajikistan

Python specific notes:
The object exposes a readable attribute 'Tajikistan'. This is the getter.

Tamil

Signature: [static,const] QLocale_Language Tamil

Description: Enum constant QLocale::Tamil

Python specific notes:
The object exposes a readable attribute 'Tamil'. This is the getter.

Tanzania

Signature: [static,const] QLocale_Country Tanzania

Description: Enum constant QLocale::Tanzania

Python specific notes:
The object exposes a readable attribute 'Tanzania'. This is the getter.

Tatar

Signature: [static,const] QLocale_Language Tatar

Description: Enum constant QLocale::Tatar

Python specific notes:
The object exposes a readable attribute 'Tatar'. This is the getter.

Telugu

Signature: [static,const] QLocale_Language Telugu

Description: Enum constant QLocale::Telugu

Python specific notes:
The object exposes a readable attribute 'Telugu'. This is the getter.

Thai

Signature: [static,const] QLocale_Language Thai

Description: Enum constant QLocale::Thai

Python specific notes:
The object exposes a readable attribute 'Thai'. This is the getter.

Thailand

Signature: [static,const] QLocale_Country Thailand

Description: Enum constant QLocale::Thailand

Python specific notes:
The object exposes a readable attribute 'Thailand'. This is the getter.

Tibetan

Signature: [static,const] QLocale_Language Tibetan

Description: Enum constant QLocale::Tibetan

Python specific notes:
The object exposes a readable attribute 'Tibetan'. This is the getter.

Tigre

Signature: [static,const] QLocale_Language Tigre

Description: Enum constant QLocale::Tigre

Python specific notes:
The object exposes a readable attribute 'Tigre'. This is the getter.

Tigrinya

Signature: [static,const] QLocale_Language Tigrinya

Description: Enum constant QLocale::Tigrinya

Python specific notes:
The object exposes a readable attribute 'Tigrinya'. This is the getter.

Togo

Signature: [static,const] QLocale_Country Togo

Description: Enum constant QLocale::Togo

Python specific notes:
The object exposes a readable attribute 'Togo'. This is the getter.

Tokelau

Signature: [static,const] QLocale_Country Tokelau

Description: Enum constant QLocale::Tokelau

Python specific notes:
The object exposes a readable attribute 'Tokelau'. This is the getter.

TongaCountry

Signature: [static,const] QLocale_Country TongaCountry

Description: Enum constant QLocale::TongaCountry

Python specific notes:
The object exposes a readable attribute 'TongaCountry'. This is the getter.

TongaLanguage

Signature: [static,const] QLocale_Language TongaLanguage

Description: Enum constant QLocale::TongaLanguage

Python specific notes:
The object exposes a readable attribute 'TongaLanguage'. This is the getter.

TrinidadAndTobago

Signature: [static,const] QLocale_Country TrinidadAndTobago

Description: Enum constant QLocale::TrinidadAndTobago

Python specific notes:
The object exposes a readable attribute 'TrinidadAndTobago'. This is the getter.

Tsonga

Signature: [static,const] QLocale_Language Tsonga

Description: Enum constant QLocale::Tsonga

Python specific notes:
The object exposes a readable attribute 'Tsonga'. This is the getter.

Tunisia

Signature: [static,const] QLocale_Country Tunisia

Description: Enum constant QLocale::Tunisia

Python specific notes:
The object exposes a readable attribute 'Tunisia'. This is the getter.

Turkey

Signature: [static,const] QLocale_Country Turkey

Description: Enum constant QLocale::Turkey

Python specific notes:
The object exposes a readable attribute 'Turkey'. This is the getter.

Turkish

Signature: [static,const] QLocale_Language Turkish

Description: Enum constant QLocale::Turkish

Python specific notes:
The object exposes a readable attribute 'Turkish'. This is the getter.

Turkmen

Signature: [static,const] QLocale_Language Turkmen

Description: Enum constant QLocale::Turkmen

Python specific notes:
The object exposes a readable attribute 'Turkmen'. This is the getter.

Turkmenistan

Signature: [static,const] QLocale_Country Turkmenistan

Description: Enum constant QLocale::Turkmenistan

Python specific notes:
The object exposes a readable attribute 'Turkmenistan'. This is the getter.

TurksAndCaicosIslands

Signature: [static,const] QLocale_Country TurksAndCaicosIslands

Description: Enum constant QLocale::TurksAndCaicosIslands

Python specific notes:
The object exposes a readable attribute 'TurksAndCaicosIslands'. This is the getter.

Tuvalu

Signature: [static,const] QLocale_Country Tuvalu

Description: Enum constant QLocale::Tuvalu

Python specific notes:
The object exposes a readable attribute 'Tuvalu'. This is the getter.

Twi

Signature: [static,const] QLocale_Language Twi

Description: Enum constant QLocale::Twi

Python specific notes:
The object exposes a readable attribute 'Twi'. This is the getter.

Tyap

Signature: [static,const] QLocale_Language Tyap

Description: Enum constant QLocale::Tyap

Python specific notes:
The object exposes a readable attribute 'Tyap'. This is the getter.

USVirginIslands

Signature: [static,const] QLocale_Country USVirginIslands

Description: Enum constant QLocale::USVirginIslands

Python specific notes:
The object exposes a readable attribute 'USVirginIslands'. This is the getter.

Uganda

Signature: [static,const] QLocale_Country Uganda

Description: Enum constant QLocale::Uganda

Python specific notes:
The object exposes a readable attribute 'Uganda'. This is the getter.

Uigur

Signature: [static,const] QLocale_Language Uigur

Description: Enum constant QLocale::Uigur

Python specific notes:
The object exposes a readable attribute 'Uigur'. This is the getter.

Ukraine

Signature: [static,const] QLocale_Country Ukraine

Description: Enum constant QLocale::Ukraine

Python specific notes:
The object exposes a readable attribute 'Ukraine'. This is the getter.

Ukrainian

Signature: [static,const] QLocale_Language Ukrainian

Description: Enum constant QLocale::Ukrainian

Python specific notes:
The object exposes a readable attribute 'Ukrainian'. This is the getter.

UnitedArabEmirates

Signature: [static,const] QLocale_Country UnitedArabEmirates

Description: Enum constant QLocale::UnitedArabEmirates

Python specific notes:
The object exposes a readable attribute 'UnitedArabEmirates'. This is the getter.

UnitedKingdom

Signature: [static,const] QLocale_Country UnitedKingdom

Description: Enum constant QLocale::UnitedKingdom

Python specific notes:
The object exposes a readable attribute 'UnitedKingdom'. This is the getter.

UnitedStates

Signature: [static,const] QLocale_Country UnitedStates

Description: Enum constant QLocale::UnitedStates

Python specific notes:
The object exposes a readable attribute 'UnitedStates'. This is the getter.

UnitedStatesMinorOutlyingIslands

Signature: [static,const] QLocale_Country UnitedStatesMinorOutlyingIslands

Description: Enum constant QLocale::UnitedStatesMinorOutlyingIslands

Python specific notes:
The object exposes a readable attribute 'UnitedStatesMinorOutlyingIslands'. This is the getter.

Urdu

Signature: [static,const] QLocale_Language Urdu

Description: Enum constant QLocale::Urdu

Python specific notes:
The object exposes a readable attribute 'Urdu'. This is the getter.

Uruguay

Signature: [static,const] QLocale_Country Uruguay

Description: Enum constant QLocale::Uruguay

Python specific notes:
The object exposes a readable attribute 'Uruguay'. This is the getter.

Uzbek

Signature: [static,const] QLocale_Language Uzbek

Description: Enum constant QLocale::Uzbek

Python specific notes:
The object exposes a readable attribute 'Uzbek'. This is the getter.

Uzbekistan

Signature: [static,const] QLocale_Country Uzbekistan

Description: Enum constant QLocale::Uzbekistan

Python specific notes:
The object exposes a readable attribute 'Uzbekistan'. This is the getter.

Vanuatu

Signature: [static,const] QLocale_Country Vanuatu

Description: Enum constant QLocale::Vanuatu

Python specific notes:
The object exposes a readable attribute 'Vanuatu'. This is the getter.

VaticanCityState

Signature: [static,const] QLocale_Country VaticanCityState

Description: Enum constant QLocale::VaticanCityState

Python specific notes:
The object exposes a readable attribute 'VaticanCityState'. This is the getter.

Venda

Signature: [static,const] QLocale_Language Venda

Description: Enum constant QLocale::Venda

Python specific notes:
The object exposes a readable attribute 'Venda'. This is the getter.

Venezuela

Signature: [static,const] QLocale_Country Venezuela

Description: Enum constant QLocale::Venezuela

Python specific notes:
The object exposes a readable attribute 'Venezuela'. This is the getter.

VietNam

Signature: [static,const] QLocale_Country VietNam

Description: Enum constant QLocale::VietNam

Python specific notes:
The object exposes a readable attribute 'VietNam'. This is the getter.

Vietnamese

Signature: [static,const] QLocale_Language Vietnamese

Description: Enum constant QLocale::Vietnamese

Python specific notes:
The object exposes a readable attribute 'Vietnamese'. This is the getter.

Volapuk

Signature: [static,const] QLocale_Language Volapuk

Description: Enum constant QLocale::Volapuk

Python specific notes:
The object exposes a readable attribute 'Volapuk'. This is the getter.

Walamo

Signature: [static,const] QLocale_Language Walamo

Description: Enum constant QLocale::Walamo

Python specific notes:
The object exposes a readable attribute 'Walamo'. This is the getter.

WallisAndFutunaIslands

Signature: [static,const] QLocale_Country WallisAndFutunaIslands

Description: Enum constant QLocale::WallisAndFutunaIslands

Python specific notes:
The object exposes a readable attribute 'WallisAndFutunaIslands'. This is the getter.

Welsh

Signature: [static,const] QLocale_Language Welsh

Description: Enum constant QLocale::Welsh

Python specific notes:
The object exposes a readable attribute 'Welsh'. This is the getter.

WesternSahara

Signature: [static,const] QLocale_Country WesternSahara

Description: Enum constant QLocale::WesternSahara

Python specific notes:
The object exposes a readable attribute 'WesternSahara'. This is the getter.

Wolof

Signature: [static,const] QLocale_Language Wolof

Description: Enum constant QLocale::Wolof

Python specific notes:
The object exposes a readable attribute 'Wolof'. This is the getter.

Xhosa

Signature: [static,const] QLocale_Language Xhosa

Description: Enum constant QLocale::Xhosa

Python specific notes:
The object exposes a readable attribute 'Xhosa'. This is the getter.

Yemen

Signature: [static,const] QLocale_Country Yemen

Description: Enum constant QLocale::Yemen

Python specific notes:
The object exposes a readable attribute 'Yemen'. This is the getter.

Yiddish

Signature: [static,const] QLocale_Language Yiddish

Description: Enum constant QLocale::Yiddish

Python specific notes:
The object exposes a readable attribute 'Yiddish'. This is the getter.

Yoruba

Signature: [static,const] QLocale_Language Yoruba

Description: Enum constant QLocale::Yoruba

Python specific notes:
The object exposes a readable attribute 'Yoruba'. This is the getter.

Yugoslavia

Signature: [static,const] QLocale_Country Yugoslavia

Description: Enum constant QLocale::Yugoslavia

Python specific notes:
The object exposes a readable attribute 'Yugoslavia'. This is the getter.

Zambia

Signature: [static,const] QLocale_Country Zambia

Description: Enum constant QLocale::Zambia

Python specific notes:
The object exposes a readable attribute 'Zambia'. This is the getter.

Zhuang

Signature: [static,const] QLocale_Language Zhuang

Description: Enum constant QLocale::Zhuang

Python specific notes:
The object exposes a readable attribute 'Zhuang'. This is the getter.

Zimbabwe

Signature: [static,const] QLocale_Country Zimbabwe

Description: Enum constant QLocale::Zimbabwe

Python specific notes:
The object exposes a readable attribute 'Zimbabwe'. This is the getter.

Zulu

Signature: [static,const] QLocale_Language Zulu

Description: Enum constant QLocale::Zulu

Python specific notes:
The object exposes a readable attribute 'Zulu'. This is the getter.

_assign

Signature: void _assign (const QLocale other)

Description: Assigns another object to self

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

amText

Signature: [const] string amText

Description: Method QString QLocale::amText()

assign

Signature: QLocale assign (const QLocale other)

Description: Method QLocale &QLocale::operator=(const QLocale &other)

c

Signature: [static] QLocale c

Description: Static method QLocale QLocale::c()

This method is static and can be called without an instance.

countriesForLanguage

Signature: [static] QLocale_Country[] countriesForLanguage (const QLocale_Language lang)

Description: Static method QList<QLocale::Country> QLocale::countriesForLanguage(QLocale::Language lang)

This method is static and can be called without an instance.

country

Signature: [const] QLocale_Country country

Description: Method QLocale::Country QLocale::country()

countryToString

Signature: [static] string countryToString (const QLocale_Country country)

Description: Static method QString QLocale::countryToString(QLocale::Country country)

This method is static and can be called without an instance.

create

Signature: void create

Description: Ensures the C++ object is created

Use of this method is deprecated. Use _create instead

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

dateFormat

Signature: [const] string dateFormat (const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::dateFormat(QLocale::FormatType format)

dateTimeFormat

Signature: [const] string dateTimeFormat (const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::dateTimeFormat(QLocale::FormatType format)

dayName

Signature: [const] string dayName (int arg1, const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::dayName(int, QLocale::FormatType format)

decimalPoint

Signature: [const] unsigned int decimalPoint

Description: Method QChar QLocale::decimalPoint()

destroy

Signature: void destroy

Description: Explicitly destroys the object

Use of this method is deprecated. Use _destroy instead

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

destroyed?

Signature: [const] bool destroyed?

Description: Returns a value indicating whether the object was already destroyed

Use of this method is deprecated. Use _destroyed? instead

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

dup

Signature: [const] new QLocale ptr dup

Description: Creates a copy of self

Python specific notes:
This method also implements '__copy__' and '__deepcopy__'.

exponential

Signature: [const] unsigned int exponential

Description: Method QChar QLocale::exponential()

groupSeparator

Signature: [const] unsigned int groupSeparator

Description: Method QChar QLocale::groupSeparator()

is_const_object?

Signature: [const] bool is_const_object?

Description: Returns a value indicating whether the reference is a const reference

Use of this method is deprecated. Use _is_const_object? instead

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

language

Signature: [const] QLocale_Language language

Description: Method QLocale::Language QLocale::language()

languageToString

Signature: [static] string languageToString (const QLocale_Language language)

Description: Static method QString QLocale::languageToString(QLocale::Language language)

This method is static and can be called without an instance.

measurementSystem

Signature: [const] QLocale_MeasurementSystem measurementSystem

Description: Method QLocale::MeasurementSystem QLocale::measurementSystem()

monthName

Signature: [const] string monthName (int arg1, const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::monthName(int, QLocale::FormatType format)

name

Signature: [const] string name

Description: Method QString QLocale::name()

negativeSign

Signature: [const] unsigned int negativeSign

Description: Method QChar QLocale::negativeSign()

new

(1) Signature: [static] new QLocale new

Description: Constructor QLocale::QLocale()

This method creates an object of class QLocale.

Python specific notes:
This method is the default initializer of the object.

(2) Signature: [static] new QLocale new (string name)

Description: Constructor QLocale::QLocale(const QString &name)

This method creates an object of class QLocale.

Python specific notes:
This method is the default initializer of the object.

(3) Signature: [static] new QLocale new (const QLocale_Language language, const QLocale_Country country = QLocale::AnyCountry)

Description: Constructor QLocale::QLocale(QLocale::Language language, QLocale::Country country)

This method creates an object of class QLocale.

Python specific notes:
This method is the default initializer of the object.

(4) Signature: [static] new QLocale new (const QLocale other)

Description: Constructor QLocale::QLocale(const QLocale &other)

This method creates an object of class QLocale.

Python specific notes:
This method is the default initializer of the object.

numberOptions

Signature: [const] QLocale_QFlags_NumberOption numberOptions

Description: Method QFlags<QLocale::NumberOption> QLocale::numberOptions()

Python specific notes:
The object exposes a readable attribute 'numberOptions'. This is the getter.

numberOptions=

Signature: void numberOptions= (QLocale_QFlags_NumberOption options)

Description: Method void QLocale::setNumberOptions(QFlags<QLocale::NumberOption> options)

Python specific notes:
The object exposes a writable attribute 'numberOptions'. This is the setter.

percent

Signature: [const] unsigned int percent

Description: Method QChar QLocale::percent()

pmText

Signature: [const] string pmText

Description: Method QString QLocale::pmText()

positiveSign

Signature: [const] unsigned int positiveSign

Description: Method QChar QLocale::positiveSign()

setDefault

Signature: [static] void setDefault (const QLocale locale)

Description: Static method void QLocale::setDefault(const QLocale &locale)

This method is static and can be called without an instance.

setNumberOptions

Signature: void setNumberOptions (QLocale_QFlags_NumberOption options)

Description: Method void QLocale::setNumberOptions(QFlags<QLocale::NumberOption> options)

Python specific notes:
The object exposes a writable attribute 'numberOptions'. This is the setter.

standaloneDayName

Signature: [const] string standaloneDayName (int arg1, const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::standaloneDayName(int, QLocale::FormatType format)

standaloneMonthName

Signature: [const] string standaloneMonthName (int arg1, const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::standaloneMonthName(int, QLocale::FormatType format)

system

Signature: [static] QLocale system

Description: Static method QLocale QLocale::system()

This method is static and can be called without an instance.

timeFormat

Signature: [const] string timeFormat (const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::timeFormat(QLocale::FormatType format)

toDate

(1) Signature: [const] QDate toDate (string string, const QLocale_FormatType arg2 = QLocale::LongFormat)

Description: Method QDate QLocale::toDate(const QString &string, QLocale::FormatType)

(2) Signature: [const] QDate toDate (string string, string format)

Description: Method QDate QLocale::toDate(const QString &string, const QString &format)

toDateTime

(1) Signature: [const] QDateTime toDateTime (string string, const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QDateTime QLocale::toDateTime(const QString &string, QLocale::FormatType format)

(2) Signature: [const] QDateTime toDateTime (string string, string format)

Description: Method QDateTime QLocale::toDateTime(const QString &string, const QString &format)

toDouble

Signature: [const] double toDouble (string s, bool ptr ok = 0)

Description: Method double QLocale::toDouble(const QString &s, bool *ok)

toFloat

Signature: [const] float toFloat (string s, bool ptr ok = 0)

Description: Method float QLocale::toFloat(const QString &s, bool *ok)

toInt

Signature: [const] int toInt (string s, bool ptr ok = 0, int base = 0)

Description: Method int QLocale::toInt(const QString &s, bool *ok, int base)

toLongLong

Signature: [const] long long toLongLong (string s, bool ptr ok = 0, int base = 0)

Description: Method qlonglong QLocale::toLongLong(const QString &s, bool *ok, int base)

toShort

Signature: [const] short toShort (string s, bool ptr ok = 0, int base = 0)

Description: Method short int QLocale::toShort(const QString &s, bool *ok, int base)

toString

(1) Signature: [const] string toString (const QDate date, string formatStr)

Description: Method QString QLocale::toString(const QDate &date, const QString &formatStr)

(2) Signature: [const] string toString (const QDate date, const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::toString(const QDate &date, QLocale::FormatType format)

(3) Signature: [const] string toString (const QTime time, string formatStr)

Description: Method QString QLocale::toString(const QTime &time, const QString &formatStr)

(4) Signature: [const] string toString (const QTime time, const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::toString(const QTime &time, QLocale::FormatType format)

(5) Signature: [const] string toString (const QDateTime dateTime, const QLocale_FormatType format = QLocale::LongFormat)

Description: Method QString QLocale::toString(const QDateTime &dateTime, QLocale::FormatType format)

(6) Signature: [const] string toString (const QDateTime dateTime, string format)

Description: Method QString QLocale::toString(const QDateTime &dateTime, const QString &format)

toString_d

Signature: [const] string toString_d (double i, char f = 'g', int prec = 6)

Description: Method QString QLocale::toString(double i, char f, int prec)

toString_f

Signature: [const] string toString_f (float i, char f = 'g', int prec = 6)

Description: Method QString QLocale::toString(float i, char f, int prec)

toString_i

Signature: [const] string toString_i (int i)

Description: Method QString QLocale::toString(int i)

toString_ll

Signature: [const] string toString_ll (long long i)

Description: Method QString QLocale::toString(qlonglong i)

toString_s

Signature: [const] string toString_s (short i)

Description: Method QString QLocale::toString(short int i)

toString_ui

Signature: [const] string toString_ui (unsigned int i)

Description: Method QString QLocale::toString(unsigned int i)

toString_ull

Signature: [const] string toString_ull (unsigned long long i)

Description: Method QString QLocale::toString(qulonglong i)

toString_us

Signature: [const] string toString_us (unsigned short i)

Description: Method QString QLocale::toString(unsigned short int i)

toTime

(1) Signature: [const] QTime toTime (string string, const QLocale_FormatType arg2 = QLocale::LongFormat)

Description: Method QTime QLocale::toTime(const QString &string, QLocale::FormatType)

(2) Signature: [const] QTime toTime (string string, string format)

Description: Method QTime QLocale::toTime(const QString &string, const QString &format)

toUInt

Signature: [const] unsigned int toUInt (string s, bool ptr ok = 0, int base = 0)

Description: Method unsigned int QLocale::toUInt(const QString &s, bool *ok, int base)

toULongLong

Signature: [const] long long toULongLong (string s, bool ptr ok = 0, int base = 0)

Description: Method qlonglong QLocale::toULongLong(const QString &s, bool *ok, int base)

toUShort

Signature: [const] unsigned short toUShort (string s, bool ptr ok = 0, int base = 0)

Description: Method unsigned short int QLocale::toUShort(const QString &s, bool *ok, int base)

zeroDigit

Signature: [const] unsigned int zeroDigit

Description: Method QChar QLocale::zeroDigit()