Hi all,
How to detect link added in QTextBrowser?
regards,
rajesh
Printable View
Hi all,
How to detect link added in QTextBrowser?
regards,
rajesh
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.