Hey all,
I want to enter some html text in my QEditText from designer but I can't make it work. As an example when I enter:

Qt Code:
  1. <a href="http://link.to.site"> Click here </a>
To copy to clipboard, switch view to plain text mode 
Qt displayd the html code instead of the HTML link. Any idea how to write HTML code in a QTextEdit from designer and make it display the right thing instead of the code? it looks like I'm forced to use the rich text editor from designer.

Thanx in advance

Patcito