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 TypeMethodDescriptionstatic QLocale.Language
QLocale.codeToLanguage
(String languageCode) final QLocale.Language
QLocale.language()
static QLocale.Language
QLocale.Language.resolve
(short 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.languageToCode
(QLocale.Language language) static String
QLocale.languageToString
(QLocale.Language language) QLocale.matchingLocales
(QLocale.Language language, QLocale.Script script, QLocale.Country territory) 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.Script, io.qt.core.QLocale.Country)
QLocale
(QLocale.Language language, QLocale.Country territory) QLocale
(QLocale.Language language, QLocale.Script script) Overloaded constructor forQLocale(io.qt.core.QLocale.Language, io.qt.core.QLocale.Script, io.qt.core.QLocale.Country)
withterritory = io.qt.core.QLocale.Country.AnyTerritory
.QLocale
(QLocale.Language language, QLocale.Script script, QLocale.Country territory)