QShortcutEvent¶
The
QShortcutEvent
class provides an event which is generated when the user presses a key combination. More…

Synopsis¶
Functions¶
def
isAmbiguous
()def
key
()def
shortcutId
()
Detailed Description¶
-
class
QShortcutEvent
(key, id[, ambiguous=false])¶ - param id
int
- param ambiguous
bool
- param key
Constructs a shortcut event for the given
key
press, associated with theQShortcut
IDid
.ambiguous
specifies whether there is more than oneQShortcut
for the same key sequence.
-
PySide2.QtGui.QShortcutEvent.
isAmbiguous
()¶ - Return type
bool
Returns
true
if the key sequence that triggered the event is ambiguous.See also
activatedAmbiguously()
-
PySide2.QtGui.QShortcutEvent.
key
()¶ - Return type
Returns the key sequence that triggered the event.