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.2

To link against the module, add the following QT variable to your qmake .pro file:

QT += webengine

WebEngineCertificateError

A utility type for ignoring certificate errors or rejecting erroneous certificates

WebEngineDownloadItem

Provides information about a download

WebEngineHistory

Provides data models that represent the history of a web engine page

WebEngineHistoryListModel

A data model that represents the history of a web engine page

WebEngineLoadRequest

A utility type for the WebEngineView::loadingChanged signal

WebEngineNewViewRequest

A utility type for the WebEngineView::newViewRequested signal

WebEngineProfile

Contains settings, scripts, and visited links common to multiple web engine views

WebEngineScript

Enables the programmatic injection of scripts in the JavaScript engine

WebEngineSettings

Allows configuration of browser properties and attributes

WebEngine

Provides access to the default settings and profiles shared by all web engine views

WebEngineFullScreenRequest

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

WebEngineView

A WebEngineView renders web content within a QML application

© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.