Each tab definition is represented by this struct.
| Parameters: |
|
|---|
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 .
| Parameters: | other – PySide.QtGui.QTextOption::Tab |
|---|---|
| Return type: | PySide.QtCore.bool |
Returns true if tab other is not equal to this tab; otherwise returns false.
| Parameters: | other – PySide.QtGui.QTextOption::Tab |
|---|---|
| Return type: | PySide.QtCore.bool |
Returns true if tab other is equal to this tab; otherwise returns false.