Qt WebEngine Core C++ Classes

Provides public API shared by both QtWebEngine and QtWebEngineWidgets. More...

This module was introduced in Qt 5.6.

Classes

QWebEngineClientCertificateStore

In-memory store for client certificates

QWebEngineCookieStore

Access to Chromium's cookies

QWebEngineCookieStore::FilterRequest

QWebEngineCookieStore::FilterRequest struct is used in conjunction with QWebEngineCookieStore::setCookieFilter() and is the type filterCallback operates on

QWebEngineFindTextResult

Encapsulates the result of a string search on a page

QWebEngineHttpRequest

Holds a request to be sent with WebEngine

QWebEngineNotification

Encapsulates the data of an HTML5 web notification

QWebEngineQuotaRequest

Enables accepting or rejecting requests for larger persistent storage than the application's current allocation in File System API

QWebEngineRegisterProtocolHandlerRequest

Enables accepting or rejecting requests from the registerProtocolHandler API

QWebEngineUrlRequestInfo

Information about URL requests

QWebEngineUrlRequestInterceptor

Abstract base class for URL interception

QWebEngineUrlRequestJob

Represents a custom URL request

QWebEngineUrlScheme

Configures a custom URL scheme

QWebEngineUrlSchemeHandler

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.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.