mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-17 08:39:59 +02:00
Terminal strip can now be edited and managed by undo command
This commit is contained in:
@@ -59,6 +59,9 @@ class TerminalStrip : public QObject
|
||||
QString description() const {return m_data.m_description;}
|
||||
QUuid uuid() const {return m_data.m_uuid;}
|
||||
|
||||
TerminalStripData data() const;
|
||||
void setData(const TerminalStripData &data);
|
||||
|
||||
bool addTerminal (Element *terminal);
|
||||
bool removeTerminal (Element *terminal);
|
||||
bool haveTerminal (Element *terminal);
|
||||
|
||||
Reference in New Issue
Block a user