First thing you should try is calling QTextEdit::setHtml() instead of setText() if the content is HTML.
Second, check that your file is encoded in UTF-8 or set a different codec on the QTextStream.
Cheers,
_
First thing you should try is calling QTextEdit::setHtml() instead of setText() if the content is HTML.
Second, check that your file is encoded in UTF-8 or set a different codec on the QTextStream.
Cheers,
_
Bookmarks