[PyQt] Re: Capturing WindowChangeEvent in KDE

Hans-Peter Jansen hpj at urpla.net
Sat Nov 14 19:51:48 GMT 2009


On Saturday 14 November 2009, 16:10:22 Raja wrote:
> Im really struck on my original problem and not sure how to proceed. Can
> someone point me
> to the correct forum if this is not the one. Unfortunately google doesnt
> seem to give much information for me to solve the problem myself.

It sounds, like you're trying to catch events from windows you don't own, 
which I fear will going to be tough. It involves talking to the WM 
directly, decode Xlib atoms, and the like. xlsclients and xev are your 
friends. Use the source, Luke.

Pete


More information about the PyQt mailing list