# encoding: utf-8
# module PyQt5.QtGui
# from C:\Programs\Python\Python311\Lib\site-packages\pyqt5-5.15.9-py3.11-win-amd64.egg\PyQt5\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QPaintEvent(__PyQt5_QtCore.QEvent):
    """
    QPaintEvent(paintRegion: QRegion)
    QPaintEvent(paintRect: QRect)
    QPaintEvent(a0: QPaintEvent)
    """
    def rect(self): # real signature unknown; restored from __doc__
        """ rect(self) -> QRect """
        pass

    def region(self): # real signature unknown; restored from __doc__
        """ region(self) -> QRegion """
        return QRegion

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass


