downloadmgr/wwwroot/index.ui
2025-08-24 15:12:15 +08:00

49 lines
861 B
XML

{
"widgettype":"VBox",
"options":{
"width":"100%",
"height":"100%"
},
"subwidgets":[
{
"widgettype":"HBox",
"options":{
"bgcolor":"#eeeeee",
"cheight":3
},
"subwidgets":[
{
"widgettype":"Svg",
"options":{
"rate": 2.5,
"url":"{{entire_url('imgs/download-file.svg')}}"
},
"binds":[
{
"wid":"self",
"event":"click",
"actiontype":"urlwidget",
"target":"PopupWindow",
"popup_options":{
"width":"60%",
"height":"70%",
"icon":"{{entire_url('imgs/download-file.svg')}}",
"title":"File download"
},
"options":{
"url":"{{entire_url('add_new_download.ui')}}"
}
}
]
}
]
},
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('list_downloading.ui')}}"
}
}
]
}