Add a link to a presentation

master
Jos van den Oever 2018-09-25 21:49:20 +02:00
parent ad8dd32235
commit 0294ed948b
1 changed files with 10 additions and 0 deletions

View File

@ -169,9 +169,19 @@ To get started quickly, the project comes with a `Dockerfile`. You can start a d
## More information on Qt
* [Initial blog post](https://www.vandenoever.info/blog/2017/09/04/rust_qt_binding_generator.html)
### Tutorials
* [Rust and QML: a timely example](https://www.vandenoever.info/blog/2017/09/10/time_for_rust_and_qml.html)
* [To do a Rust GUI](https://www.vandenoever.info/blog/2018/06/09/to-do-a-rust-gui.html)
* [Browsing your mail with Rust and Qt](https://www.vandenoever.info/blog/2018/09/16/browsing_your_mail_with_rust_and_qt.html)
### Presentation
* [Qt GUIs with Rust](https://archive.fosdem.org/2018/schedule/event/rust_qt_binding_generator/)
### Information on Qt
* [Qt](http://doc.qt.io/)
* [Qt Examples and tutorials](http://doc.qt.io/qt-5/qtexamplesandtutorials.html)
* [The QML Book](https://qmlbook.github.io/)