{
"type": "HorizontalLayout",
"margin": false,
"children": [
{
"type": "TextField",
"id": "code",
"caption": "Code of product",
"width": "100px"
},
{
"type": "NumberField",
"id": "amount",
"caption": "Amount of pieces"
},
{
"type": "HorizontalLayout",
"margin": false,
"children": [
{
"type": "TextField",
"id": "code",
"caption": "Code of product",
"width": "100px"
},
{
"type": "NumberField",
"id": "amount",
"caption": "Amount of pieces"
},
{
"type": "SomeContainer",
"some_property": "some value",
"children": [
{
"type": "AnotherFancyWrapper",
"fancy_wrapper_property": "yeah, it can have properties too",
"children": [
{
"type": "HorizontalLayout",
"margin": false,
"children": [
{
"type": "TextField",
"id": "code",
"caption": "Code of product",
"width": "100px"
},
{
"type": "NumberField",
"id": "amount",
"caption": "Amount of pieces"
}
]
}
]
}
]
}
]
}
]
}