22 lines
360 B
XML
22 lines
360 B
XML
{
|
|
"widgettype": "QRCodeScan",
|
|
"options": {},
|
|
"binds": [
|
|
{
|
|
"wid": "self",
|
|
"event": "recognized",
|
|
"actiontype": "urlwidget",
|
|
"target": "root.page_center",
|
|
"options": {
|
|
"url": "${text}"
|
|
}
|
|
}, {
|
|
"wid": "self",
|
|
"event": "recognized",
|
|
"actiontype": "script",
|
|
"target": "-@PopupWindow",
|
|
"script": "this.dismiss()"
|
|
}
|
|
]
|
|
}
|