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

20 lines
429 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",
"implementationModule": "implementation"
2017-08-11 08:24:24 -07:00
},
2017-08-21 15:51:48 -07:00
"objects": {
"Person": {
"type": "Object",
"properties": {
"userName": {
"type": "QString",
"write": true
}
}
}
}
2017-08-11 08:24:24 -07:00
}