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

21 lines
461 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
},
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
}