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

© 2016 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.