QTableWidget filling out whole QGroupBox
Solved
General and Desktop
-
Hey, I have a QGroupBox with a Grid-Layout. in that GroupBox I habe a QWidget for a Plot, another GroupBox with Checkboxes and a QTableWidget. I would like to fill out the whole QGroupBox with the QTableWidget horizontally, but it does not work:
This is the size Policy of my Table:
If i change the minimum size Width, then the table is gonna stretched horizontally, but only the second column is getting bigger.
I want both columns to be the same size -
Hi
If the layout is a grid one, then you should be able to grab right side of the QTableWidget and drag it out
over the right edge and it should jump into place , covering that area too.