PDA

View Full Version : QWidget Scrollable



prasenjit
21st November 2009, 07:33
Hi,

I have to create one widget with lots of controls. So I need to have a scrollable widget (both design time and run time). Can anybody help?

franz
21st November 2009, 09:04
Look into QAbstractScrollArea and QScrollArea. The latter is suitable for just dumping a widget into it and be able to scroll over the widget. The former can be used to create your own scrollable widget.