Uses of Enum
io.qt.core.QLocale.Script
Packages that use QLocale.Script
-
Uses of QLocale.Script in io.qt.core
Methods in io.qt.core that return QLocale.ScriptModifier and TypeMethodDescriptionstatic QLocale.Script
QLocale.Script.resolve
(int value) Returns the corresponding enum entry for the given value.final QLocale.Script
QLocale.script()
static QLocale.Script
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.ScriptModifier and TypeMethodDescriptionQLocale.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.ScriptModifierConstructorDescriptionQLocale
(QLocale.Language language, QLocale.Script script, QLocale.Country country)