On 11-10-2018 02:02, Tony Rietwyk wrote:
Hi Israel,

Try installEventFilter on the menu to see the KeyPress events before they are handled by the menu.

In the eventFilter you'll want to look at the events of type
QEvent::ShortcutOverride. Remember to accept() the event if you don't want the shortcut action triggered.


Kind regards,
Frederik

--
Frederik Christiani
Viking Software
https://www.vikingsoftware.com/
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to