Add widget to edit terminal strip item layout

The widget is available in the project properties editor.
WIP
This commit is contained in:
joshua
2023-02-21 21:44:28 +01:00
parent d3223c8ca4
commit 470e4a059b
10 changed files with 1171 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ class TerminalStripDrawer
private:
QPointer<TerminalStrip> m_strip;
QSharedPointer<TerminalStripLayoutPattern> m_pattern;
bool m_debug_draw { false };
};
#endif // TERMINALSTRIPDRAWER_H