Qt WebEngine QML Types
The QML types can be imported into your application using the following import statements in your .qml file:
import QtWebEngine 1.3
To link against the module, add the following QT variable to your qmake .pro file:
QT += webengine
A utility type for ignoring certificate errors or rejecting erroneous certificates  | |
Provides context data for populating or extending a context menu with actions  | |
Provides information about a download  | |
Provides data models that represent the history of a web engine page  | |
A data model that represents the history of a web engine page  | |
A utility type for the WebEngineView::loadingChanged signal  | |
A utility type for the WebEngineView::newViewRequested signal  | |
Contains settings, scripts, and visited links common to multiple web engine views  | |
Enables the programmatic injection of scripts in the JavaScript engine  | |
Allows configuration of browser properties and attributes  | |
Provides access to the default settings and profiles shared by all web engine views  | |
A utility type for the WebEngineView::fullScreenRequested() signal  | |
A WebEngineView renders web content within a QML application  |