QTextEdit control becomes entirley to HTML format.
That is becuase you are using setHtml().

Try:

setHtml("<a href = \"#\">www.example.com</a>");