Results 1 to 9 of 9

Thread: Barcode Generation ??

  1. #1
    Join Date
    Jul 2012
    Posts
    40
    Qt products
    Qt4 Qt/Embedded

    Default Barcode Generation ??

    HI all,

    How to generate a barcode in qt4.... and how to read the barcode after generating...?
    It would be a great if i would have given an hint how to start and from where to start???

  2. #2
    Join Date
    Oct 2011
    Location
    Germany
    Posts
    27
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Barcode Generation ??

    I use Zint to generate barcodes.
    To read them, there are barcode scanners...
    Insanity: doing the same thing over and over again and expecting different results.
    Albert Einstein

  3. #3
    Join Date
    Aug 2012
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: Barcode Generation ??

    Use zxing library. Can create visual barcode from any kind of string; can decode the content of visual barcode. But, c++ port is a bit undocumented

  4. #4
    Join Date
    Jul 2012
    Posts
    40
    Qt products
    Qt4 Qt/Embedded

    Default Re: Barcode Generation ??

    with the help of below link i was able to slove my problem......

    http://www.qtcentre.org/wiki/index.p..._Barcode_class

  5. #5
    Join Date
    Jan 2013
    Posts
    2
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: Barcode Generation ??

    Firstly , you should figure out which app. you want to use: genarate barcode asp.net or generate barcode windows forms application project.

    Both of them have two ways to generate barcodes,including linear barcodes and 2Dbarcodes.

    Then, you can make use of the C# to decode the barcode .

    more details you can check the link.

    Hope it helps!

  6. #6

    Default Re: Barcode Generation ??

    Now I am creating barcode in ASP.NET with this tool. It's good. I have been using it for three months. It provides many useful guides of barcode creation, like this tutorial of creating barcode in ASP.NET, etc.

  7. #7
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Barcode Generation ??

    Not very useful to a Qt C++ programmer who already has a Qt solution though... is it?

  8. #8
    Join Date
    May 2013
    Posts
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Barcode Generation ??

    The barcode generator allows you to create a barcode graphic by providing barcode data, encoding type, and output file format. A barcode is an optical machine-readable representation of data relating to the object to which it is attached.

  9. #9
    Join Date
    Dec 2013
    Posts
    5
    Qt products
    Platforms
    Windows

    Default Re: Barcode Generation ??

    I've been using Zxing library to generate barcode and it works fine for me. About the reading part, you will need a barcode reader app to your device(PC, tablet, cellphone) since hardware barcode scanner is little bit pricy. Open sources are not difficult to get on Google.

Similar Threads

  1. Barcode library
    By NoRulez in forum Qt Programming
    Replies: 6
    Last Post: 20th December 2013, 04:14
  2. drawing barcode with GNU Barcode
    By Feoran in forum Qt Programming
    Replies: 3
    Last Post: 15th December 2010, 07:55
  3. WIN32 + Barcode
    By aekilic in forum Qt Programming
    Replies: 12
    Last Post: 14th May 2009, 21:12
  4. how make barcode in Qt 4 Win 32 ?
    By agoestafin in forum Qt Programming
    Replies: 2
    Last Post: 30th January 2009, 07:32
  5. Qt + Barcode Reader
    By sunil.thaha in forum General Discussion
    Replies: 12
    Last Post: 13th November 2007, 12:13

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.