mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user