--- a/QTfrontend/ui/page/pagegamestats.h Sun Jun 16 00:46:11 2013 +0400
+++ b/QTfrontend/ui/page/pagegamestats.h Mon Jun 17 16:56:58 2013 +0200
@@ -49,6 +49,8 @@
QLabel *labelGameStats;
QLabel *labelGameWin;
QLabel *labelGameRank;
+ QLabel *labelGraphTitle;
+ QString kindOfPoints;
FitGraphicsView * graphic;
public slots:
@@ -67,6 +69,7 @@
QMap<quint32, QVector<quint32> > healthPoints;
unsigned int playerPosition;
quint32 lastColor;
+ bool defaultGraphTitle;
protected:
QLayout * bodyLayoutDefinition();