qzxing/examples/QZXingLive
Nikolaos Ftylitakis cfc728583b changed all QML versions from 2.3 to 3.1 2021-01-26 11:51:42 +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 Add conditional builds in pro (#141) 2019-10-03 15:56:14 +03:00
README.md Updated REAME files with Qt 6 limitations 2021-01-26 11:39:59 +02:00
application.cpp Removed qzxing_qml tag from the defaults 2017-03-20 17:23:52 +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 changed all QML versions from 2.3 to 3.1 2021-01-26 11:51:42 +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 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

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.