Is there any way to set a corner widget* in a qt4 QScrollArea?

With Qt3 it was a simple QScrollView::setCornerWidget(QWidget*), but looks like this functionality is lost in Qt4.

*at the bottom right corner, in that space both QScrollBar's left empty.