Hi,

I am using Qt4.2.2.

I am trying to add some text to QTextEdit as an hypertext.

I could add it by adding as "html".

The feature I want to add is... whenever user moves
his/her mouse on "html" formatted text... the cursor should change
to "hand cursor" like we see the feature in QAssistant or any webpage.

Where user can click on hypertext and can select it.

I tried with many options... like adding as QTextBlock,
QTextDocumentFragment, by use of QTextCharFormat
and reimplementaion of QMouseMoveEvent but couldn't succed.

Thanks,