Warning, /sdk/rust-qt-binding-generator/src/README.md is written in an unsupported language. File is not indexed.
0001 # Bindings between Qt and Rust 0002 0003 ## Glossary 0004 0005 ### Property type 0006 0007 The type that is written in the JSON file. This is the type that is type that 0008 is used in the C++ code. 0009 0010 ### binding type 0011 0012 The type that is used to transer the data between the Rust and Qt. 0013 0014 ### C++ binding type 0015 0016 The C++ version of the type that is transferred between Rust and Qt. 0017 0018 ### Rust binding type 0019 0020 The Rust version of the type that is transferred between Rust and Qt. 0021