QtQml¶
The QtQml
module contains classes to allow applications
to integrate support for QML and JavaScript. Python objects can be
exported to QML or be created from QML in the same way that Qt allows the
same with C++ instances. See Integrating Python and QML for a fuller
description of how to do this.