# 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 QWhatsThisClickedEvent(__PyQt6_QtCore.QEvent):
    """ QWhatsThisClickedEvent(href: str) """
    def clone(self): # real signature unknown; restored from __doc__
        """ clone(self) -> QWhatsThisClickedEvent """
        return QWhatsThisClickedEvent

    def href(self): # real signature unknown; restored from __doc__
        """ href(self) -> str """
        return ""

    def __init__(self, href): # real signature unknown; restored from __doc__
        pass


