# encoding: utf-8
# module PyQt6.QtGui
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


class QActionEvent(__PyQt6_QtCore.QEvent):
    """ QActionEvent(type: int, action: QAction, before: typing.Optional[QAction] = None) """
    def action(self): # real signature unknown; restored from __doc__
        """ action(self) -> QAction """
        return QAction

    def before(self): # real signature unknown; restored from __doc__
        """ before(self) -> QAction """
        return QAction

    def clone(self): # real signature unknown; restored from __doc__
        """ clone(self) -> QActionEvent """
        return QActionEvent

    def __init__(self, type, action, before, QAction=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        pass


