Just add you widget to the QScrollArea, and that's all you are done. vertical / horizontal scroll bars appear as and when needed. The basic example from documentation is
Qt Code:
scrollArea->setWidget(imageLabel);//set your widget on to QScrollAreaTo copy to clipboard, switch view to plain text mode
Bookmarks