rust-qt-binding-generator/examples/todos
Jos van den Oever f678d441e9 Fix building with MSVC
BUG:400716
2018-11-11 16:03:29 +01:00
..
cmake Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
rust Pass the emitter as mutable. It is pointless otherwise. 2018-10-26 00:32:02 +02:00
src Adapt code to changes in generator 2018-10-25 22:24:04 +02:00
CMakeLists.txt Fix building with MSVC 2018-11-11 16:03:29 +01:00
README.md Add screenshot of example application 2018-05-18 18:51:04 +02:00
bindings.json Simplify the example by removing the optional roles property 2018-05-19 16:46:48 +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