What kind of event arrives in case of a keyboard shortcut press? I've tried eventfilters to all page widgets already but I didn't find the "hook" event type.
Bye
Edit: Actions, stored in the subclass of QTabWidget will absolutely not recognized if the corresponding shortcut is pressed (key sequence).
Another edit: I will try to catch QEvent::KeyPress in the event filter for all page widgets.
Final edit here: The tabwidget does not get key events at all then, because it has no focus. Damn...
Bookmarks