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