I got a text document including some lines written in html.
I have a check button for where the user can choose to either see the html code version of the text or
the html preview of the text. But I wonder how I, in QML, can make html text previews?
Create a C++ function which will open and parse your HTML file and assign the parsed text to a QString and then send this QString to a TextArea's text which will actually display the contents.