My platform changes orientation automatically while QWidget instance is running always full screen. When the rotation happens QWidget keeps old dimensions until it is switched forcefully to non-fullscreen mode and back to the full screen mode (where it finally occupies all screen space in new orientation).
Anyone can suggest a way to refresh QWidget's dimensions while leaving it in full screen mode?
Tried and failed to work: repaint(), setGeometry(), showFullscreen().
Bookmarks