PyQt QWebView & calibre WebView
I've been using a standard PyQt QWebView widget for a very long time in one of my main personal plugins.
I thought maybe I ought to be using calibre's bespoke WebView instead but its built-in QWebInspector is just in the way for my purposes. Can I switch it off or hide it permanently or should I just stick to using QWebView which currently does everything I need?
The reason I'm asking this is that I have a vague memory of someone saying that PyQt's QWebView might be disappearing in the near-ish future?
|