Created overloaded function for encodeData to use the QZXingEncoderConfig. The old implementation of encodeData now translates its arguments into a QZXingEncoderConfig and calls the overloaded function.
Updated regex in QZXingImageProvider to be aware of the new configuration of border.
Updated BarcodeEncoder example UI to allow the control of the border option.
- fix bug when '?' is included without correct definition of options
- utilize requestedSize for the generated barcode
Updated README.md file to reflect changes.
It is backward compatible with the version that was active till now, though, it also enables an advanced operation for configuring options during encoding.
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