PDA

View Full Version : Can I add a QLine



Danster
14th August 2009, 15:49
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.

caduel
14th August 2009, 17:40
have a look at QGraphicsProxyWidget, which allows you to embed a QLineEdit into your QGraphicsView

wysota
14th August 2009, 18:37
QGraphicsTextItem doesn't allow user interventions :(.

Sure it does.