Qt WebChannel
The Qt WebChannel module provides a library for seamless integration of C++ and QML applications with HTML/JavaScript clients. Any QObject can be published to remote clients, where its public API becomes available.
Related Information
For more information on how to use this module, please refer to the following pages:
- JavaScript API
- C++ API
- QML API
- Examples - show how use the API in practice