rust-qt-binding-generator/examples/todos
Friedrich W. H. Kossebau c970b1c417 Remove unused QWidget dependecy from Todo example app
Reviewers: vandenoever

Reviewed By: vandenoever

Differential Revision: https://phabricator.kde.org/D15552
2018-09-16 19:18:25 +02:00
..
cmake Add example Todos application from FOSDEM presentation 2018-05-18 18:37:38 +02:00
rust Update templates and example to latest version of rust_qt_binding_generator 2018-08-05 14:43:06 +02:00
src Remove unused QWidget dependecy from Todo example app 2018-09-16 19:18:25 +02:00
CMakeLists.txt Remove unused QWidget dependecy from Todo example app 2018-09-16 19:18:25 +02: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