I am writing an application using <Phonon/VideoWidget>.
I’d like to have two windows. One is the main window with controls for the video
And the other has the video itself. It will be displayed in another monitor. -fullscreen or not.
How can I make the video window – that can be moved or resizabled – with the video inside?
When not playing any video, the video window should display an image.
In the end I didnt use QStackedWidget, I extended Phonon::VideoWidget and made this class…
Heres the cpp: