# encoding: utf-8
# module PyQt6.QtQuick
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtQuick.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.QtGui as __PyQt6_QtGui
import PyQt6.QtQml as __PyQt6_QtQml
import PyQt6.sip as __PyQt6_sip


class QQuickGraphicsConfiguration(__PyQt6_sip.simplewrapper):
    """
    QQuickGraphicsConfiguration()
    QQuickGraphicsConfiguration(other: QQuickGraphicsConfiguration)
    """
    def deviceExtensions(self): # real signature unknown; restored from __doc__
        """ deviceExtensions(self) -> List[QByteArray] """
        return []

    def isDepthBufferEnabledFor2D(self): # real signature unknown; restored from __doc__
        """ isDepthBufferEnabledFor2D(self) -> bool """
        return False

    def preferredInstanceExtensions(self): # real signature unknown; restored from __doc__
        """ preferredInstanceExtensions() -> List[QByteArray] """
        return []

    def setDepthBufferFor2D(self, enable): # real signature unknown; restored from __doc__
        """ setDepthBufferFor2D(self, enable: bool) """
        pass

    def setDeviceExtensions(self, extensions, QByteArray=None): # real signature unknown; restored from __doc__
        """ setDeviceExtensions(self, extensions: Iterable[QByteArray]) """
        pass

    def __init__(self, other=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)"""



