21 lines
242 B
JSON
Executable File
21 lines
242 B
JSON
Executable File
{
|
|
"widgettype":"HBox",
|
|
"options":{},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Text",
|
|
"options":{
|
|
"width":"180px",
|
|
"text":"Test"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"Text",
|
|
"options":{
|
|
"width":"80px",
|
|
"text":"Test"
|
|
}
|
|
}
|
|
]
|
|
}
|