mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 16:14:36 -04:00
Add DPD to GUI
This commit is contained in:
parent
fa0c89a43a
commit
3639072605
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue