Uses of Enum
io.qt.core.QLocale.Language
Packages that use QLocale.Language
-
Uses of QLocale.Language in io.qt.core
Methods in io.qt.core that return QLocale.LanguageModifier 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.Methods in io.qt.core with parameters of type QLocale.LanguageModifier 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) Constructors in io.qt.core with parameters of type QLocale.LanguageModifierConstructorDescriptionQLocale
(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)