improved token dialog

This commit is contained in:
Max-Wilhelm Bruker 2010-06-18 21:04:28 +02:00
parent 62a9003d3e
commit 49e3563386
16 changed files with 112 additions and 56 deletions

View file

@ -21,6 +21,7 @@ protected:
CardInfo *info;
QString name;
bool tapped;
QString color;
private slots:
void pixmapUpdated();
signals:
@ -35,6 +36,8 @@ public:
CardInfo *getInfo() const { return info; }
QString getName() const { return name; }
void setName(const QString &_name = QString());
QString getColor() const { return color; }
void setColor(const QString &_color);
bool getTapped() const { return tapped; }
void setTapped(bool _tapped);
void processHoverEvent();