Add UPNQR to Studio

This commit is contained in:
Robin Stuart 2017-07-23 18:09:30 +01:00
parent 8ca1329fcf
commit 6413351fd6
2 changed files with 2 additions and 0 deletions

View File

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

View File

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