In this case the scroll area goes into the first slot of the hbox layout
Qt Code:
layout->addWidget(mScrollArea); layout->addWidget(widget2, 1);To copy to clipboard, switch view to plain text mode
Cheers,
_
In this case the scroll area goes into the first slot of the hbox layout
Qt Code:
layout->addWidget(mScrollArea); layout->addWidget(widget2, 1);To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks