Yeah, that's probably a better idea. is there a QML ui for QTextview? or maybe some other QML component that renders html.
On Mon, Apr 20, 2015 at 2:54 PM, Thomas Lübking <thomas.luebk...@gmail.com> wrote: > On Montag, 20. April 2015 22:31:24 CEST, Jeremy Whiting wrote: > >> Even simple applications may want to use a webview for stuff. Kanagram at >> one point had a QtWebkit Web view just to show the wikipedia entry of the >> current word. >> > > Ouch, sounds like giant overhead =) > Shouldn't the basic html subset support in QTextView provide anything for > this? (in doubt: fetch the xml and htmlify that locally?) > > Cheers, > Thomas >