I think I don't understand
Basically you're right but in the end you're wrong - QScrollArea may have a single child widget which in turn has many-many-many child widgets of its own, resulting in the scrollarea having multiple widgets displayed in it.But, correct me if I am wrong, QScrollArea can only have one child widget. Am I wright.
I still don't understand what you mean by "display object". My answer (QWidget) still stands... It is a "display object" after all...The whole problem seems to be (at least that's my point of view at the moment) which display object to use, so tables can be shown in it as child widgets.
QScrollArea?That means, to have autoscroll, when lower table is formed (because tables are not created at the same time, lower table needs to be created when item is selected in upper table), so the user can scroll that big display object in which are tables. So, which display object to use?
I think you should just open Qt Designer and start experimenting. Just remember you won't be able to place a scrollarea with child widgets directly on a form, so eventually you'll have to subclass and implement some of the details manually.
Bookmarks