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