I want to add a textlabel to a QGraphicsItem that allows user to add text. QGraphicsTextItem doesn't allow user interventions.
Can you help me?
Thank you in advance.
I want to add a textlabel to a QGraphicsItem that allows user to add text. QGraphicsTextItem doesn't allow user interventions.
Can you help me?
Thank you in advance.
have a look at QGraphicsProxyWidget, which allows you to embed a QLineEdit into your QGraphicsView
Bookmarks