I need a Supports barcode encoding .
-
Hello everyone,
I need a Supports barcode encoding to windows. I tried using QZXing (https://github.com/ftylitak/qzxing) but it just does encode the QRCode . Can someone tell me another library if it exists.
Thank you to all and have a nice day of programming . -
Hi
I like this one
https://sourceforge.net/projects/zint/ -
Hi
I want use the library in QML, it's possible ? -
@Samuel-Costa
Hi
As far as i know, it comes with no support for QML.
However, you can most like write integration code yourself
and use the library as backend from QML
in the same you normally use c++ from QML. -
Hi! If you're looking for QR/Barcode generator, you should take a look at SCodes library. SCodes is easy to use, and, like QZxing, it's based on ZXing library. It also allows you to freely use it in QML. You can find example implementations on its official Github page.