terminal strip can be saved to xml

This commit is contained in:
joshua
2021-05-01 20:04:40 +02:00
parent 36068abce7
commit 89f3ce1eb3
5 changed files with 142 additions and 0 deletions

View File

@@ -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,