I want to display more than one widget (my widget’s size is equal to the frame size) in a Fixed Size Frame using a Scroll Bar in QT.
Please suggest how I can achieve this.
I want to display more than one widget (my widget’s size is equal to
Share
The QScrollArea class provides a scrolling view onto another widget.If the widget exceeds the size of the frame, the view can provide scroll bars so that the entire area of the child widget can be viewed.
You can layout several widget on a parent widget, than set the parent widget into a QScrollArea.
A example is provided with QtSDK in path