• PySide 模块
  • PySide.QtGui
  • 内容表

    上一话题

    QTextOption

    下一话题

    QPen

    QTextOption.Tab

    概要

    函数

    详细描述

    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() ] )
    参数:

    Creates a default left tab with position 80.

    Creates a tab with the given position, tab type, and delimiter ( pos , tabType , delim ).

    注意

    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 )
    参数: other PySide.QtGui.QTextOption::Tab
    返回类型: PySide.QtCore.bool

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

    PySide.QtGui.QTextOption.Tab. __eq__ ( other )
    参数: other PySide.QtGui.QTextOption::Tab
    返回类型: PySide.QtCore.bool

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