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
-
AuthenticationDialogRequest: A request for providing authentication credentials required by proxies or HTTP servers.
-
ColorDialogRequest: A request for selecting a color by the user.
-
ContextMenuRequest: A request for showing a context menu.
-
FileDialogRequest: A request for letting the user choose a (new or existing) file or directory.
-
FullScreenRequest: A utility type for the WebEngineView::fullScreenRequested() signal.
-
JavaScriptDialogRequest: A request for showing an alert, a confirmation, or a prompt dialog from within JavaScript to the user.
-
QuotaRequest: A utility type for the WebEngineView::quotaRequested() signal.
-
RegisterProtocolHandlerRequest: The RegisterProtocolHandlerRequest type enables accepting or rejecting requests from the registerProtocolHandler API.
-
WebEngine: Provides access to the default settings and profiles shared by all web engine views.
-
WebEngineAction: An action that represents a WebEngineView::WebAction.
-
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.
-
WebEngineNavigationRequest: Represents a request for navigating to a web page as part of WebEngineView::navigationRequested().
-
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.
-
WebEngineView: A WebEngineView renders web content within a QML application.