ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
621 stars 340 forks source link

Qt/QML 6 support #188

Closed hackebike closed 3 years ago

hackebike commented 3 years ago

I tried to use this library with Qt/AML 6 but I cannot use it, does it support it?

ftylitak commented 3 years ago

@hackebike indeed it is not explicitly yet supported but you could take a look at this issue: #187

I believe the code change is very small thus I commit it will be done withing the comming days.

As soon as the library supports Qt6 out of the box, I will send an update here.

hackebike commented 3 years ago

great looking forward !

ftylitak commented 3 years ago

Hello, Qt 6 is now supported. In most cases, it will work exactly as it did in Qt 5. In case you use barcodes with special text encodings (e.x. Shift-JIS), there might be implications (check here)

For convenience, this release with Qt 6 support has been named v.3.1.0

Looking forward to your input.

187

ftylitak commented 3 years ago

Considering this as closed.. if any issue comes up, please open a new one.