Registry / messaging / qt5-webchannel

qt5-webchannel

JSON →
library5.15.18vcpkgunverified

Qt WebChannel enables peer-to-peer communication between a server (QML/C++ application) and a client (HTML/JavaScript or QML application).

vcpkg install qt5-webchannel
INSTALL
IMPORT
SIG · QT5-WEBCHANNEL
Q
qt5-webchannel
messagingcppv5.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.

QtWebChannel/QWebChannel
#include <QtWebChannel/QWebChannel>

Create a Qt WebChannel

#include <QtWebChannel/QWebChannel> #include <QCoreApplication> #include <QDebug> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QWebChannel channel; qDebug() << "WebChannel created"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

qt5-webchannel — pip install qt5-webchannel · libregistry