mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
show colors of cards
This commit is contained in:
parent
f199e20740
commit
afa8b53870
3 changed files with 11 additions and 7 deletions
|
|
@ -13,6 +13,7 @@ class CardInfoText : public QFrame {
|
|||
private:
|
||||
QLabel *nameLabel1, *nameLabel2;
|
||||
QLabel *manacostLabel1, *manacostLabel2;
|
||||
QLabel *colorLabel1, *colorLabel2;
|
||||
QLabel *cardtypeLabel1, *cardtypeLabel2;
|
||||
QLabel *powtoughLabel1, *powtoughLabel2;
|
||||
QLabel *loyaltyLabel1, *loyaltyLabel2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue