Cockatrice 2026-01-14-Development-2.11.0-beta.46
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
43
44#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:20
EdhrecCommanderApiResponseCommanderDetails commanderDetails
Definition edhrec_api_response_commander_details_display_widget.h:31
QVBoxLayout * navigationAndPricesLayout
Definition edhrec_api_response_commander_details_display_widget.h:35
QVBoxLayout * commanderDetailsLayout
Definition edhrec_api_response_commander_details_display_widget.h:34
EdhrecCommanderResponseCommanderDetailsDisplayWidget(QWidget *parent, const EdhrecCommanderApiResponseCommanderDetails &_commanderDetails, QString baseUrl)
Definition edhrec_api_response_commander_details_display_widget.cpp:10
QLabel * label
Definition edhrec_api_response_commander_details_display_widget.h:38
QHBoxLayout * commanderLayout
Definition edhrec_api_response_commander_details_display_widget.h:33
void retranslateUi()
Definition edhrec_api_response_commander_details_display_widget.cpp:78
QLabel * salt
Definition edhrec_api_response_commander_details_display_widget.h:39
QHBoxLayout * layout
Definition edhrec_api_response_commander_details_display_widget.h:32
QLabel * commanderName
Definition edhrec_api_response_commander_details_display_widget.h:37
CardInfoPictureWidget * commanderPicture
Definition edhrec_api_response_commander_details_display_widget.h:36
EdhrecCommanderApiResponseNavigationWidget * navigationWidget
Definition edhrec_api_response_commander_details_display_widget.h:41
EdhrecApiResponseCardPricesDisplayWidget * cardPricesDisplayWidget
Definition edhrec_api_response_commander_details_display_widget.h:40