mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 10:03:55 -07:00
improved appearance
This commit is contained in:
parent
8782438fcc
commit
6e94221112
20 changed files with 158 additions and 77 deletions
|
|
@ -6,7 +6,7 @@
|
|||
class LibraryZone : public CardZone {
|
||||
private:
|
||||
public:
|
||||
LibraryZone(Player *_p);
|
||||
LibraryZone(Player *_p, QGraphicsItem *parent = 0);
|
||||
QRectF boundingRect() const;
|
||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
|
||||
void addCard(CardItem *card, bool reorganize = true, int x = 0, int y = -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue