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

FullScreenRequest

A utility type for the WebEngineView::fullScreenRequested() signal

QuotaRequest

A utility type for the WebEngineView::quotaRequested() signal

RegisterProtocolHandlerRequest

Type enables accepting or rejecting requests from the registerProtocolHandler API

WebEngineView

A WebEngineView renders web content within a QML application