Qt QR code scanner
-
-
Hi,
Take a look at this KDAB article about QZxing.
-
Why do you think that ? The latest commit is from 8 days ago.
-
From the README for ZXing:
Project in Maintenance Mode Only
The project is in maintenance mode, meaning, changes are driven by contributed patches. Only bug fixes and minor enhancements will be considered. The Barcode Scanner app can no longer be published, so it's unlikely any changes will be accepted for it. There is otherwise no active development or roadmap for this project. It is "DIY".That's where I got my former comment from.
-
Well, the question is: do you need anything that is not already available through that library ?
The fact that it is in maintenance mode does not mean it's dead. -
@LorenDB Use ZBAR library for any kind of code scanning
you can get complete solution for it :
follow the this link
https://github.com/ZBar/ZBar -
I've been using QZxing on multiple projects, for years - it "just works". Even if it's not actively developed, it matters little - it works very well and has all the functions (that I care about anyway).
-
@Bondrusiek no, I have not tried. Maybe it still works.