Quote Originally Posted by lamera View Post
I've got an application which shows a list of links in QTextBrowser, but if the user clicks one of them I want...
In that case QTextBrowser::sourceChanged() is a wrong signal. You're interested in QTextBrowser::anchorClicked().