We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2015-02-26 22:06:56 +0200 |
Qqr,js is a QtQuick element powered by qr.js. and makes it easy to display QR codes in a QtQuick application GUI. It has no external dependencies and does not even need to be compiled as all the code is either QML or Javascript. You can basically just drop it into your project and start using it.
Source code
https://github.com/M4rtinK/qqr.js
Example QML code
import QtQuick 2.0
QRCode {
width : 320
height : 320
value : "http://www.modrana.org"
}
QRCode element properties
2 | No.2 Revision |
Qqr,js Qqr.js is a QtQuick element powered by qr.js. and makes it easy to display QR codes in a QtQuick application GUI. It has no external dependencies and does not even need to be compiled as all the code is either QML or Javascript. You can basically just drop it into your project and start using it.
Source code
https://github.com/M4rtinK/qqr.js
Example QML code
import QtQuick 2.0
QRCode {
width : 320
height : 320
value : "http://www.modrana.org"
}
QRCode element properties