equal
deleted
inserted
replaced
41 Q_OBJECT |
41 Q_OBJECT |
42 |
42 |
43 public: |
43 public: |
44 PageGameStats(QWidget* parent = 0); |
44 PageGameStats(QWidget* parent = 0); |
45 |
45 |
46 QPushButton *BtnBack; |
|
47 QPushButton *BtnSave; |
46 QPushButton *BtnSave; |
48 QLabel *labelGameStats; |
47 QLabel *labelGameStats; |
49 QLabel *labelGameWin; |
48 QLabel *labelGameWin; |
50 QLabel *labelGameRank; |
49 QLabel *labelGameRank; |
51 FitGraphicsView * graphic; |
50 FitGraphicsView * graphic; |
62 void AddStatText(const QString & msg); |
61 void AddStatText(const QString & msg); |
63 |
62 |
64 QMap<quint32, QVector<quint32> > healthPoints; |
63 QMap<quint32, QVector<quint32> > healthPoints; |
65 unsigned int playerPosition; |
64 unsigned int playerPosition; |
66 quint32 lastColor; |
65 quint32 lastColor; |
|
66 |
|
67 QPushButton *BtnBack; |
67 }; |
68 }; |
68 |
69 |
69 #endif // STATSPAGE_H |
70 #endif // STATSPAGE_H |