-
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.
|