1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-05-14 18:13:53 +00:00

Add Code 49

This commit is contained in:
hooper114
2009-05-10 11:47:20 +00:00
parent 0cdf2f0e52
commit b62a0ca33a
8 changed files with 1512 additions and 21 deletions

View File

@@ -44,6 +44,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags fl)
"Code 32 (Italian Pharmacode)",
"Code 39",
"Code 39 Extended",
"Code 49",
"Code 93",
"Codabar",
"Codablock-F",

View File

@@ -49,6 +49,7 @@ public:
CODE32 =129,
CODE39 =8,
EXCODE39 =9,
CODE49 =24,
CODE93 =25,
CODABAR =18,
CODABLOCKF =74,