Implemented TemplateDesigner.

This commit is contained in:
Jim Evins
2018-04-07 22:24:09 -04:00
parent 6379ba9cef
commit a0e1dae5cf
40 changed files with 4397 additions and 73 deletions
+6 -1
View File
@@ -48,7 +48,8 @@ namespace glabels
const QString& description,
const QString& paperId,
const Distance& pageWidth,
const Distance& pageHeight );
const Distance& pageHeight,
bool isUserDefined = false );
Template( const Template& other );
@@ -74,6 +75,8 @@ namespace glabels
bool isSizeUs() const;
bool isSizeOther() const;
bool isUserDefined() const;
QString equivPart() const;
void setEquivPart( const QString& value );
@@ -104,6 +107,8 @@ namespace glabels
bool mIsSizeIso;
bool mIsSizeUs;
bool mIsUserDefined;
QString mEquivPart;
QString mName;