<qtwebenginecoreglobal.h> - Global Qt WebEngine Core Declarations

Helper functions for the Qt WebEngine Core module. More...

Header: #include <qtwebenginecoreglobal.h>

Functions

Detailed Description

Function Documentation

[noexcept, since 6.3] const char *qWebEngineChromiumSecurityPatchVersion()

Returns the version number of last Chromium version security patches have been merged from.

This function was introduced in Qt 6.3.

[noexcept, since 6.2] const char *qWebEngineChromiumVersion()

Returns the version number of Chromium used by Qt WebEngine at run-time as a string (for example, "83.0.4103.122").

This function was introduced in Qt 6.2.

[since 6.6] QString qWebEngineGetDomainAndRegistry(const QUrl &url)

Returns the domain of the host, that is, the effective top-level domain (eTLD) and the first domain below it, from url.

If the host is not a domain, returns an empty string.

This function was introduced in Qt 6.6.

[noexcept, since 6.2] const char *qWebEngineVersion()

Returns the version number of Qt WebEngine at run-time as a string (for example, "6.2.0"). This may be a different version than the version the application was compiled against, and a different version than Qt.

This function was introduced in Qt 6.2.

© 2024 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.