这个page主要探讨的是QML是如何和C++绑定起来的。

    Use qml for UI and interface it with C++ using Qt-qml bindings. Then expose these C++ interfaces over some IPC common to both Java and C++ ( For eg. expose something on D-Bus using Qt-Dbus and then call these functionality using Java-DBus code )