List is expanding and hiding everything else!!
Hello guys,
I have a list on a QGridLayout, it’s exanding and fillings 80% of my widget! I tried resizing, setting size policy to fixed, setting minimum size and resizing after that, and all this doesn’t work…
How can I tell the grid to evenly give space to the elements? or how can I make the elements smaller?
Thanks! :)
2 replies
you can try to set the sizePolicy and/or the horizontal/vertical stretch on the widget.
The layout management docs have the details.
You must log in to post a reply. Not a member yet? Register here!


