https://github.com/euler0/demo-qt-webchannel
https://github.com/euler0/demo-qt-webchannel
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/euler0/demo-qt-webchannel
- Owner: euler0
- License: other
- Created: 2016-04-20T22:37:39.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T11:54:27.000Z (over 2 years ago)
- Last Synced: 2025-05-06T07:48:48.857Z (about 1 year ago)
- Language: C++
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo: Qt WebChannel
This project demonstrates how to transparently access between a Qt object and an HTML/JavaScript application via Qt WebChannel API.

## References
* [QWebChannel Class](http://doc.qt.io/qt-6/qwebchannel.html)
* [Qt WebChannel JavaScript API](http://doc.qt.io/qt-6/qtwebchannel-javascript.html)