[PyQt] figuring out where keypress events go

Peter Bienstman Peter.Bienstman at ugent.be
Fri Nov 11 09:50:21 GMT 2011


Hi,

I want to customise handling of certain keys, but they never make it to my 
keyPressEvent handler, probably because they get processed by another object.

Is there an easy way to debug which objects these might be, such that I can 
subclass them to ignore this keypress event?

Peter



More information about the PyQt mailing list