mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 20:43:54 -07:00
deck list editing in deck storage tab; mouse hover event for deck view
This commit is contained in:
parent
d23ece59ea
commit
e0c7df1694
20 changed files with 251 additions and 45 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
class QLabel;
|
||||
class QTextEdit;
|
||||
class CardItem;
|
||||
class AbstractCardItem;
|
||||
class CardInfo;
|
||||
|
||||
class CardInfoWidget : public QFrame {
|
||||
|
|
@ -28,7 +28,7 @@ public:
|
|||
public slots:
|
||||
void setCard(CardInfo *card);
|
||||
void setCard(const QString &cardName);
|
||||
void setCard(CardItem *card);
|
||||
void setCard(AbstractCardItem *card);
|
||||
private slots:
|
||||
void updatePixmap();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue