qzxing/examples/QZXingLive
Nikolaos Ftylitakis 9f8a13569c enable the orientation binding 2021-12-26 10:45:46 +02:00
..
android update gradle build file to latest android support and gradle tools 2019-04-12 10:28:18 +02:00
icons added higher resolution icons in QZXingLive 2017-03-03 19:02:49 +02:00
Info.plist added Info.plist to allow iOS to use Camera feature 2017-05-11 17:32:23 +03:00
QZXingLive.pro exclude custom android code if Qt 6 and greater 2021-12-26 10:45:13 +02:00
README.md Updated REAME files with Qt 6 limitations 2021-01-26 11:39:59 +02:00
application.cpp exclude custom android code if Qt 6 and greater 2021-12-26 10:45:13 +02:00
application.h Added example with proper handling of Android application permissions for QZXingLive triggered by #22 2017-01-29 17:54:16 +02:00
deployment.pri Added new example project for live decoding in QtQuick 2 (contibution of Luiggi Reffatti from Fira Soft ). Will be examined in the future to embed QZxingFilter implementation to the main implementation fo the library. 2016-09-27 03:06:28 +03:00
main.cpp replace all occurences of '#include <QZXing.h>' with '#include QZXing.h'. Possible fix for #81 #118 #123 2019-10-15 10:04:09 +03:00
main.qml Updated library version from 3.2 to 3.3 2021-11-03 11:53:46 +02:00
main_qt6_2.qml enable the orientation binding 2021-12-26 10:45:46 +02:00
native.cpp Fixed processing of RGB32 images. Fix inverted y directly at the construction of the image. Fixes issue #27. 2017-03-20 15:11:40 +02:00
native.h Added example with proper handling of Android application permissions for QZXingLive triggered by #22 2017-01-29 17:54:16 +02:00
qml.qrc Updated QZXingLive example: use of QZXingFilter to comply with Qt 6.2 #199 2021-11-03 11:28:28 +02:00

README.md

Supported only for Qt 5 projects since Qt Multimedia module has been removed in Qt 6.

In case it gets re-supported for Qt 6, the examples will be updated.