Qt WebView C++ Classes and Namespaces

Provides a helper function to set up and use the WebView. More...

Namespaces

QtWebView

Functions that makes it easier to set-up and use the WebView

Classes

QWebView

Window that is used to view web content

QWebViewLoadingInfo

Load status information for the QWebView::loadingChanged() signal

QWebViewSettings

Allows configuration of browser properties and attributes

Detailed Description

The Qt WebView module provides functionality to initialize the backend for using the WebView QML type.

To include the module's definitions, use the following directive:

 #include <QtWebView>