Quote:
Originally Posted by KevinH
If you load your Preview clone correctly and provide the proper xhtml media type, your Preview clone should be showing all xhtml parsing errors.
Otherwise you have to pass the source through an error detecting xml parser.
|
I'm taking the defaults. If there is some parameter I need to set, I haven't found it. The code is: self.webview.setHtml(self.textview.toPlainText()).
on_load_finished receives OK. What, if anything, do I need to put in baseUrl?