mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add DPD to GUI
This commit is contained in:
parent
fa0c89a43a
commit
3639072605
@ -74,6 +74,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags fl)
|
|||||||
"Deutsche Post Identcode",
|
"Deutsche Post Identcode",
|
||||||
"Deutsche Post Leitcode",
|
"Deutsche Post Leitcode",
|
||||||
"DotCode",
|
"DotCode",
|
||||||
|
"DPD Code",
|
||||||
"Dutch Post KIX",
|
"Dutch Post KIX",
|
||||||
"EAN-14",
|
"EAN-14",
|
||||||
"European Article Number (EAN)",
|
"European Article Number (EAN)",
|
||||||
|
@ -67,6 +67,7 @@ public:
|
|||||||
DPIDENT = 22,
|
DPIDENT = 22,
|
||||||
DPLEIT = 21,
|
DPLEIT = 21,
|
||||||
DOTCODE = 115,
|
DOTCODE = 115,
|
||||||
|
DPD = 96,
|
||||||
KIX = 90,
|
KIX = 90,
|
||||||
EAN14 = 72,
|
EAN14 = 72,
|
||||||
EANX = 13,
|
EANX = 13,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user