[Qt-interest] QScrollArea and size issue

Daniel Hartwig qtng at ixs-linux.de
Mon Dec 1 14:51:36 CET 2008


or sorry, you mean the size of the scrollarea at resize() ?

That can you solve with:

void xyz::resizeEvent( QResizeEvent * event){

	scrollarea->resize(this->width(),this->height);
}



More information about the Qt-interest-old mailing list