This commit is contained in:
Brübach, Lukas 2025-11-29 23:39:13 +01:00
parent 47aaad275a
commit 88fca5d308

View file

@ -46,11 +46,11 @@ public:
*/ */
void setPreviewWidth(int width); void setPreviewWidth(int width);
QLabel *imageLabel; ///< QLabel to display the deck image QLabel *imageLabel; ///< QLabel to display the deck image
ShadowBackgroundLabel *topLeftLabel; ///< Overlay label at top-left (deck name) ShadowBackgroundLabel *topLeftLabel; ///< Overlay label at top-left (deck name)
ShadowBackgroundLabel *topRightLabel; ///< Overlay label at top-right (card count) ShadowBackgroundLabel *topRightLabel; ///< Overlay label at top-right (card count)
ShadowBackgroundLabel *bottomLeftLabel; ///< Overlay label at bottom-left (EDH bracket) ShadowBackgroundLabel *bottomLeftLabel; ///< Overlay label at bottom-left (EDH bracket)
ShadowBackgroundLabel *bottomRightLabel; ///< Overlay label at bottom-right (views) ShadowBackgroundLabel *bottomRightLabel; ///< Overlay label at bottom-right (views)
protected: protected:
/** /**