I've created a custom QGraphicsItem, inheriting from QGraphicsRectItem, to be precise. This custom class contains (at the moment) two other QGraphicsRectItems, one bounding a QGraphicsTextItem as a holder for a Name, and the other QGraphicsRectItem is added to act as a placeholder for a List of information. So far, so good...

I've tried to add a QListWidget, but cannot get list information to display correctly within the bounds of the QGraphicsRectItem that I've set as its parent.

I know I'm doing something wrong, and perhaps what I'm attempting isn't really possible with QGraphicsScene/QGraphicsView?

Either way, if anyone can steer me in an appropriate direction, I'd be most grateful!

Using Qt Creator 1.3.1, Qt 4.6.2.