For future reference, is it not possible then to receive keyboard shortcuts on anything except widgets? Is calling QWidget::addAction(...) the only way to setup the keyboard shortcuts to propagate correctly?
The action has to be tied to something that is currently visible. It is possible to hack a global shortcut support by catching shortcuts in the application object and triggering appropriate actions manually but it's not available out of the box.
Your biological and technological distinctiveness will be added to our own. Resistance is futile.
Please ask Qt related questions on the forum and not using private messages or visitor messages.
Bookmarks