I have a QVBoxLayout with a few widgets in it (QTableViews). Now these QTableViews all have the same size. What can I do, that the user can change the size of one QTableView on runtime (so that 1 QTableView is bigger than the other one)? Maybe with a “seperator” which you can change with the mouse?
I have a QVBoxLayout with a few widgets in it (QTableViews). Now these QTableViews
Share
Use a QSplitter: http://doc.qt.digia.com/4.6/qsplitter.html
If you have this code:
You should be able to just change it to: