This commit is contained in:
brukie 2009-06-03 16:39:50 +02:00
parent 04072b02d1
commit 86097d29b6
2 changed files with 9 additions and 6 deletions

View file

@ -11,7 +11,8 @@ class CardInfoWidget : public QFrame {
Q_OBJECT
private:
CardDatabase *db;
double aspectratio;
static const int pixmapWidth = 180;
int pixmapHeight;
QLabel *cardPicture;
QLabel *nameLabel1, *nameLabel2;