[Qt 4.1]using html in QTextEdit from designer
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:
Code:
<a href="http://link.to.site"> Click here </a>
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
Re: [Qt 4.1]using html in QTextEdit from designer
Re: [Qt 4.1]using html in QTextEdit from designer
thanx but i already knew about that, I was just looking for a way to do it from designer, you know when you right-click on the QTextEdit and select "Change HTML..." it looks like I can't write html code in there. See what I mean?
Re: [Qt 4.1]using html in QTextEdit from designer
Re: [Qt 4.1]using html in QTextEdit from designer
Did you try pasting that HTML into a cell in "Property Editor"?
Re:[SOLVED] [Qt 4.1]using html in QTextEdit from designer