Warning, /sdk/rust-qt-binding-generator/examples/todos/README.md is written in an unsupported language. File is not indexed.

0001 ![Todos application](todos.png)
0002 
0003 Source code for https://fosdem.org/2018/schedule/event/rust_qt_binding_generator/
0004 
0005 This is an implementation of the [TodoMVC specification](https://github.com/tastejs/todomvc/blob/master/app-spec.md).
0006 
0007 Make sure `rust_qt_binding_generator` is in the `PATH`.
0008 
0009 ```bash
0010 mkdir build
0011 cd build
0012 cmake -GNinja ..
0013 ninja
0014 export QT_QUICK_CONTROLS_MATERIAL_THEME=Dark
0015 export QT_QUICK_CONTROLS_STYLE=Material
0016 ./todos
0017 ```