Hi,

Wondering if someone could help me here. I have a QScrollArea containing various widgets laid out vertically. A label, QListView and at the bottom a QGraphicsView. What I am trying to get to is that the QGraphicsView widget will expand off screen so that by using QScrollArea side bar I can scroll down moving all widgets up.

The problem I am having is that the Layout the QGraphicsView has been been added to does not expand inside the QScrollArea so what I end up with is a letterbox effect at the bottom of the screen with no change to the QScrollArea.

I'm not sure if the QLayout which contains the graphics is causing me problems or the QGraphicsView?

Is there something I am missing.

Thanks.

Attachment 9098