PDA

View Full Version : How to detect link added in QTextBrowser?



live_07
7th July 2008, 21:19
Hi all,

How to detect link added in QTextBrowser?

regards,
rajesh

munna
8th July 2008, 05:40
You can use QTextEdit's toHtml () function to get the text in HTML format and then parse this text to get all the links in the document.