Uses of Class
io.qt.gui.QTextOption.TabType
Package | Description |
---|---|
io.qt.gui |
-
Uses of QTextOption.TabType in io.qt.gui
Methods in io.qt.gui that return QTextOption.TabType Modifier and Type Method Description static QTextOption.TabType
QTextOption.TabType. resolve(int value)
Returns the corresponding enum entry for the given value.QTextOption.TabType
QTextOption.Tab. type()
static QTextOption.TabType
QTextOption.TabType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTextOption.TabType[]
QTextOption.TabType. 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 QTextOption.TabType Modifier and Type Method Description void
QTextOption.Tab. setType(QTextOption.TabType type)
Constructors in io.qt.gui with parameters of type QTextOption.TabType Constructor Description Tab(double pos, QTextOption.TabType tabType)
Overloaded constructor forTab(double, io.qt.gui.QTextOption.TabType, char)
withdelim = '\0'
.Tab(double pos, QTextOption.TabType tabType, char delim)