Add DPD to GUI

This commit is contained in:
Robin Stuart 2020-08-03 17:27:42 +01:00
parent fa0c89a43a
commit 3639072605
2 changed files with 2 additions and 0 deletions

View File

@ -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)",

View File

@ -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,