En esta página

QtWebView Namespace

El espacio de nombres QtWebView proporciona funciones que facilitan la configuración y el uso de WebView. Más...

Cabecera: #include <QtWebView>
CMake: find_package(Qt6 REQUIRED COMPONENTS WebView)
target_link_libraries(mytarget PRIVATE Qt6::WebView)
qmake: QT += webview

Funciones

void initialize()

Descripción Detallada

Documentación de funciones

void QtWebView::initialize()

Esta función inicializa recursos o establece opciones que son requeridas por los diferentes back-ends.

Nota: Es necesario llamar a la función initialize() inmediatamente antes de crear la instancia QGuiApplication.

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