QtWebEngineWidgets¶
The QtWebEngineWidgets module contains classes
for a Chromium based implementation of a web browser. This supercedes the
QtWebKit module and provides better and up-to-date
support for HTML, CSS and JavaScript features. However it also consumes
more resources and doesn’t give direct access to the network stack and the
HTML document via Python APIs.
Note
QtWebEngineWidgets is not normally available under
Windows using versions of Python earlier than v3.5 because of compiler
incompatibilities.