Note that QtQuick Text never uses RichText unless told, AutoText only enables StyledText when it finds something that looks like a tag before the first line break.
Originalnachricht Von: Thomas Lübking Gesendet: Montag, 20. April 2015 23:27 An: Jeremy Whiting Cc: kdelibs Betreff: Re: Distros and QtWebEngine On Montag, 20. April 2015 23:00:44 CEST, Jeremy Whiting wrote: > Yeah, that's probably a better idea. is there a QML ui for QTextview? or > maybe some other QML component that renders html. The Text item defaults textFormat to Text.AutoText - you can enforce Text.RichText or rely on the detection (if it starts w/ <html>) Cheers, Thomas