Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
4.3.0
-
None
Description
The following should be part of the QShortcut docu:
The QEvent::ShortcutOverride is sent to the focus widget before Qt activates the shortcut. If the focus widget accepts the event (in a reimplementation of QObject::event), then the shortcut will not fire. Instead, the focus widget receives the respective keyPressEvent. This is useful for... well, that's your homework