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.
A utility class for accepting or denying certificate exceptions when a certificate error occurs | |
Provides information about a download | |
A utility class for the WebEngineView::fullScreenRequested signal | |
A utility type for the WebEngineView::loadingChanged signal | |
A utility type for the WebEngineView::newViewRequested signal | |
Contains common settings for multiple web engine views | |
Allows configuration of browser properties and attributes | |
A WebEngineView renders web content within a QML application |