Add link to the QML book

master
Jos van den Oever 2017-08-28 21:16:43 +02:00
parent 49277c7194
commit aecb026fe4
1 changed files with 4 additions and 0 deletions

View File

@ -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/)