QShortcut

PyQt5.QtWidgets.QShortcut

Inherits from QObject.

Description

TODO

Methods

__init__(QWidget)

TODO


__init__(Union[QKeySequence, StandardKey, str, int], QWidget, member: PYQT_SLOT = 0, ambiguousMember: PYQT_SLOT = 0, context: ShortcutContext = WindowShortcut)

TODO


autoRepeat() → bool

TODO


context() → ShortcutContext

TODO


event(QEvent) → bool

TODO


id() → int

TODO


isEnabled() → bool

TODO


key() → QKeySequence

TODO


parentWidget() → QWidget

TODO


setAutoRepeat(bool)

TODO


setContext(ShortcutContext)

TODO


setEnabled(bool)

TODO


setKey(Union[QKeySequence, StandardKey, str, int])

TODO


setWhatsThis(str)

TODO


whatsThis() → str

TODO

Signals

activated()

TODO


activatedAmbiguously()

TODO