Hello All,

I have problem based on a resize() call since we have ported our Software from Qt4 to Qt5.
If I call the resize method on my QMainWindow, the windowsize itself updates correctly unfortunetly the content doesn't.
The content remains small and it looks like an overlap. I already tried to call update and repaint functions without success.

Does someone have an idea why this happen?