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