Kakadu / lablqml

Interfacing Qt/QML with OCaml. Formely known as lablqt
http://kakadu.github.io/lablqml
GNU Lesser General Public License v2.1
159 stars 17 forks source link

Orbifx/object subclass #52

Closed ghost closed 7 years ago

ghost commented 7 years ago

Replaces PropertyBinding, which was not thread-safe with OCamlObject & OCamlBinding. The Object is registered with Qt and runs in a Qt thread pool. An OCamlBinding is created for every binding between a QML property and an OCaml callback.

ghost commented 7 years ago

😄