Qt WebEngine QML Types

The QML types can be imported into your application using the following import statement in your .qml file:

import QtQuick 2.0
import QtWebEngine 1.1

See also Qt WebEngine Examples.

WebEngineCertificateError

A utility class for accepting or denying certificate exceptions when a certificate error occurs

WebEngineDownloadItem

Provides information about a download

WebEngineFullScreenRequest

A utility class for the WebEngineView::fullScreenRequested signal

WebEngineLoadRequest

A utility type for the WebEngineView::loadingChanged signal

WebEngineNewViewRequest

A utility type for the WebEngineView::newViewRequested signal

WebEngineProfile

Contains common settings for multiple web engine views

WebEngineSettings

Allows configuration of browser properties and attributes

WebEngineView

A WebEngineView renders web content within a QML application