Hi,
here are my questions:
1) I have used QTextDocument for painting a html link; it is rendered but obviously i can't click on it for opening web browser. How can I accomplish this?
2) Is QTextDocument the only class which permits rendering html code with qpainter? I ask for this because either, in my application, use always QTextDocument for rendering text or I have to do a lot of editing for rendering with the same look simple text in painter->drawText() and html text in QTextDocument.
Thanks
Bookmarks