Added card hover + card info widget popup to MessageLogWidget

This commit is contained in:
Max-Wilhelm Bruker 2010-10-15 19:47:30 +02:00
parent e1ad152f65
commit cf95e5f328
6 changed files with 112 additions and 14 deletions

View file

@ -27,6 +27,8 @@ private slots:
void pixmapUpdated();
signals:
void hovered(AbstractCardItem *card);
void showCardInfoPopup(QPoint pos, QString cardName);
void deleteCardInfoPopup();
public:
enum { Type = typeCard };
int type() const { return Type; }