Add Add Gem Repo Dialog

Signed-off-by: nggieber <nggieber@amazon.com>
This commit is contained in:
nggieber
2021-09-27 07:12:10 -07:00
parent e76ed67e95
commit 536ef46e2b
8 changed files with 137 additions and 8 deletions
@@ -36,6 +36,9 @@ namespace O3DE::ProjectManager
GemRepoModel* GetGemRepoModel() const { return m_gemRepoModel; }
public slots:
void HandleAddRepoButton();
private:
void FillModel();
QFrame* CreateNoReposContent();
@@ -53,6 +56,5 @@ namespace O3DE::ProjectManager
QLabel* m_lastAllUpdateLabel;
QPushButton* m_AllUpdateButton;
QPushButton* m_AddRepoButton;
};
} // namespace O3DE::ProjectManager