Hey there,

I'm coding a QGraphicsView list, supporting both QGraphicsItem and QWidget.

Now I'm trying to implement the "stretch" behaviour on my QGraphicsItem.

So my question is:

Is there a way to force the graphicsItem's boundingRect dimension from the QGraphicsView object depending on my stretch factor ?

Or do I have to subclass my QGraphicsItem to support this.