PDA

View Full Version : How to generate Bar Code of a Qt form ?



zed220
7th September 2016, 15:03
Hi All,
I'm creating a person's profile by filling a form and taking their picture via webcam and saving it into sqlite database.
My question is How can I create bar code of this profile so that when I decode it shows the saved profile ?:confused:

many thanks

anda_skoa
7th September 2016, 15:10
There is a Qt library named "Prison" which can generate bar codes and QR codes
https://quickgit.kde.org/?p=prison.git

Cheers,
_