Barcode
-
hello
am thinking about using a barcode to identifie evrey patient in my application so i think to use a fonction that allow to evrey patient his propore barcode i search about tutorial but all that i found is complicated so if any one have an idea about this or any tutorial please help me
(am using qt c++) -
Hi, I did that a couple of years ago (code 128 the simplest one) also for healthcare purposes. I also found existing stuff complicated, so I write my own function in Visual Studio 2008, unfortunately in Visual Basic.net. This was before I discovered Qt.
I can post the code here if you want, it expects as input a string and it returns a list of black and white pixels to be drawn on screen or printed.
-
Hi, "this":http://qt-project.org/forums/viewthread/8048 might be helpful.