mainwindow/project: implemented saving/restoring panel state to project file

This commit is contained in:
itsmattkc
2020-04-19 02:25:02 +10:00
parent 8a26e14efa
commit d232e035f5
10 changed files with 131 additions and 20 deletions
+2
View File
@@ -40,6 +40,8 @@ public:
Project* project() const;
void set_project(Project* p);
QModelIndex get_root_index() const;
void set_root(Item* item);
QList<Item*> SelectedItems() const;