Add new field "Group function" on properties of the selection widget and

for csv export


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5627 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-12-03 13:13:27 +00:00
parent e0c6cc6768
commit 4ba3f477f8
5 changed files with 32 additions and 16 deletions

View File

@@ -178,6 +178,7 @@ namespace autonum
{
QString str = formula;
str.replace("%{label}", dc.value("label").toString());
str.replace("%{group-function}", dc.value("group-function").toString());
str.replace("%{comment}", dc.value("comment").toString());
str.replace("%{description}", dc.value("description").toString());
str.replace("%{designation}", dc.value("designation").toString());