Description
Provides Qt WebChannel for exposing QObject or QML objects to HTML and JavaScript clients. It helps applications integrate web views, browser-based interfaces, or hybrid UI with native Qt objects.
Developers use it as an integration library. Exposed objects become a control surface, so restrict what JavaScript can call and validate data crossing between web and native code.