mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Added AutoNumbering Dock Widget
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4573 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -362,6 +362,7 @@ void QETProject::setDefaultTitleBlockProperties(const TitleBlockProperties &titl
|
||||
QScopedPointer<IntegrationMoveTitleBlockTemplatesHandler> m(new IntegrationMoveTitleBlockTemplatesHandler);
|
||||
integrateTitleBlockTemplate(collection -> location(titleblock.template_name), m.data());
|
||||
}
|
||||
emit defaultTitleBlockPropertiesChanged();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -472,11 +473,11 @@ void QETProject::addElementAutoNumFormula(QString key, QString formula) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief QETProject::addElementAutoNumCurrentFormula
|
||||
* @brief QETProject::setElementAutoNumCurrentFormula
|
||||
* Add the formula to the current formula
|
||||
* @param formula
|
||||
*/
|
||||
void QETProject::addElementAutoNumCurrentFormula(QString formula) {
|
||||
void QETProject::setElementAutoNumCurrentFormula(QString formula) {
|
||||
m_current_element_formula = formula;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user