Registry / other / qtwebengine

qtwebengine

JSON →
library6.10.0vcpkgunverified

Qt modules for rendering web and PDF content using Chromium.

vcpkg install qtwebengine
INSTALL
IMPORT
SIG · QTWEBENGINE
Q
qtwebengine
othercppv6.10.0
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.

QWebEngineView
#include <QWebEngineView>

Display a web page using Qt WebEngine.

#include <QApplication> #include <QWebEngineView> int main(int argc, char *argv[]) { QApplication app(argc, argv); QWebEngineView view; view.setUrl(QUrl("https://www.qt.io")); view.show(); return app.exec(); }
Debug
Known issues
gotchaLarge library; requires significant disk space and build time.
fix
Ensure sufficient resources; consider using Qt WebEngine only if needed.
affects: all
breakingNot available on all platforms (e.g., some embedded systems).
fix
Check platform support before depending on this module.
affects: all
Upgrade
Version history
6.10.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

qtwebengine — pip install qtwebengine · libregistry