is There Any way to Generate Barcode with tags(price...)
Solved
General and Desktop
-
Hi ~~ i have software which uses barcode to identify products ..
i want to Generate barcodes as image below and include all tags like price .. product name .....
is there any way to do that ~~~? in QT or Whatever~? -
No, there's no reason for that library to do that.
It your job to create the final picture putting the various elements you want together.
-
No, there's no reason for that library to do that.
It your job to create the final picture putting the various elements you want together.
-
@Proton-Phoenix The barcode libraries only draw the barcode but you could create a QImage where you draw the text (price) and the barcode, you could use the library: https://github.com/ftylitak/qzxing