From 064afeccf5e9cd94a5daa4fff3122facaf2dc06c Mon Sep 17 00:00:00 2001 From: taipanromania Date: Sat, 27 Sep 2008 21:37:39 +0000 Subject: [PATCH] sync with zint --- frontend_qt4/fontend.pro | 2 +- frontend_qt4/mainwindow.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend_qt4/fontend.pro b/frontend_qt4/fontend.pro index f4ee80d3..bf511207 100644 --- a/frontend_qt4/fontend.pro +++ b/frontend_qt4/fontend.pro @@ -15,4 +15,4 @@ SOURCES += main.cpp \ HEADERS += mainwindow.h \ barcodeitem.h -LIBS += -lQtZint +LIBS += -lQZint diff --git a/frontend_qt4/mainwindow.h b/frontend_qt4/mainwindow.h index 1c20acc9..9ff74f61 100644 --- a/frontend_qt4/mainwindow.h +++ b/frontend_qt4/mainwindow.h @@ -47,6 +47,7 @@ public: DPLEIT =21, DPIDENT =22, CODE16K =23, + CODE49 =24, CODE93 =25, FLAT =28, RSS14 =29, @@ -74,7 +75,7 @@ public: ISBNX =69, RM4SCC =70, DATAMATRIX =71, - ITF14 =72, + EAN14 =72, CODABLOCKF =74, NVE18 =75, KOREAPOST =77, @@ -87,15 +88,14 @@ public: PLESSEY =86, /* Tbarcode 8 codes */ + TELEPEN_NUM =87, + ITF14 =89, KIX =90, AZTEC =92, DAFT =93, - ITALYPOST =94, - DPD =96, MICROQR =97, /* Zint specific */ - TELEPEN_NUM =128, CODE32 =129, EANX_CC =130, EAN128_CC =131,