Description
Qt applications can expose selected QObject or QML objects to HTML and JavaScript clients. This is useful for developers building hybrid interfaces where a web view controls or reflects native Qt application state.
It is a library module. End users usually see it only as a dependency; developers should expose only the objects and methods that the web content truly needs because that bridge can affect application data and behavior.