implemented saving UI

Implemented the file dialog, save progress dialog, and separate thread to save
in (saving needs to be done in a separate thread so the main/GUI thread doesn't
get blocked).
This commit is contained in:
itsmattkc
2020-01-12 16:26:05 +11:00
parent ca89e2b818
commit 00b5672639
14 changed files with 274 additions and 20 deletions
+2
View File
@@ -58,6 +58,8 @@ private slots:
void ItemDoubleClickSlot(Item* item);
void ShowNewMenu();
void ProjectNameChanged();
};
#endif // PROJECT_PANEL_H