Quote Originally Posted by jpn View Post
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.
Quote Originally Posted by jpn View Post
By default QScrollArea resizes the content widget to its sizeHint() by the time its added.
hmm, in my example it doesn't