Hi, all,
Anybody, who knows how QTextEdit works, help, please.
I declared
QTextEdit td;

I have an html file, I wanna do operation td.setHtml,
immediately after that I called qDebug() << td.toHtml();

But this is not the same html, I began to work. It's content has been drastically changed - some content just disappeared, how it maybe?
Is their any rules, how to prepare html?

Qt 4.8.x.

Yours,
Radmir