Re: Qt and window messages

2006-11-08 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Hi, I have a question about Qt on Windows: Is it possible to Joost> create a window procedure to capture standard window messages Joost> (not Qt events)? I guess you can use a winEventFilter in GuiApplication.C. JMarc

Qt and window messages

2006-11-08 Thread Joost Verburg
Hi, I have a question about Qt on Windows: Is it possible to create a window procedure to capture standard window messages (not Qt events)? Regards, Joost