How to generate QR code in Cpp ?
Solved
General and Desktop
-
Hi
you could use an existing library
https://github.com/fukuchi/libqrencode- how to dowload pods.pri file.
I have zero idea what pods.pri files are :)
-
Hi
You both have Mainwindow AND QWidget in constructor that seems odd.?
-
@mrjj
It's taking it as QWidgetData private variable that's why it is giving mainwindow doesn't have any data variable name. How to resolve this problem. Getting conflict on the data . It's saying data is private variable. But when assigning getting error Qstring can't be convert to QWidgetData type on this line this->data=data .