Qt WebEngine Core C++ Classes▲
Provides public API shared by both QtWebEngine and QtWebEngineWidgets.
This module was introduced in Qt 5.6.
Classes▲
-
QWebEngineCookieStore: The QWebEngineCookieStore class provides access to Chromium's cookies.
-
QWebEngineCookieStore::FilterRequest: The QWebEngineCookieStore::FilterRequest struct is used in conjunction with QWebEngineCookieStore::setCookieFilter() and is the type filterCallback operates on.
-
QWebEngineHttpRequest: The QWebEngineHttpRequest class holds a request to be sent with WebEngine.
-
QWebEngineQuotaRequest: The QWebEngineQuotaRequest class enables accepting or rejecting requests for larger persistent storage than the application's current allocation in File System API.
-
QWebEngineRegisterProtocolHandlerRequest: The QWebEngineRegisterProtocolHandlerRequest class enables accepting or rejecting requests from the registerProtocolHandler API.
-
QWebEngineUrlRequestInfo: The QWebEngineUrlRequestInfo class provides information about URL requests.
-
QWebEngineUrlRequestInterceptor: The QWebEngineUrlRequestInterceptor class provides an abstract base class for URL interception.
-
QWebEngineUrlRequestJob: The QWebEngineUrlRequestJob class represents a custom URL request.
-
QWebEngineUrlScheme: The QWebEngineUrlScheme class configures a custom URL scheme.
-
QWebEngineUrlSchemeHandler: The QWebEngineUrlSchemeHandler class is a base class for handling custom URL schemes.
Detailed Description▲
To include the definitions of the module's classes, use the following directive:
#include <QtWebEngineCore>
If you use qmake to build your projects, Qt WebEngine Core is usually indirectly included through the Qt WebEngine or Qt WebEngine Widgets modules.
To link against the module, add this line to your qmake project file:
QT +=
webenginecore
However, webenginecore is implied by adding webengine or webenginewidgets.