Hello all,
I want to display a hyperlink in qt. For this i need to display the link for the url (as underlined text). I can achieve it easily using style sheets and the url can be opened with webbrowser module..
I want to get the clicked signal of the url. I tried the linkactivated signal with qlabel but with no luck.. Any ideas.. If you suggest QTextBrowser give me a code snippet???