Uses of Class
io.qt.gui.QFontDatabase.SystemFont
Package | Description |
---|---|
io.qt.gui |
-
Uses of QFontDatabase.SystemFont in io.qt.gui
Methods in io.qt.gui that return QFontDatabase.SystemFont Modifier and Type Method Description static QFontDatabase.SystemFont
QFontDatabase.SystemFont. resolve(int value)
Returns the corresponding enum entry for the given value.static QFontDatabase.SystemFont
QFontDatabase.SystemFont. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFontDatabase.SystemFont[]
QFontDatabase.SystemFont. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QFontDatabase.SystemFont Modifier and Type Method Description static QFont
QFontDatabase. systemFont(QFontDatabase.SystemFont type)