# encoding: utf-8
# module PyQt5.QtWidgets
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtWidgets.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import PyQt5.QtGui as __PyQt5_QtGui
import sip as __sip


class QWhatsThis(__sip.simplewrapper):
    """ QWhatsThis(a0: QWhatsThis) """
    def createAction(self, parent, QObject=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ createAction(parent: Optional[QObject] = None) -> Optional[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, p_str=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ showText(pos: QPoint, text: Optional[str], widget: 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"""



