How to control size of widgets of QSplitter container?
General and Desktop
3
Posts
2
Posters
4.5k
Views
1
Watching
-
What I found out worked as an approach, is to only put QWidgets or other containers in the different pannels of your splitter. These you can give a horizontal stretch. Then, put the contents of the panels as children of these container widgets, and apply a layout as normal to anchor the contents to the container.