# encoding: utf-8
# module PyQt6.QtWidgets
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtWidgets.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.QtGui as __PyQt6_QtGui
import PyQt6.sip as __PyQt6_sip


class QWhatsThis(__PyQt6_sip.simplewrapper):
    """ QWhatsThis(a0: QWhatsThis) """
    def createAction(self, parent, QObject=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ createAction(parent: typing.Optional[QObject] = None) -> QAction """
        pass

    def enterWhatsThisMode(self): # real signature unknown; restored from __doc__
        """ enterWhatsThisMode() """
        pass

    def hideText(self): # real signature unknown; restored from __doc__
        """ hideText() """
        pass

    def inWhatsThisMode(self): # real signature unknown; restored from __doc__
        """ inWhatsThisMode() -> bool """
        return False

    def leaveWhatsThisMode(self): # real signature unknown; restored from __doc__
        """ leaveWhatsThisMode() """
        pass

    def showText(self, pos, text, widget, QWidget=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ showText(pos: QPoint, text: str, widget: typing.Optional[QWidget] = None) """
        pass

    def __init__(self, a0): # real signature unknown; restored from __doc__
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""



