I will finish the network and create a new thread. The new client is having it's own problems. It just seems odd that the string would print to the console as HTML, but when I use that string to set the HTML I get raw text. I don't even get the HTML code in the raw text, just HTML stripped raw text.
I know this thread is nearly a year old, but I wanted to post my answer to my own problem in hopes that it helps someone else in the future. So please don't bombard me with thread necromancy.
As it turns out the problem is in the setHtml method and the fact it is occurring within a threaded method. The setHtml method cannot operate outside of the Main GUI thread, so in order for me to post the correct HTML I need to use signals and slots. All is working much better now and I hope to use WebKit as a strong platform for my rich text chat box.![]()
Bookmarks