Warning, /sdk/rust-qt-binding-generator/templates/qt_widgets_cargo/README.md is written in an unsupported language. File is not indexed.

0001 Qt Widgets template project with Rust bindings
0002 
0003 This is a template project for writing a Qt Widgets GUI on top of Rust code.
0004 
0005 `bindings.json` defines the interface between the Qt and Rust code.
0006 
0007 `main.ui` is a Qt Designer interface specification that is used to generates UI code.
0008 
0009 Build instructions are written in `build.rs`.
0010 
0011 Build this code with
0012 
0013 ```bash
0014 cargo build
0015 ```