Don't use QTextEdit for things that need HTML accuracy. It's not
intended for that use -- try QtWebKit if you need actual HTML editing.
QTextEdit just uses an HTML subset to provide basic rich text support.

/s/ Adam

On Mon, Sep 27, 2010 at 7:28 PM, Nikos Chantziaras <rea...@arcor.de> wrote:
> Whenever I edit a QTextEdit or QTextBrowser, Creator always utterly
> destroys it by inserting CSS code, forcing particular fonts and font
> sizes, ignoring application/system defaults, and other evil things,
> resulting in breakage on other systems than my own.
>
> Is there a way around that "feature"?  I'm using Creator 2.0.1 on Linux.
> _______________________________________________
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to