Hi, I want to draw a pixmap in a QScrollArea because the size of the pixmap could be larger than the viewport. I want to paint de pixmap with QPainter because in the future I want to draw selection rubberbands under the pixmap. I've seen that in QScrollView in Qt3 exists the function drawContents but in Qt4 QScrollArea doesn't exist. The problem is that I want to know how to show the scrollbars of the scrollarea if the pixmap that I paint with QPainter is larger than the viewport. Thanks.