Quote Originally Posted by D Cell View Post
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.