qzxing/src
Igor Sirotin 80bb1d2190 Fixes for MacOS build with Qt5 2023-02-06 18:02:08 +03:00
..
zxing match badly-printed QR codes 2022-10-31 17:00:24 +01:00
CMakeLists.txt Fixes for MacOS build with Qt5 2023-02-06 18:02:08 +03:00
CameraImageWrapper.cpp added various casts to avoid LGTM warning 2021-08-07 22:52:41 +03:00
CameraImageWrapper.h CameraImageWrapper::Factory now returns QSharedPointer instead of Raw Pointer 2021-08-07 21:13:21 +03:00
ImageHandler.cpp Support Qt 6 2021-01-26 11:11:17 +02:00
ImageHandler.h Minor refactorings / code cleanups executed after static code analysis. 2019-11-06 15:02:07 +02:00
LICENSE added license reference to the headers of the project 2017-01-27 13:50:46 +02:00
QZXing resolving merge conflicts 2017-01-30 09:07:52 +02:00
QZXing-components.pri src: Support Ubuntu Touch in QZXingFilter 2022-08-17 07:44:48 +02:00
QZXing.cpp fix processing time per frame calculation and QML component version 2021-12-02 19:17:42 +02:00
QZXing.h Support Qt 6 2021-01-26 11:11:17 +02:00
QZXing.pri Add conditional builds in pro (#141) 2019-10-03 15:56:14 +03:00
QZXing.pro Updated library version from 3.2 to 3.3 2021-11-03 11:53:46 +02:00
QZXingFilter.cpp src: Support Ubuntu Touch in QZXingFilter 2022-08-17 07:44:48 +02:00
QZXingFilter.h Support QZXingFilter orientation respect proposed in #120. Could be usefull for #204 2021-08-11 12:23:06 +03:00
QZXingFilterVideoSink.cpp Fix unmap in case of early return of frame processing 2021-12-07 23:34:44 +02:00
QZXingFilterVideoSink.h Fix unmap in case of early return of frame processing 2021-12-07 23:34:44 +02:00
QZXingImageProvider.cpp At Barcode Encode image provider support explicitSize option in cases where the Item that requests the image can not provide requested size. Such cae is at #191 where the image was requested through an HTML tag in a RichText instead being source to an Image. 2021-05-06 13:12:06 +03:00
QZXingImageProvider.h Fix include dependencies for QZXingImageProvider that caused 'QtCore: No such file or directory' #66 2018-02-08 12:34:35 +02:00
QZXing_global.h Fix include dependencies for QZXingImageProvider that caused 'QtCore: No such file or directory' #66 2018-02-08 12:34:35 +02:00
README.md Added an initial README.md file that will include the needed information. Will be updated from time to time. 2016-01-08 22:30:35 +02:00

README.md

Qt wrapper library for the ZXing decoding library.

How to use

To compile as dynamic library

qmake src/QZXing.pro make

Include the complete code to your project

In the .pro file of your project add the following line (update the path to point to the correct location of QZXing src): include(../../src/QZXing.pri)