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

36 lines
815 B
JSON

{
"cppFile": "test_objects_rust.cpp",
"rust": {
"dir": "rust_objects",
"interfaceModule": "interface",
"implementationModule": "implementation"
},
"objects": {
"InnerObject": {
"type": "Object",
"properties": {
"description": {
"type": "QString",
"write": true
}
}
},
"Person": {
"type": "Object",
"properties": {
"object": {
"type": "InnerObject"
}
}
},
"Group": {
"type": "Object",
"properties": {
"person": {
"type": "Person"
}
}
}
}
}