rust-qt-binding-generator/examples/todos
Jos van den Oever 07517824ab Add screenshot of example application 2018-05-18 18:51:04 +02:00
..
cmake Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
rust Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
src Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
CMakeLists.txt Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
README.md Add screenshot of example application 2018-05-18 18:51:04 +02:00
bindings.json Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
main.qml Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
qml.qrc Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
todos.png Add screenshot of example application 2018-05-18 18:51:04 +02:00

README.md

Todos application

Source code for https://fosdem.org/2018/schedule/event/rust_qt_binding_generator/

This is an implementation of the TodoMVC specification.

Make sure rust_qt_binding_generator is in the PATH.

mkdir build
cd build
cmake -GNinja ..
ninja
export QT_QUICK_CONTROLS_MATERIAL_THEME=Dark
export QT_QUICK_CONTROLS_STYLE=Material
./todos