How set size policy
-
Hi,
I think that you just want to keep both tabWidget and GroupBoxes to fixed size
In qt designer there is a property called sizePolicy ,
SizePolicy must be preferred for QWidget (preferred is the default value)
SizePolicy must be fixed for QGroupBoxes and tabWidget -
SizePolicy must be preferred for QWidget (preferred is the default value)
SizePolicy must be fixed for QGroupBoxes and tabWidget
It dosn't work when I resize window all is on left corner