Hello everyone,

I wanted to implement costom behvior for typing in a QGraphicsTextItem. The Problem is, that I've a MainWindow class where the QUndoStack is (and where it should be added). Is there a good way to connect the active QGraphicsTextItem with this method(on Mainwindow class which creates a QUndoCommand for typing) or do I have to emit a singal from the QGraphicsScene if the QGraphicsTextitem has changed?

hope someone can help me

thank you

airglide