Registry / web-framework / qt5-webview

qt5-webview

JSON →
library5.15.18vcpkgunverified

Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense.

vcpkg install qt5-webview
INSTALL
IMPORT
SIG · QT5-WEBVIEW
Q
qt5-webview
web-frameworkcppv5.15.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtWebView/QtWebView
#include <QtWebView/QtWebView>

Initialize Qt WebView in a QML application

#include <QGuiApplication> #include <QtWebView/QtWebView> int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QtWebView::initialize(); return app.exec(); }
Debug
Known issues
gotchaRequires Qt5 Quick and platform-specific web engine (e.g., WebEngine on desktop)
fix
Add dependency on qt5-webengine or ensure native webview is available on target platform
affects: *
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

qt5-webview — pip install qt5-webview · libregistry