implementing #36 tooltip over players nickname and rating function (thx to drull for this patch)

This commit is contained in:
doitux
2011-01-31 23:53:52 +00:00
parent e55e39a979
commit ca25c35b94
10 changed files with 1212 additions and 27 deletions
+4
View File
@@ -71,6 +71,7 @@ public:
void setSpeeds();
signals:
void signalInitGui(int speed);
@@ -367,11 +368,13 @@ private:
MyNameLabel *playerNameLabelArray[MAX_NUMBER_OF_PLAYERS];
MyAvatarLabel *playerAvatarLabelArray[MAX_NUMBER_OF_PLAYERS];
MyTimeoutLabel *timeoutLabelArray[MAX_NUMBER_OF_PLAYERS];
QLabel *playerStarsArray[6][MAX_NUMBER_OF_PLAYERS];
QGroupBox *groupBoxArray[MAX_NUMBER_OF_PLAYERS];
MyCardsPixmapLabel *boardCardsArray[5];
MyCardsPixmapLabel *holeCardsArray[MAX_NUMBER_OF_PLAYERS][2];
QLabel *playerTipLabelArray[MAX_NUMBER_OF_PLAYERS];
QPixmap flipside;
// Dialogs
@@ -447,6 +450,7 @@ private:
QString TurnString;
QString RiverString;
friend class MyAvatarLabel;
friend class GuiWrapper;
};