Re: [PyQt] Capturing keypress events

2009-03-12 Thread Sergio Daniel Gomez
Mal Wanstall escribió: I've got a simple little app that pre-loads a list of user defined sounds and I want the sounds to be triggered on a particular key press (also defined by the user). I'm fine with the QSound part of it but am having trouble working out how to get the sounds to play when a

[PyQt] Capturing keypress events

2009-03-11 Thread Mal Wanstall
I've got a simple little app that pre-loads a list of user defined sounds and I want the sounds to be triggered on a particular key press (also defined by the user). I'm fine with the QSound part of it but am having trouble working out how to get the sounds to play when a particular key was pressed