Re: QTextEdit for Hyperlink
May be this thread might be useful to you :)
Re: QTextEdit for Hyperlink
You could use QTextBrowser instead of QTextEdit and set openExternalLinks property to true.
Re: QTextEdit for Hyperlink
Quote:
Originally Posted by
jpn
You could use
QTextBrowser instead of QTextEdit and set openExternalLinks property to true.
I am using qt3 now, it seems only in qt4 QTextBrowser has openExternalLinks property:(
Re: QTextEdit for Hyperlink
Quote:
Originally Posted by
blueteeth
I am using qt3 now, it seems only in qt4 QTextBrowser has openExternalLinks property:(
You might want to update your profile that you're still using Qt3. And next time you start a thread, could you mark it as related to either Qt3 or Qt4, please?
Also, you might want to consider switching to today's technology, Qt4 that is. Qt4 has been out for some 2.5 years already. As far as I understood, Qt3 is no more being even maintained.