Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QGroupBox does not auto resize when I put QHBoxLayout inside
-
In the ui, I am trying to put QHBoxLayout inside QGroupBox. QHBoxLayout contains two labels. However QGroupBox stays in a fixed size instead of autoresizing. Are there any settings I should be aware of?
-
Hi,
Can you share the code where you setup QGroupBoxes ?
-
@SGaist I am just using the .ui (Qt Designer).