# encoding: utf-8
# module PyQt5.QtWidgets
# from C:\Programs\Python\Python311\Lib\site-packages\pyqt5-5.15.9-py3.11-win-amd64.egg\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


class QStyleFactory(__sip.simplewrapper):
    """
    QStyleFactory()
    QStyleFactory(a0: QStyleFactory)
    """
    def create(self, a0): # real signature unknown; restored from __doc__
        """ create(a0: str) -> QStyle """
        return QStyle

    def keys(self): # real signature unknown; restored from __doc__
        """ keys() -> List[str] """
        return []

    def __init__(self, a0=None): # 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)"""



