implement save and load blueprints
This commit is contained in:
@@ -34,6 +34,8 @@ private slots:
|
||||
void onCreateClicked();
|
||||
void onDeleteClicked();
|
||||
void onBlueprintButtonClicked(int index);
|
||||
void onSaveClicked();
|
||||
void onLoadClicked();
|
||||
|
||||
private:
|
||||
Blueprint createBlueprintFromSelection() const;
|
||||
@@ -51,6 +53,8 @@ private:
|
||||
std::vector<QPushButton*> m_blueprintButtons;
|
||||
QPushButton* m_createBtn;
|
||||
QPushButton* m_deleteBtn;
|
||||
QPushButton* m_saveBtn;
|
||||
QPushButton* m_loadBtn;
|
||||
QWidget* m_buttonsContainer;
|
||||
QVBoxLayout* m_buttonsLayout;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user