Added RawText type for text and barcode objects.

This commit is contained in:
Jim Evins
2017-05-06 20:08:17 -04:00
parent 6d764bbf4d
commit 409ca1bf57
8 changed files with 198 additions and 39 deletions
+3 -1
View File
@@ -24,6 +24,8 @@
#include "LabelModelObject.h"
#include "RawText.h"
#include "glbarcode/Barcode.h"
@@ -134,7 +136,7 @@ namespace glabels
bool mBcTextFlag;
bool mBcChecksumFlag;
int mBcFormatDigits;
QString mBcData;
RawText mBcData;
ColorNode mBcColorNode;
glbarcode::Barcode* mEditorBarcode;