Refactor Tab EDHRec into folders, add navigation for budget and GC, add card prices (#5845)

* Refactor things into more sensible folders.

* Add navigation widget for budget and game changers.

* Lint.

* Add a card price display widget.

* Qt version check.

* Lint some thangs.

---------

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-04-18 05:28:04 +02:00 committed by GitHub
parent ca538399f6
commit 653362567b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 529 additions and 232 deletions

View file

@ -29,6 +29,7 @@ public:
public slots:
void processApiJson(QNetworkReply *reply);
void processCommanderResponse(QJsonObject reply, QString responseUrl = "");
void processTopCardsResponse(QJsonObject reply);
void processTopTagsResponse(QJsonObject reply);
void processTopCommandersResponse(QJsonObject reply);
@ -54,8 +55,6 @@ private:
QPushButton *searchPushButton;
CardInfoPtr cardToQuery;
EdhrecCommanderApiResponseDisplayWidget *displayWidget;
void processCommanderResponse(QJsonObject reply);
};
#endif // TAB_EDHREC_MAIN_H