Hi to all,
I have a QMainWindow, a central widget ( as wanted by Qt ) and I would layout it.
In the centralWidget I would put vertically:
1 QScrollArea containing 1 custom widgets
1 QScrollArea containing 1 custom widgets
other controls.

I tried with a QVBoxLayout but I have problems with the scrollarea and the custom widget.

Can I have a help?

Best Regards,
Franco