# encoding: utf-8
# module PyQt5.QtWidgets
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtWidgets.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import PyQt5.QtGui as __PyQt5_QtGui
import sip as __sip


from .QStyleOption import QStyleOption

class QStyleOptionTab(QStyleOption):
    """
    QStyleOptionTab()
    QStyleOptionTab(other: QStyleOptionTab)
    """
    def __init__(self, other=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    Beginning = 0
    End = 2
    HasFrame = 1
    LeftCornerWidget = 1
    Middle = 1
    NextIsSelected = 1
    NoCornerWidgets = 0
    None_ = 0
    NotAdjacent = 0
    OnlyOneTab = 3
    PreviousIsSelected = 2
    RightCornerWidget = 2
    Type = 3
    Version = 3


