qzxing/src
Alexander Stillich 26b5ce2fbd Removed multi-line comment warning 2018-11-02 16:16:55 +01:00
..
zxing Removed multi-line comment warning 2018-11-02 16:16:55 +01:00
CameraImageWrapper.cpp calculate byte arrays once per image and provide references instead of always copying the matrix 2017-04-11 09:52:13 +03:00
CameraImageWrapper.h calculate byte arrays once per image and provide references instead of always copying the matrix 2017-04-11 09:52:13 +03:00
ImageHandler.cpp Removed qzxing_qml tag from the defaults 2017-03-20 17:23:52 +02:00
ImageHandler.h added license reference to the headers of the project 2017-01-27 13:50:46 +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.cpp minor fix of the value of processingTime property provided by QZXing. 2018-08-02 12:00:49 +03:00
QZXing.h Added new implementation of QrCode encoding. 2018-02-11 20:43:48 +02:00
QZXing.pri Added fix for #54 as suggested by #56 made by @KangLin 2018-03-05 23:26:34 +02:00
QZXing.pro added license reference to the headers of the project 2017-01-27 13:50:46 +02:00
QZXingFilter.cpp Add YUYV image format support to QZXingFilter 2018-04-24 16:22:27 -05:00
QZXingFilter.h Refactoring on the implementation of QZXingFilter to minimize the image copies 2017-06-17 13:56:06 +03:00
QZXingImageProvider.cpp Updated QZXingImageProvider::requestImage implementation to: 2018-03-11 19:21:19 +02: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)