Re: [PyQt] adding keypress event

2010-12-24 Thread Janwillem van Dijk
On 12/23/2010 07:00 PM, mw wrote: hope this helps. written on python 2.7 with pyqt 4.8.1 on WinXP On Thu, Dec 23, 2010 at 6:14 AM, Janwillem van Dijk jwevand...@xs4all.nl mailto:jwevand...@xs4all.nl wrote: I have small application build with Eric/Qt Designer. Even for somebody

[PyQt] adding keypress event

2010-12-23 Thread Janwillem van Dijk
I have small application build with Eric/Qt Designer. Even for somebody like me who does not really understand events, slots, signals and signatures this works great. But now I am stuck because I want to intercept the PgDn key to do something special (fire a camera). My projcect (interacting

Re: [PyQt] adding keypress event

2010-12-23 Thread mw
hope this helps. written on python 2.7 with pyqt 4.8.1 on WinXP On Thu, Dec 23, 2010 at 6:14 AM, Janwillem van Dijk jwevand...@xs4all.nlwrote: I have small application build with Eric/Qt Designer. Even for somebody like me who does not really understand events, slots, signals and signatures