Warning, /sdk/rust-qt-binding-generator/tests/test_tree.json is written in an unsupported language. File is not indexed.

0001 {
0002     "cppFile": "test_tree_rust.cpp",
0003     "rust": {
0004         "dir": "rust_tree",
0005         "interfaceModule": "interface",
0006         "implementationModule": "implementation"
0007     },
0008     "objects": {
0009         "Persons": {
0010             "type": "Tree",
0011             "itemProperties": {
0012                 "userName": {
0013                     "type": "QString",
0014                     "write": true,
0015                     "roles": [ [ "display", "edit" ] ]
0016                 }
0017             }
0018         }
0019     }
0020 }