Implemented TemplateDesigner.
This commit is contained in:
+6
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user