Hi there,
I am trying to create some custom objects and use them in a GraphicScene
The objects should have some editable text boxes which should allow setting some of the parameters of the object. The only thing I saw appropriate for this would be QGraphicsTextItem.

My question is:
- could I have more complex stuff in a GraphicsItem like comboBoxes, LineEdits or other advanced editable objects? How could I include this stuff in QGraphicsItem?


Cheers