PDA

View Full Version : Scrollable List of Arbitary Widget



vaibhav
2nd February 2011, 07:36
Hi,
I want to create scrollable list view where in there would be list of arbitary widgets say pushbutton,radiobuttons,lineedit etc.As theres no standard list class in QT which supports my requirement i am unable to proceed with it.
Any help would be appreciated.
Thanks
vaibhav.

Lykurg
2nd February 2011, 07:40
Arrange all your widgets in one widget and use QScrollArea.