Hello,
I am using Qt 4.3.2 and I am having a little difficulty with QGraphicsTextItem. When the focus leaves the TextItem, the cursor still remains visible. This is a problem for me because I have multiplie TextItems on the screen, and therefore many visible cursors at the same time!

How can I hide the cursor in a QGraphicsTextItem?

Also, is there a good reference somewhere that can show me the relationships between all the elements involved in the QDocument? (QTextDocument, QTextCursor, QTextBlock, QTextLine, QTextLayout, ...)

Thank you,

-MIke