I 've a QMainWindow in my app and it contains a Phonon::VideoPlayer as a component. This window should be shown in a fullscreen mode. As I navigate to another view and back to this view, the view appears in the maximized mode not in the fullscreen.
I do call (window->showFullScreen()), but it shows in the maximized mode. I think the videopalyer prevents the screen showing in the fullscreen mode.
I tried to remove the Phonon::VideoPlayer from the QMainWindow and it worked properly showing the view in the fullscreen mode!!!
Does anyone have idea what happens here???



