Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. is There Any way to Generate Barcode with tags(price...)
Forum Updated to NodeBB v4.3 + New Features

is There Any way to Generate Barcode with tags(price...)

Scheduled Pinned Locked Moved Solved General and Desktop
qtrptbarcodegenerate
6 Posts 3 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Proton Phoenix
    wrote on last edited by Proton Phoenix
    #1

    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~?

    alt text

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #4

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      P 1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi,

        There's an article about that theme here.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        P 1 Reply Last reply
        1
        • SGaistS SGaist

          Hi,

          There's an article about that theme here.

          P Offline
          P Offline
          Proton Phoenix
          wrote on last edited by Proton Phoenix
          #3

          @SGaist
          Thank you bro
          i wonder if those libraries can include the price
          because i have tested Zint but it's only generate barcode ... no option to include other tags

          eyllanescE 1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #4

            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.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            P 1 Reply Last reply
            1
            • P Proton Phoenix

              @SGaist
              Thank you bro
              i wonder if those libraries can include the price
              because i have tested Zint but it's only generate barcode ... no option to include other tags

              eyllanescE Offline
              eyllanescE Offline
              eyllanesc
              wrote on last edited by
              #5

              @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

              If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

              1 Reply Last reply
              1
              • SGaistS SGaist

                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.

                P Offline
                P Offline
                Proton Phoenix
                wrote on last edited by Proton Phoenix
                #6

                @SGaist
                now i know how to do it
                it was unknown path for me ... that's why i asked but you gave me the right path <3

                Really Thank you bro <3

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved