Hooked up barcode data controls in object editor.

This commit is contained in:
Jim Evins
2017-05-03 22:20:09 -04:00
parent b29dd58c6b
commit c2052abf43
8 changed files with 153 additions and 327 deletions
+4 -4
View File
@@ -57,10 +57,10 @@ namespace glabels
///////////////////////////////////////////////////////////////
public:
//
// Barcode Property: bcDataNode
// Barcode Property: bcData
//
TextNode bcDataNode() const override;
void setBcDataNode( const TextNode &value ) override;
QString bcData() const override;
void setBcData( const QString &value ) override;
//
@@ -134,7 +134,7 @@ namespace glabels
bool mBcTextFlag;
bool mBcChecksumFlag;
int mBcFormatDigits;
TextNode mBcDataNode;
QString mBcData;
ColorNode mBcColorNode;
glbarcode::Barcode* mEditorBarcode;