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

34 lines
830 B
JSON
Raw Normal View History

2017-08-20 07:11:58 -07:00
{
"cppFile": "test_list_rust.cpp",
"rust": {
"dir": "rust_list",
"interfaceModule": "interface",
"implementationModule": "implementation"
2017-08-20 07:11:58 -07:00
},
2017-08-21 15:51:48 -07:00
"objects": {
"Persons": {
"type": "List",
"itemProperties": {
"userName": {
"type": "QString",
"write": true,
"roles": [ [ "display", "edit" ] ]
}
}
},
"NoRole": {
"type": "List",
"itemProperties": {
"userName": {
"type": "QString",
"write": true
},
"userAge": {
"type": "quint8",
"write": true
}
}
2017-08-21 15:51:48 -07:00
}
}
2017-08-20 07:11:58 -07:00
}