QTextOption.Tab

Inheritance diagram of PySide2.QtGui.QTextOption.Tab

Synopsis

Functions

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 when tabType is DelimiterTab .

PySide2.QtGui.QTextOption.Tab.position
PySide2.QtGui.QTextOption.Tab.type
PySide2.QtGui.QTextOption.Tab.delimiter
PySide2.QtGui.QTextOption.Tab.__ne__(other)
Parameters

otherTab

Return type

bool

Returns true if tab other is not equal to this tab; otherwise returns false .

PySide2.QtGui.QTextOption.Tab.__eq__(other)
Parameters

otherTab

Return type

bool

Returns true if tab other is equal to this tab; otherwise returns false .