QtWebView Namespace
QtWebView 네임스페이스는 WebView... ...를 쉽게 설정하고 사용할 수 있는 기능을 제공합니다.
헤더: | #include <QtWebView> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WebView) target_link_libraries(mytarget PRIVATE Qt6::WebView) |
qmake: | QT += webview |
기능
void | initialize() |
함수 문서
void QtWebView::initialize()
이 함수는 리소스를 초기화하거나 여러 백엔드에 필요한 옵션을 설정합니다.
참고: initialize()
함수는 QGuiApplication 인스턴스가 생성되기 바로 전에 호출해야 합니다.
© 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.