mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
some gui code
This commit is contained in:
parent
cb9a2bf23a
commit
77f5ec29eb
37 changed files with 260 additions and 282 deletions
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <QGraphicsWidget>
|
||||
|
||||
class CardDatabase;
|
||||
class ZoneViewWidget;
|
||||
class ZoneViewZone;
|
||||
class Player;
|
||||
|
|
@ -14,9 +13,8 @@ signals:
|
|||
void sizeChanged();
|
||||
private:
|
||||
QList<ZoneViewWidget *> views;
|
||||
CardDatabase *db;
|
||||
public:
|
||||
ZoneViewLayout(CardDatabase *_db, QGraphicsItem *parent = 0);
|
||||
ZoneViewLayout(QGraphicsItem *parent = 0);
|
||||
void retranslateUi();
|
||||
public slots:
|
||||
void toggleZoneView(Player *player, const QString &zoneName, int numberCards = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue