Qt WebEngine Widgets C++ Classes▲
Provides C++ classes for rendering web content in a QWidget based application.
Classes▲
-
QWebEngineCertificateError: The QWebEngineCertificateError class provides information about a certificate error.
-
QWebEngineClientCertificateSelection: The QWebEngineClientCertSelection class wraps a client certificate selection.
-
QWebEngineContextMenuData: The QWebEngineContextMenuData class provides context data for populating or extending a context menu with actions.
-
QWebEngineDownloadItem: The QWebEngineDownloadItem class provides information about a download.
-
QWebEngineFullScreenRequest: The QWebEngineFullScreenRequest class enables accepting or rejecting requests for entering and exiting the fullscreen mode.
-
QWebEngineHistory: The QWebEngineHistory class represents the history of a web engine page.
-
QWebEngineHistoryItem: The QWebEngineHistoryItem class represents one item in the history of a web engine page.
-
QWebEnginePage: The QWebEnginePage class provides an object to view and edit web documents.
-
QWebEngineProfile: The QWebEngineProfile class provides a web engine profile shared by multiple pages.
-
QWebEngineScript: The QWebEngineScript class encapsulates a JavaScript program.
-
QWebEngineScriptCollection: The QWebEngineScriptCollection class represents a collection of user scripts.
-
QWebEngineSettings: The QWebEngineSettings class provides an object to store the settings used by QWebEnginePage.
-
QWebEngineView: The QWebEngineView class provides a widget that is used to view and edit web documents.
Detailed Description▲
The QWEWidgets module provides a web browser engine as well as C++ classes to render and interact with web content.
To include the definitions of the module's classes, use the following directive:
#include <QtWebEngineWidgets>
To link against the module, add the following to your qmake project file:
QT +=
webenginewidgets