-1

i have to develop application that create a paint object. and user can add different items such as shape , image , date ... . one of that items is barcode such as this image : barcode

is exist a library for generate unique barcode? and how to draw it in Qt?

mohamad jalali
  • 372
  • 3
  • 10

1 Answers1

3

There is a Qt library named "Prison" which can generate bar codes and QR codes https://quickgit.kde.org/?p=prison.git

Kevin Krammer
  • 5,159
  • 2
  • 9
  • 22