mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 22:35:27 -04:00
Add UPNQR to Studio
This commit is contained in:
parent
8ca1329fcf
commit
6413351fd6
2 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags fl)
|
||||||
"Telepen",
|
"Telepen",
|
||||||
"Telepen Numeric",
|
"Telepen Numeric",
|
||||||
"UK Plessey",
|
"UK Plessey",
|
||||||
|
"UPNQR",
|
||||||
"Universal Product Code (UPC-A)",
|
"Universal Product Code (UPC-A)",
|
||||||
"Universal Product Code (UPC-E)",
|
"Universal Product Code (UPC-E)",
|
||||||
"USPS Intelligent Mail"
|
"USPS Intelligent Mail"
|
||||||
|
|
|
@ -100,6 +100,7 @@ public:
|
||||||
TELEPEN =32,
|
TELEPEN =32,
|
||||||
TELEPEN_NUM =87,
|
TELEPEN_NUM =87,
|
||||||
PLESSEY =86,
|
PLESSEY =86,
|
||||||
|
UPNQR =143,
|
||||||
UPCA =34,
|
UPCA =34,
|
||||||
UPCE =37,
|
UPCE =37,
|
||||||
ONECODE =85
|
ONECODE =85
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue