Home > Mobile >  How to stop qtDesigner from resizing when adding widget to a layout?
How to stop qtDesigner from resizing when adding widget to a layout?

Time:11-26

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.enter image description here

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!

  • Related