I have a Qt4 application with menu entries with short-cuts (nothing fancy, things like Ctrl+O to open files, Ctrl+S to save ...). When compiled with Qt5, the short-cuts do not work although the actions are attached to the menu bar.
They work again if I add them to a toolbar though.
Is there an easy way to make it work? I can also add all these actions to the list of actions attached to the main window, but this is a pain and prone to mistake.