# 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 QCloseEvent(__PyQt5_QtCore.QEvent):
    """
    QCloseEvent()
    QCloseEvent(a0: QCloseEvent)
    """
    def __init__(self, a0=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass


