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