Hi Nikos, > >> 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 that while editing rich text properties in Qt Designer? - If so, it might be related to http://bugreports.qt.nokia.com/browse/QTBUG-10890 , which was fixed with change 08a9924cc69e0c44aae1abfd8500cd62f6e3d73a for Qt 4.8. The rich text editor dialog contains an optional filter setting which causes the HTML generated by the conversion to be simpler. Regards, Friedemann -- Friedemann Kleint Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
