# 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 QInputMethodQueryEvent(__PyQt5_QtCore.QEvent):
    """
    QInputMethodQueryEvent(queries: Union[Qt.InputMethodQueries, Qt.InputMethodQuery])
    QInputMethodQueryEvent(a0: QInputMethodQueryEvent)
    """
    def queries(self): # real signature unknown; restored from __doc__
        """ queries(self) -> Qt.InputMethodQueries """
        pass

    def setValue(self, query, value): # real signature unknown; restored from __doc__
        """ setValue(self, query: Qt.InputMethodQuery, value: Any) """
        pass

    def value(self, query): # real signature unknown; restored from __doc__
        """ value(self, query: Qt.InputMethodQuery) -> Any """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass


