Back again ...
To date when I've wanted to include an ebook preview dialog I've used something like
Code:
webview = QWebView()
name = 'xyz'
webview.load(QUrl.fromLocalFile(container.name_path_map[name]))
or
I'm unsure whether the above are suitable on anything other than Windows.
Since I'm trying to do things 'the calibre way' in this little exercise, please can you advise whether I should be doing something different.
Thanks in advance