QTextOption.Tab¶

Detailed Description¶
Each tab definition is represented by this struct.
-
class
PySide2.QtGui.QTextOption.
Tab
¶ PySide2.QtGui.QTextOption.Tab(Tab)
PySide2.QtGui.QTextOption.Tab(pos, tabType[, delim=QChar()])
- param Tab
Tab
- param delim
QChar
- param tabType
TabType
- param pos
qreal
Creates a default left tab with position 80.
Creates a tab with the given position, tab type, and delimiter (
pos
,tabType
,delim
).Note
delim
is only used whentabType
isDelimiterTab
.
-
PySide2.QtGui.QTextOption.Tab.
position
¶
-
PySide2.QtGui.QTextOption.Tab.
type
¶
-
PySide2.QtGui.QTextOption.Tab.
delimiter
¶
-
PySide2.QtGui.QTextOption.Tab.
__ne__
(other)¶ - Parameters
other –
Tab
- Return type
bool
Returns
true
if tabother
is not equal to this tab; otherwise returnsfalse
.
-
PySide2.QtGui.QTextOption.Tab.
__eq__
(other)¶ - Parameters
other –
Tab
- Return type
bool
Returns
true
if tabother
is equal to this tab; otherwise returnsfalse
.