Re: [PyQt] Can't get keyboard shortcuts to work

2012-01-22 Thread David Townshend
Thanks for the reply. I just realised that the example I sent does actually work (once I sort out the focus). After about an hour of testing I discovered that in my actual scenario I never called widget.addAction(). I've got quite a bit of abstraction around the QActions and I somehow missed it!

Re: [PyQt] Can't get keyboard shortcuts to work

2012-01-22 Thread Hans-Peter Jansen
On Thursday 19 January 2012, 10:53:31 David Townshend wrote: > I can't get keyboard shortcuts to work with Qt.WidgetShortcut > or Qt.WidgetWithChildrenShortcut context. It seems that nothing I do > will trigger the action. Below is a sample class which is giving the > problem. Can anyone point out

[PyQt] Can't get keyboard shortcuts to work

2012-01-19 Thread David Townshend
I can't get keyboard shortcuts to work with Qt.WidgetShortcut or Qt.WidgetWithChildrenShortcut context. It seems that nothing I do will trigger the action. Below is a sample class which is giving the problem. Can anyone point out where I am going wrong? class Widget(QtGui.QWidget): def __ini