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

21 lines
484 B
JSON
Raw Permalink Normal View History

2017-08-20 08:15:27 -07:00
{
"cppFile": "test_tree_rust.cpp",
"rust": {
"dir": "rust_tree",
"interfaceModule": "interface",
"implementationModule": "implementation"
2017-08-20 08:15:27 -07:00
},
2017-08-21 15:51:48 -07:00
"objects": {
"Persons": {
"type": "Tree",
2017-08-21 15:51:48 -07:00
"itemProperties": {
"userName": {
"type": "QString",
"write": true,
"roles": [ [ "display", "edit" ] ]
}
}
}
}
2017-08-20 08:15:27 -07:00
}