Merge remote-tracking branch 'origin/QetGraphicsTableItem'

This commit is contained in:
Laurent Trinques
2020-04-12 18:51:38 +02:00
parent 41541dde2c
commit 73149973e3
38 changed files with 3232 additions and 528 deletions

View File

@@ -444,6 +444,14 @@ void Diagram::keyReleaseEvent(QKeyEvent *e)
}
}
/**
* @brief Diagram::uuid
* @return the uuid of this diagram
*/
QUuid Diagram::uuid() {
return m_uuid;
}
/**
* @brief Diagram::setEventInterface
* Set event_interface has current interface.