From aecb026fe4b8f37cec0da8a4fb6a7a70463fcff7 Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Mon, 28 Aug 2017 21:16:43 +0200 Subject: [PATCH] Add link to the QML book --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 66b2363..3d6d1e5 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ This generator gets you started quickly to use Rust code from Qt and QML. The building block of Qt and QML projects are QObject and the Model View classes. `rust_qt_binding_generator` reads a json file to generate QObject or QAbstractItemModel classes that call into generated Rust files. For each type from the JSON file, a Rust trait is generated that should be implemented. This way, Rust code can be called from Qt and QML projects. + +## More information + +* [The QML Book](https://qmlbook.github.io/)