Hi,
I'm trying to make a widget be fullscreen that is initially part of a form, much like a youtube of vimeo widget is small at first, then you click a button to make it become fullscreen. My attempts to do this are listed below:

When I create the Phonon::VideoPlayer instance, the widget is part of a form (added to a Layout). The VideoPlayer widget appears in the correct position, and also plays the media correctly. However, I have a pushbutton to help me toggle the widget into fullscreen mode. This callback has code which set's the VideoPlayer's parent to NULL and removes it from the form's Layout. After the VideoPlayer widget has been liberated, i call it's ::showFullScreen member function. Should this be enough to see the widget as fullscreen?

Thanks!