Im having a problem:
as soon as I add some widgets to a layout they automatically resize and I cant change their size anymore...
In this case its the left list widget.
Is there a way to stop them from resizing or else?
Thanks!
Edit: I want to add the Widgets to the centralwidget, so they resize if the main window gets resized.
CodePudding user response:
You need to use multiple Layouts to create a big one.
Dont forget spacers!
