mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
sync with zint
This commit is contained in:
parent
3bb2c46210
commit
064afeccf5
@ -15,4 +15,4 @@ SOURCES += main.cpp \
|
|||||||
HEADERS += mainwindow.h \
|
HEADERS += mainwindow.h \
|
||||||
barcodeitem.h
|
barcodeitem.h
|
||||||
|
|
||||||
LIBS += -lQtZint
|
LIBS += -lQZint
|
||||||
|
@ -47,6 +47,7 @@ public:
|
|||||||
DPLEIT =21,
|
DPLEIT =21,
|
||||||
DPIDENT =22,
|
DPIDENT =22,
|
||||||
CODE16K =23,
|
CODE16K =23,
|
||||||
|
CODE49 =24,
|
||||||
CODE93 =25,
|
CODE93 =25,
|
||||||
FLAT =28,
|
FLAT =28,
|
||||||
RSS14 =29,
|
RSS14 =29,
|
||||||
@ -74,7 +75,7 @@ public:
|
|||||||
ISBNX =69,
|
ISBNX =69,
|
||||||
RM4SCC =70,
|
RM4SCC =70,
|
||||||
DATAMATRIX =71,
|
DATAMATRIX =71,
|
||||||
ITF14 =72,
|
EAN14 =72,
|
||||||
CODABLOCKF =74,
|
CODABLOCKF =74,
|
||||||
NVE18 =75,
|
NVE18 =75,
|
||||||
KOREAPOST =77,
|
KOREAPOST =77,
|
||||||
@ -87,15 +88,14 @@ public:
|
|||||||
PLESSEY =86,
|
PLESSEY =86,
|
||||||
|
|
||||||
/* Tbarcode 8 codes */
|
/* Tbarcode 8 codes */
|
||||||
|
TELEPEN_NUM =87,
|
||||||
|
ITF14 =89,
|
||||||
KIX =90,
|
KIX =90,
|
||||||
AZTEC =92,
|
AZTEC =92,
|
||||||
DAFT =93,
|
DAFT =93,
|
||||||
ITALYPOST =94,
|
|
||||||
DPD =96,
|
|
||||||
MICROQR =97,
|
MICROQR =97,
|
||||||
|
|
||||||
/* Zint specific */
|
/* Zint specific */
|
||||||
TELEPEN_NUM =128,
|
|
||||||
CODE32 =129,
|
CODE32 =129,
|
||||||
EANX_CC =130,
|
EANX_CC =130,
|
||||||
EAN128_CC =131,
|
EAN128_CC =131,
|
||||||
|
Loading…
Reference in New Issue
Block a user