rust-qt-binding-generator/templates/qt_widgets
Jos van den Oever f678d441e9 Fix building with MSVC
BUG:400716
2018-11-11 16:03:29 +01:00
..
cmake Add a template for a Qt Widgets project 2017-09-03 22:07:49 +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 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