Viewport events are delivered through viewportEvent(). QAbstractScrollArea filters all events of the viewport and delivers them through this specialized event handler.
ok, now that explains A LOT.
Originally Posted by jpn
By default QScrollArea resizes the content widget to its sizeHint() by the time its added.
Bookmarks