Quote Originally Posted by Nfrancisj View Post
I called setLayout because it seemed like the only member function that might have worked.
But it is a function on the tab widget, not on one of its tabs/pages.
So clearly not applicable in a situation where you want to address a specific tab, right?

Quote Originally Posted by Nfrancisj View Post
You mentioned Pages, is that what the body is called?
A tab widget has several pages/tabs.

Quote Originally Posted by Nfrancisj View Post
What do I use to add my scrollLayout to the tab body area?
You set it on the widget that you use as the page for the respective tab.

Or,even simpler, add the scrollarea directly as a tab.

Cheers,
_