# 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


class QStyleOption(__PyQt6_sip.simplewrapper):
    """
    QStyleOption(version: int = QStyleOption.Version, type: int = QStyleOption.SO_Default)
    QStyleOption(other: QStyleOption)
    """
    def initFrom(self, w): # real signature unknown; restored from __doc__
        """ initFrom(self, w: QWidget) """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    direction = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740EA3C0>'
    fontMetrics = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740EA440>'
    OptionType = None # (!) real value is "<enum 'OptionType'>"
    palette = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740EA2C0>'
    rect = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740EA240>'
    state = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740EA200>'
    styleObject = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740EA1C0>'
    StyleOptionType = None # (!) real value is "<enum 'StyleOptionType'>"
    StyleOptionVersion = None # (!) real value is "<enum 'StyleOptionVersion'>"
    type = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740EA140>'
    version = None # (!) real value is '<sip.variabledescriptor object at 0x0000020E740EA100>'


