# encoding: utf-8
# module PyQt6.QtWidgets
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtWidgets.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.QtGui as __PyQt6_QtGui
import PyQt6.sip as __PyQt6_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

    CornerWidget = None # (!) real value is "<flag 'CornerWidget'>"
    cornerWidgets = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2640>'
    documentMode = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2540>'
    features = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2600>'
    icon = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2680>'
    iconSize = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2880>'
    leftButtonSize = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A28C0>'
    position = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2940>'
    rightButtonSize = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2980>'
    row = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2A00>'
    SelectedPosition = None # (!) real value is "<enum 'SelectedPosition'>"
    selectedPosition = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2A40>'
    shape = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2A80>'
    StyleOptionType = None # (!) real value is "<enum 'StyleOptionType'>"
    StyleOptionVersion = None # (!) real value is "<enum 'StyleOptionVersion'>"
    TabFeature = None # (!) real value is "<flag 'TabFeature'>"
    tabIndex = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2AC0>'
    TabPosition = None # (!) real value is "<enum 'TabPosition'>"
    text = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740A2B40>'


