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