Uses of Enum
io.qt.gui.QTextOption.TabType
Packages that use QTextOption.TabType
-
Uses of QTextOption.TabType in io.qt.gui
Methods in io.qt.gui that return QTextOption.TabTypeModifier and TypeMethodDescriptionstatic QTextOption.TabType
QTextOption.TabType.resolve
(int value) Returns the corresponding enum entry for the given value.final QTextOption.TabType
QTextOption.Tab.type()
static QTextOption.TabType
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.TabTypeConstructors in io.qt.gui with parameters of type QTextOption.TabTypeModifierConstructorDescriptionTab
(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)