Tab

PyQt5.QtGui.QTextOption.Tab

Description

Each tab definition is represented by this struct.

Attributes

delimiter: str

If type is DelimitorTab; tab until this char is found in the text.


position: float

Distance from the start of the paragraph. The position of a tab is from the start of the paragraph which implies that when the alignment of the paragraph is set to centered, the tab is interpreted to be moved the same distance as the left ege of the paragraph does. In case the paragraph is set to have a layoutDirection() RightToLeft the position is interpreted to be from the right side of the paragraph with higher numbers moving the tab to the left.


type: TabType

Determine which type is used. In a paragraph that has layoutDirection() RightToLeft the type LeftTab will be interpreted to be a RightTab and vice versa.

Methods

__init__()

TODO


__init__(Tab)

TODO


__init__(float, TabType, delim: str = '')

TODO


__eq__(Tab) → bool

TODO


__ne__(Tab) → bool

TODO