Add dialog to create terminal strip + display existing terminal strip

This commit is contained in:
joshua
2021-04-03 15:48:07 +02:00
parent 0a2ec297bf
commit 91db58bb64
11 changed files with 482 additions and 16 deletions

View File

@@ -35,8 +35,9 @@ class TerminalStripData : public PropertiesInterface
private :
QString m_installation = QStringLiteral("="),
m_location = QStringLiteral("+"),
m_name;
m_location = QStringLiteral("+"),
m_name,
m_description;
};