Hello community!

I've made a simple GUI with Qt Designer and let it translate the .ui file to a python code.

You can find the code here: https://snip.dssr.ch/?efe8c61b137f07...AeAPx5A4P8pnc=

Now I would like to add a scroll bar that appears if the main window is being resized. In other words: if user resize the main window so that the size of content is bigger than the window itself, then the scrollbar should appear.

Any idea how to get this to work?