[Qt-interest] Intercepting Phonon VideoWidget frames

Richard Moe Gustavsen richardmg at trolltech.com
Fri Mar 27 09:03:45 CET 2009


> I've tried creating a QWidget-derived container (the source code I
> posted earlier) but it still didn't receive PaintEvents.

I took a quick look at the code, but I'm a bit uncertain about it. As far as
I can read, that code should only receive paint events for the WidgetImager,
and not from any video widget?

Have you tried installing an event filter on the video widget (or more
important, it's children, since thats where the drawing happends) and look
for paint events?

-Richard




More information about the Qt-interest-old mailing list