Make gem tags clickable and filter by their text in the Gem Catalog when clicked

Signed-off-by: nggieber <nggieber@amazon.com>
This commit is contained in:
nggieber
2021-10-28 09:21:56 -07:00
parent 837831a919
commit 37243c74ec
9 changed files with 37 additions and 1 deletions
@@ -40,6 +40,9 @@ namespace O3DE::ProjectManager
inline constexpr static const char* s_headerColor = "#FFFFFF";
inline constexpr static const char* s_textColor = "#DDDDDD";
signals:
void TagClicked(const QString& tag);
private slots:
void OnSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected);