PDA

View Full Version : expanding to fill the width of a QScrollArea



method
3rd August 2009, 20:38
i can't seem to get the "scrollAreaContentsWidget" to properly expand to fill both the width of its containing QScrollArea.

What is the best way to achive this layout-like effect? Do I have to implement a resize event handler?

method
3rd August 2009, 21:01
nm. searched again & setWidgetResizable is what i want.