# 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 QActionEvent(__PyQt5_QtCore.QEvent):
    """
    QActionEvent(type: int, action: Optional[QAction], before: Optional[QAction] = None)
    QActionEvent(a0: QActionEvent)
    """
    def action(self): # real signature unknown; restored from __doc__
        """ action(self) -> Optional[QAction] """
        pass

    def before(self): # real signature unknown; restored from __doc__
        """ before(self) -> Optional[QAction] """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass


