mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-17 00:09:59 +02:00
terminal strip can be saved to xml
This commit is contained in:
@@ -35,7 +35,11 @@ class TerminalStripData : public PropertiesInterface
|
||||
QDomElement toXml (QDomDocument &xml_document) const override;
|
||||
bool fromXml (const QDomElement &xml_element) override;
|
||||
|
||||
static QString xmlTagName() {return QStringLiteral("terminal_strip_data");}
|
||||
|
||||
private :
|
||||
static QDomElement infoToXml(QDomDocument &xml_doc, const QString &name, const QString &value);
|
||||
|
||||
QString m_installation = QStringLiteral("="),
|
||||
m_location = QStringLiteral("+"),
|
||||
m_name,
|
||||
|
||||
Reference in New Issue
Block a user