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

19 lines
417 B
JSON

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