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_commander_details_display_widget.h
Go to the documentation of this file.
1
6
7#ifndef EDHREC_COMMANDER_API_RESPONSE_COMMANDER_DETAILS_DISPLAY_WIDGET_H
8#define EDHREC_COMMANDER_API_RESPONSE_COMMANDER_DETAILS_DISPLAY_WIDGET_H
9
14
15#include <QLabel>
16#include <QVBoxLayout>
17#include <QWidget>
18
39
40#endif // EDHREC_COMMANDER_API_RESPONSE_COMMANDER_DETAILS_DISPLAY_WIDGET_H
TODO: Document this.
Widget that displays an enlarged image of a card, loading the image based on the card's info or showi...
Definition card_info_picture_widget.h:22
Definition edhrec_api_response_card_prices_display_widget.h:17
Definition edhrec_commander_api_response_commander_details.h:17
Definition edhrec_commander_api_response_navigation_widget.h:18
EdhrecCommanderApiResponseCommanderDetails commanderDetails
Definition edhrec_api_response_commander_details_display_widget.h:31
EdhrecCommanderResponseCommanderDetailsDisplayWidget(QWidget *parent, const EdhrecCommanderApiResponseCommanderDetails &_commanderDetails, QString baseUrl)
Definition edhrec_api_response_commander_details_display_widget.cpp:9
QLabel * label
Definition edhrec_api_response_commander_details_display_widget.h:34
void retranslateUi()
Definition edhrec_api_response_commander_details_display_widget.cpp:57
QLabel * salt
Definition edhrec_api_response_commander_details_display_widget.h:35
QVBoxLayout * layout
Definition edhrec_api_response_commander_details_display_widget.h:32
CardInfoPictureWidget * commanderPicture
Definition edhrec_api_response_commander_details_display_widget.h:33
EdhrecCommanderApiResponseNavigationWidget * navigationWidget
Definition edhrec_api_response_commander_details_display_widget.h:37
EdhrecApiResponseCardPricesDisplayWidget * cardPricesDisplayWidget
Definition edhrec_api_response_commander_details_display_widget.h:36