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