Uses of Class
io.qt.core.QLocale.Language
Package | Description |
---|---|
io.qt.core |
-
Uses of QLocale.Language in io.qt.core
Methods in io.qt.core that return QLocale.Language Modifier and Type Method Description QLocale.Language
QLocale. language()
static QLocale.Language
QLocale.Language. resolve(int value)
Returns the corresponding enum entry for the given value.static QLocale.Language
QLocale.Language. valueOf(String name)
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.Language Modifier and Type Method Description static QList<QLocale.Country>
QLocale. countriesForLanguage(QLocale.Language lang)
static String
QLocale. languageToString(QLocale.Language language)
static QList<QLocale>
QLocale. matchingLocales(QLocale.Language language, QLocale.Script script, QLocale.Country country)
Constructors in io.qt.core with parameters of type QLocale.Language Constructor Description QLocale(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)