Qt 6.11 is out! See what's new in the release
blog
QTreeWidget - Drag to Resize
General and Desktop
3
Posts
3
Posters
2.7k
Views
1
Watching
-
I want a user to be able to resize the QTreeWidget to their desired width/height.
Though I am unsure what container allows for that within the mainwindow.
Currently it's inside a QWidget container within the mainwindow.
I just want them to be able to take the bottom-right-corner and drag it out to a different size.
What should I be looking at to do this? -