show colors of cards

This commit is contained in:
Zach H 2015-07-07 23:50:37 -04:00
parent f199e20740
commit afa8b53870
3 changed files with 11 additions and 7 deletions

View file

@ -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;