[Solved]Vertical layout with scrollbars
-
wrote on 1 May 2011, 20:25 last edited by
Hello,
I am trying to develop a window with the following functionality:
It should be split into two with one part containing a list of around 100 checkboxes and the second containing a file selector.I want to create a mother widget which holds the first widget of 100 checkboxes with a scroll bar available in that widget and the second widget which has a button to activate the file chooser based on the above selections.
How can I cause a widget with scrollbars enabled to be contained in the original size of the mother widget without causing the mother widget to expand vertically and crossing screen boundaries? Rather, how do I add scrollbars to a widget?
-
wrote on 1 May 2011, 20:50 last edited by
"QScrollArea":http://doc.qt.nokia.com/4.7/qscrollarea.html could provide a solution for your problem.
1/2