Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
edhrec_api_response_card_synergy_display_widget.h
Go to the documentation of this file.
1
6
7#ifndef EDHREC_API_RESPONSE_CARD_SYNERGY_DISPLAY_WIDGET_H
8#define EDHREC_API_RESPONSE_CARD_SYNERGY_DISPLAY_WIDGET_H
9
12
13#include <QLabel>
14#include <QVBoxLayout>
15#include <QWidget>
16
18{
19 Q_OBJECT
20public:
22 void retranslateUi();
23
24private:
25 QVBoxLayout *layout;
27 QLabel *label;
29};
30
31#endif // EDHREC_API_RESPONSE_CARD_SYNERGY_DISPLAY_WIDGET_H
Definition edhrec_api_response_card_details.h:14
EdhrecApiResponseCardDetails toDisplay
Definition edhrec_api_response_card_synergy_display_widget.h:26
QVBoxLayout * layout
Definition edhrec_api_response_card_synergy_display_widget.h:25
QLabel * label
Definition edhrec_api_response_card_synergy_display_widget.h:27
PercentBarWidget * percentBarWidget
Definition edhrec_api_response_card_synergy_display_widget.h:28
EdhrecApiResponseCardSynergyDisplayWidget(QWidget *parent, const EdhrecApiResponseCardDetails &_toDisplay)
Definition edhrec_api_response_card_synergy_display_widget.cpp:3
void retranslateUi()
Definition edhrec_api_response_card_synergy_display_widget.cpp:25
Definition percent_bar_widget.h:15
TODO: Document this.