# encoding: utf-8
# module PyQt5.QtGui
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QOpenGLContextGroup(__PyQt5_QtCore.QObject):
    # no doc
    def currentContextGroup(self): # real signature unknown; restored from __doc__
        """ currentContextGroup() -> Optional[QOpenGLContextGroup] """
        pass

    def shares(self): # real signature unknown; restored from __doc__
        """ shares(self) -> List[QOpenGLContext] """
        return []

    def __init__(self, *args, **kwargs): # real signature unknown
        pass


