rust-qt-binding-generator/templates/qt_widgets
Jos van den Oever af7139027b Add a template for a Qt Widgets project 2017-09-03 22:07:49 +02:00
..
cmake Add a template for a Qt Widgets project 2017-09-03 22:07:49 +02:00
rust Add a template for a Qt Widgets project 2017-09-03 22:07:49 +02:00
src Add a template for a Qt Widgets project 2017-09-03 22:07:49 +02:00
CMakeLists.txt Add a template for a Qt Widgets project 2017-09-03 22:07:49 +02:00
README.md Add a template for a Qt Widgets project 2017-09-03 22:07:49 +02:00
bindings.json Add a template for a Qt Widgets project 2017-09-03 22:07:49 +02:00

README.md

Qt Widgets template project with Rust bindings

This is a template project for writing a Qt Widgets GUI on top of Rust code.

bindings.json defines the interface between the Qt and Rust code.

Build this code with

mkdir build
cd build
cmake ..
make