multi past dialog : add check box for autonum the pasted element

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5333 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2018-04-12 17:59:05 +00:00
parent 845fa934b7
commit e3930df5b5
5 changed files with 49 additions and 1 deletions

View File

@@ -138,6 +138,17 @@ namespace autonum
from = element.firstChildElement("hundredFolio");
hundred_folio = from.text().split(";");
}
//Clear this sequence
void sequentialNumbers::clear()
{
unit.clear();
unit_folio.clear();
ten.clear();
ten_folio.clear();
hundred.clear();
hundred_folio.clear();
}
/**
* @brief AssignVariables::formulaToLabel