Qt WebView C++ Classes and Namespaces▲
Provides a helper function to set up and use the WebView.
Namespaces▲
-
QtWebView: The QtWebView namespace provides functions that makes it easier to set-up and use the WebView.
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:
Sélectionnez
#include <QtWebView>
To link against the module, add the following line to your project file:
Sélectionnez
QT +=
webview