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

19 lines
417 B
JSON
Raw Normal View History

2017-08-11 08:24:24 -07:00
{
"cppFile": "test_object_rust.cpp",
"rust": {
"dir": "rust_object",
"interfaceModule": "interface",
2017-08-12 04:41:49 -07:00
"implementationModule": "implementation",
"typesModule": "types"
2017-08-11 08:24:24 -07:00
},
"objects": [{
"name": "Person",
"type": "Object",
"properties": [{
"name": "userName",
"type": "QString",
"write": true
}]
}]
}