Add new fild and titleblock "Function group"

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5622 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-11-30 23:53:13 +00:00
parent 01414974a0
commit ee91337d75
26 changed files with 200 additions and 49 deletions

View File

@@ -94,6 +94,13 @@ void SearchAndReplaceWorker::replaceDiagram(QList<Diagram *> diagram_list)
} else {
new_properties.machine = m_titleblock_properties.machine;
}
}if (!m_titleblock_properties.funcgroup.isEmpty())
{
if (m_titleblock_properties.funcgroup == eraseText()) {
new_properties.funcgroup.clear();
} else {
new_properties.funcgroup = m_titleblock_properties.funcgroup;
}
}
if (!m_titleblock_properties.locmach.isEmpty())
{