mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-21 15:18:14 +00:00
To display an encoded qrcode from QML, we now can do Image { source: "image://QZXing/qrcode/<data>" } This allows different encoded images to be displayed simultaneously Closes #31