Initial implementation of barcode object.

This commit is contained in:
Jim Evins
2017-04-29 19:12:20 -04:00
parent 02630aec19
commit cf000a5d5c
17 changed files with 647 additions and 56 deletions
+2 -1
View File
@@ -1278,7 +1278,8 @@ namespace glabels
///
void MainWindow::objectsCreateBarcode()
{
qDebug() << "ACTION: objects->Create->Barcode";
mUndoRedoModel->checkpoint( tr("Create Barcode") );
mLabelEditor->createBarcodeMode();
}