I'm trying to do something which seems really, really simple, but QT is not playing nicely.

Is is possible in QT to have a QFrame (from QT Designer, so a QDialog parent) inside lives a QScrollArea - into which I add dynamic home-brew widgets arranged as a QVBoxLayout?

I've read may threads which have dummy QWidgets being instantiated, QFrame bring re-parented size klugdes, etc etc.

Is there any decent examples of this anywhere or is this the wrong approach.

Thanks in advance