Warning, /sdk/rust-qt-binding-generator/tests/test_list.json is written in an unsupported language. File is not indexed.
0001 {
0002 "cppFile": "test_list_rust.cpp",
0003 "rust": {
0004 "dir": "rust_list",
0005 "interfaceModule": "interface",
0006 "implementationModule": "implementation"
0007 },
0008 "objects": {
0009 "Persons": {
0010 "type": "List",
0011 "itemProperties": {
0012 "userName": {
0013 "type": "QString",
0014 "write": true,
0015 "roles": [ [ "display", "edit" ] ]
0016 }
0017 }
0018 },
0019 "NoRole": {
0020 "type": "List",
0021 "itemProperties": {
0022 "userName": {
0023 "type": "QString",
0024 "write": true
0025 },
0026 "userAge": {
0027 "type": "quint8",
0028 "write": true
0029 }
0030 }
0031 }
0032 }
0033 }