Qt WebEngine Core C++ Classes
Provides public API shared by both QtWebEngine and QtWebEngineWidgets 更多...
This documentation was introduced in Qt 5.6.
类
Access to Chromium's cookies | |
Holds a request to be sent with WebEngine | |
Information about URL requests | |
Abstract base class for URL interception | |
Represents a custom URL request | |
Base class for handling custom URL schemes |
详细描述
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
.