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.8
To link against the module, add the following QT variable to your qmake .pro file:
QT += webengine
A utility type for the WebEngineView::fullScreenRequested() signal | |
A utility type for the WebEngineView::quotaRequested() signal | |
Type enables accepting or rejecting requests from the registerProtocolHandler API | |
A WebEngineView renders web content within a QML application |