PDA

View Full Version : Zoom in a Phonon::VideoWidget



linus
26th March 2010, 14:29
Hi,

Im working on an application that have a Phonon::VideoWidget that I use to play a mpeg file. The user will interact with the video and click at certain positions. To help the user with this I would like to be able to zoom in the video. Can I do this?

wysota
26th March 2010, 21:13
I don't think so. Phonon is just an interface to the native API for playing multimedia. You might try the new QtMultimedia module.