Warning, /sdk/rust-qt-binding-generator/tests/test_objects.json is written in an unsupported language. File is not indexed.
0001 {
0002 "cppFile": "test_objects_rust.cpp",
0003 "rust": {
0004 "dir": "rust_objects",
0005 "interfaceModule": "interface",
0006 "implementationModule": "implementation"
0007 },
0008 "objects": {
0009 "InnerObject": {
0010 "type": "Object",
0011 "properties": {
0012 "description": {
0013 "type": "QString",
0014 "write": true
0015 }
0016 }
0017 },
0018 "Person": {
0019 "type": "Object",
0020 "properties": {
0021 "object": {
0022 "type": "InnerObject"
0023 }
0024 }
0025 },
0026 "Group": {
0027 "type": "Object",
0028 "properties": {
0029 "person": {
0030 "type": "Person"
0031 }
0032 }
0033 }
0034 }
0035 }