Table Of Contents

Previous topic

QTextOption

Next topic

QPen

QTextOption.Tab

Synopsis

Functions

Detailed Description

Each tab definition is represented by this struct.
class PySide.QtGui.QTextOption.Tab
class PySide.QtGui.QTextOption.Tab(Tab)
class PySide.QtGui.QTextOption.Tab(pos, tabType[, delim=QChar()])
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 .

PySide.QtGui.QTextOption.Tab.delimiter
PySide.QtGui.QTextOption.Tab.position
PySide.QtGui.QTextOption.Tab.type
PySide.QtGui.QTextOption.Tab.__ne__(other)
Parameters:otherPySide.QtGui.QTextOption::Tab
Return type:PySide.QtCore.bool

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

PySide.QtGui.QTextOption.Tab.__eq__(other)
Parameters:otherPySide.QtGui.QTextOption::Tab
Return type:PySide.QtCore.bool

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