PDA

View Full Version : QTextBrowser Isssues



vijay anandh
29th August 2006, 08:12
Hi

I am using VS 2005 with QT Integration 4.1. I have QTextBrowser with html link and some static text. Its fine, But what is the problem is, when i try to modify the contents after the html link, the typed contents are coming in link style. Statically ok, but dynamically its not fine,

Can you help me

thx and regards
vijay

gfunk
29th August 2006, 08:30
What do you mean by "its not fine"? If you can post screenshot of what you see and what you want to see, that would help a lot.

jpn
29th August 2006, 09:43
Do you enclose the html link tag?



<a href="blaa">blaa</a> <!-- maybe you forgot to close the tag? -->