Hi,

I need to provide a way to add/modify text to scene interactively, just like Windows' Painter program. Are there any sample codes? It seems to be quite complicated...

I can add text using QGraphicsScene::keyPressEvent together with QGraphicsSimpleTextItem, but I would like to make it work exactly the same way as Windows' Painter program....

Help is very appreciated...