From 0294ed948b45ca5b877e639d1da8e2fd2b1c191e Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Tue, 25 Sep 2018 21:49:20 +0200 Subject: [PATCH] Add a link to a presentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 600ed10..00b0939 100644 --- a/README.md +++ b/README.md @@ -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/)