mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
table grid improvement, unfinished
This commit is contained in:
parent
914261df11
commit
0d774b5d48
16 changed files with 231 additions and 289 deletions
|
|
@ -6,8 +6,9 @@
|
|||
class HandZone : public CardZone {
|
||||
private:
|
||||
QPixmap bgPixmap;
|
||||
int zoneHeight;
|
||||
public:
|
||||
HandZone(Player *_p, QGraphicsItem *parent = 0);
|
||||
HandZone(Player *_p, int _zoneHeight, QGraphicsItem *parent = 0);
|
||||
QRectF boundingRect() const;
|
||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
|
||||
void reorganizeCards();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue