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 Leitcode",
|
||||
"DotCode",
|
||||
"DPD Code",
|
||||
"Dutch Post KIX",
|
||||
"EAN-14",
|
||||
"European Article Number (EAN)",
|
||||
|
@ -67,6 +67,7 @@ public:
|
||||
DPIDENT = 22,
|
||||
DPLEIT = 21,
|
||||
DOTCODE = 115,
|
||||
DPD = 96,
|
||||
KIX = 90,
|
||||
EAN14 = 72,
|
||||
EANX = 13,
|
||||
|
Loading…
Reference in New Issue
Block a user