rust-qt-binding-generator/tests/test_object.json

20 lines
429 B
JSON

{
"cppFile": "test_object_rust.cpp",
"rust": {
"dir": "rust_object",
"interfaceModule": "interface",
"implementationModule": "implementation"
},
"objects": {
"Person": {
"type": "Object",
"properties": {
"userName": {
"type": "QString",
"write": true
}
}
}
}
}