How I will create QRcode in qt-apps/neptune-ui.git ?
-
I want to generate QRcode in qt-apps/neptune-ui.git
I also find the QZXing library so through we can generate QRcode in QML but for qt-apps/neptune-ui.git I follow the same procidure but it is give this Warning : QML Image: Invalid image provider: image://qzxing/encode/ -
Hi,
WARNING: I haven't use Qt's Automotive Suit.
Might be a silly question but did you build QZXing for that Qt version ?
-
@TM9412 said in How I will create QRcode in qt-apps/neptune-ui.git ?:
I follow the same procidure
Could you please describe what procedure is this? So to understand why it isn't working as expected for you with neptune-ui
Basically I guess you need the QZXing library built for the platform you'll be running this Qt app, and then you need to register QZXing as an image provider with the QML engine via addImageProvider method.