equal
deleted
inserted
replaced
47 QPushButton *btnRestart; |
47 QPushButton *btnRestart; |
48 QLabel *mainNote; |
48 QLabel *mainNote; |
49 QLabel *labelGameStats; |
49 QLabel *labelGameStats; |
50 QLabel *labelGameWin; |
50 QLabel *labelGameWin; |
51 QLabel *labelGameRank; |
51 QLabel *labelGameRank; |
|
52 QLabel *labelGraphTitle; |
|
53 QString kindOfPoints; |
52 FitGraphicsView * graphic; |
54 FitGraphicsView * graphic; |
53 |
55 |
54 public slots: |
56 public slots: |
55 void GameStats(char type, const QString & info); |
57 void GameStats(char type, const QString & info); |
56 void clear(); |
58 void clear(); |
65 void AddStatText(const QString & msg); |
67 void AddStatText(const QString & msg); |
66 |
68 |
67 QMap<quint32, QVector<quint32> > healthPoints; |
69 QMap<quint32, QVector<quint32> > healthPoints; |
68 unsigned int playerPosition; |
70 unsigned int playerPosition; |
69 quint32 lastColor; |
71 quint32 lastColor; |
|
72 bool defaultGraphTitle; |
70 |
73 |
71 protected: |
74 protected: |
72 QLayout * bodyLayoutDefinition(); |
75 QLayout * bodyLayoutDefinition(); |
73 QLayout * footerLayoutDefinition(); |
76 QLayout * footerLayoutDefinition(); |
74 void connectSignals(); |
77 void connectSignals(); |