diff --git a/wwwroot/qr_scan.ui b/wwwroot/qr_scan.ui new file mode 100644 index 0000000..fb4b011 --- /dev/null +++ b/wwwroot/qr_scan.ui @@ -0,0 +1,13 @@ +{ + "widgettype": "QRCodeSCan", + "options": {}, + "binds": [ + "wid": "self", + "event": "recognized", + "actiontype": "urlwidget", + "target": "root.page_center", + "options": { + "url": "$text" + } + ] +}