Implemented variable substitution in simple print jobs.
This commit is contained in:
@@ -63,6 +63,11 @@ namespace glabels
|
||||
void deleteVariable( const QString& name );
|
||||
void replaceVariable( const QString& name, const Variable& variable );
|
||||
|
||||
void resetVariables();
|
||||
void incrementVariablesOnCopy();
|
||||
void incrementVariablesOnMerge();
|
||||
void incrementVariablesOnPage();
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
// Signals
|
||||
|
||||
Reference in New Issue
Block a user