<qtwebenginecoreglobal.h> - Global Qt WebEngine Core Declarations
Qt WebEngine 코어 모듈을 위한 도우미 기능. 더 보기...
Header: | #include <qtwebenginecoreglobal.h> |
함수
(since 6.3) const char * | qWebEngineChromiumSecurityPatchVersion() |
(since 6.2) const char * | qWebEngineChromiumVersion() |
(since 6.6) QString | qWebEngineGetDomainAndRegistry(const QUrl &url) |
(since 6.2) const char * | qWebEngineVersion() |
함수 문서
[noexcept, since 6.3]
const char *qWebEngineChromiumSecurityPatchVersion()
병합된 마지막 크롬 버전 보안 패치의 버전 번호를 반환합니다.
이 함수는 Qt 6.3에 도입되었습니다.
[noexcept, since 6.2]
const char *qWebEngineChromiumVersion()
런타임에 Qt WebEngine 에서 사용하는 크롬의 버전 번호를 문자열로 반환합니다(예: "83.0.4103.122").
이 함수는 Qt 6.2에 도입되었습니다.
[since 6.6]
QString qWebEngineGetDomainAndRegistry(const QUrl &url)
url 에서 호스트의 도메인, 즉 유효 최상위 도메인(eTLD)과 그 아래 첫 번째 도메인을 반환합니다.
이 함수는 국제화된 도메인 이름(IDN)을 지원합니다. 이 경우 Punycode로 인코딩된 도메인을 반환합니다.
호스트가 도메인이 아닌 경우 빈 문자열을 반환합니다.
이 함수는 Qt 6.6에 도입되었습니다.
[noexcept, since 6.2]
const char *qWebEngineVersion()
런타임에 Qt WebEngine 의 버전 번호를 문자열로 반환합니다(예: "6.2.0"). 이 버전은 애플리케이션이 컴파일된 버전과 다른 버전일 수 있으며, Qt와는 다른 버전일 수도 있습니다.
이 함수는 Qt 6.2에 도입되었습니다.
© 2025 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.