Do this:
- Set this group box as the scroll area widget via QScrollArea::setWidget. You don't need to set a layout in the scroll area.
- Add all the widgets you need to add to your group box.
Be careful, because you may need to set some minimum sizes there ( for the scroll area, for example ).
Regards
Bookmarks