Git Product home page Git Product logo

qt-widgets / prison-qrcode-and-datamatrix-barcodes-generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kde/prison

1.0 0.0 0.0 247 KB

prison is a barcode api currently offering a nice Qt api to produce QRCode barcodes and DataMatrix barcodes, and can easily be made to support more. It also provides QWidget and QGraphicsItem for barcode printing.

License: MIT License

CMake 8.39% C++ 90.31% QML 1.30%

prison-qrcode-and-datamatrix-barcodes-generator's Introduction

Prison

A barcode abstraction layer providing uniform access to generation of barcodes with data

Introduction

Prison has a Prison::AbstractBarcode, which is the base class for the actual barcode generators, currently Prison::QRCodeBarcode and Prison::DataMatrixBarcode are the two implemented barcode generators.

Prison currently ships a BarcodeWidget, which is a QWidget with a barcode painted upon, as well as a BarcodeItem, which is a QGraphicsItem with a barcode painted upon.

Supported Barcode types

There are basically two types of barcodes:

  • barcodes that carry the data
  • barcodes that carry a lookup number, and require a specific server to look up the actual data.

Prison isn't as such designed for the latter, it will probably work, but patches implementing barcode support for such barcodes will not be accepted. An example is EZCode.

Prison is currently using libdmtx for generation of DataMatrix barcodes and libqrencode for generation of QRCode barcodes.

prison-qrcode-and-datamatrix-barcodes-generator's People

Contributors

antonio-rojas avatar cfeck avatar debfx avatar dfaure avatar heirecka avatar kossebau avatar krf avatar krop avatar mgraesslin avatar montel avatar svuorela avatar tcberner avatar theonering avatar tittiatcoke avatar tosky avatar tsdgeos avatar vkrause avatar winterz avatar xiangzhai avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.