Qt WebView Ejemplos - Minibrowser
El ejemplo Minibrowser demuestra cómo utilizar el módulo Qt WebView con Qt Quick.

Minibrowser utiliza Qt Quick Controls y Qt WebView para proporcionar una experiencia de navegación básica. Además de la barra de direcciones para la URL, tiene un par de controles para navegar por el historial de navegación.
Nota: Cuando se utiliza el módulo Qt WebView es necesario llamar a QtWebView::initialize() inmediatamente antes de crear la instancia QGuiApplication. Llamando a QtWebView::initialize() se asegurará de que se ejecuten los pasos de preconfiguración necesarios.
QtWebView::initialize(); QGuiApplication app(argc, argv);
Ejecutar el ejemplo
Para ejecutar el ejemplo desde Qt Creatorabra el modo Welcome y seleccione el ejemplo de Examples. Para más información, consulte Qt Creator: Tutorial: Construir y ejecutar.
© 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.