Reworked deck editor

This commit is contained in:
Fabio Bas 2015-06-13 20:37:51 +02:00
parent 50b908c7c4
commit 3af5804073
13 changed files with 157 additions and 79 deletions

View file

@ -19,16 +19,14 @@ private:
public:
CardInfoPicture(int maximumWidth, QWidget *parent = 0);
bool hasPicture() const { return !noPicture; }
private:
void setNoPicture(bool status);
protected:
void resizeEvent(QResizeEvent *event);
public slots:
void setCard(CardInfo *card);
private slots:
void updatePixmap();
};
#endif