This commit is contained in:
doitux
2007-01-28 01:28:19 +00:00
parent bb90e6a0bf
commit 09c6d95eae
7 changed files with 2233 additions and 2204 deletions
+4 -2
View File
@@ -36,6 +36,8 @@ class BoardInterface;
class HandInterface;
class PlayerInterface;
class MyCardsPixmapLabel;
class QColor;
@@ -201,8 +203,8 @@ private:
QLabel *setLabelArray[5];
QLabel *actionLabelArray[5];
QGroupBox *groupBoxArray[5];
QLabel *boardCardsArray[5];
QLabel *holeCardsArray[5][2];
MyCardsPixmapLabel *boardCardsArray[5];
MyCardsPixmapLabel *holeCardsArray[5][2];
int maxQuantityPlayers;