Qt WebEngine Quick C++ Classes
Expone la funcionalidad de C++ a Qt Quick. Más...
Espacios de nombres
Funciones de ayuda para el módulo Qt WebEngine (Qt Quick) |
Clases
Perfil del motor web compartido por varias páginas |
Descripción detallada
El módulo Qt WebEngine Quick expone funcionalidad C++ a Qt Quick.
Para enlazar con el módulo, añada lo siguiente a su archivo de proyecto qmake:
QT += webenginequick
Para compilar con CMake utilice el comando find_package() para localizar los componentes necesarios del módulo en el paquete Qt6 y target_link_libraries() para enlazar con el módulo:
find_package(Qt6 REQUIRED COMPONENTS WebEngineQuick)
target_link_libraries(target PRIVATE Qt6::WebEngineQuick)© 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.