Uses of Enum
io.qt.core.QLocale.Language
-
Uses of QLocale.Language in io.qt.core
Modifier and TypeMethodDescriptionfinal QLocale.Language
QLocale.language()
static QLocale.Language
QLocale.Language.resolve
(int value) Returns the corresponding enum entry for the given value.static QLocale.Language
Returns the enum constant of this type with the specified name.static QLocale.Language[]
QLocale.Language.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic QList<QLocale.Country>
QLocale.countriesForLanguage
(QLocale.Language lang) static String
QLocale.languageToString
(QLocale.Language language) QLocale.matchingLocales
(QLocale.Language language, QLocale.Script script, QLocale.Country country) ModifierConstructorDescriptionQLocale
(QLocale.Language language) Overloaded constructor forQLocale(io.qt.core.QLocale.Language, io.qt.core.QLocale.Country)
withcountry = io.qt.core.QLocale.Country.AnyCountry
.QLocale
(QLocale.Language language, QLocale.Country country) QLocale
(QLocale.Language language, QLocale.Script script, QLocale.Country country)