I am writing simple chat and I have simple problem. So, if I send message from client to server, this message is viewed as text but it should be viewed as HTML because in this message are HTML tags. Of course I use QTextEdit to box to display all messages. Can somebody show how Can I display text as HTML? Thanks for reply.