Reputation: 670
I have a QVBoxLayout which has content dynamically added to it. I simply want to make that layout scrollable as the content overflows.
What is the correct way to achieve this in Qt Designer, or do I need code as well?
Upvotes: 1
Views: 874
Reputation: 670
In Qt Designer:
Upvotes: 1