mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-01 19:09:58 +02:00
Overridden properties of terminal elements are now saved/loaded from project
The overridden properties of terminal elements made in the terminal strip dialog are now saved and loaded from/to the project file.
This commit is contained in:
@@ -34,8 +34,6 @@ class TerminalElement;
|
||||
|
||||
struct RealTerminalData
|
||||
{
|
||||
QSharedPointer<RealTerminal> m_real_terminal;
|
||||
|
||||
int level_ = 0;
|
||||
|
||||
QString label_,
|
||||
@@ -52,8 +50,7 @@ struct RealTerminalData
|
||||
bool led_ = false,
|
||||
is_element = false;
|
||||
|
||||
TerminalElement *element_ = nullptr;
|
||||
|
||||
QPointer<Element> element_;
|
||||
};
|
||||
|
||||
struct PhysicalTerminalData
|
||||
|
||||
Reference in New Issue
Block a user