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 *BtnSave; |
46 QPushButton *btnSave; |
47 QLabel *labelGameStats; |
47 QLabel *labelGameStats; |
48 QLabel *labelGameWin; |
48 QLabel *labelGameWin; |
49 QLabel *labelGameRank; |
49 QLabel *labelGameRank; |
50 FitGraphicsView * graphic; |
50 FitGraphicsView * graphic; |
51 |
51 |
62 |
62 |
63 QMap<quint32, QVector<quint32> > healthPoints; |
63 QMap<quint32, QVector<quint32> > healthPoints; |
64 unsigned int playerPosition; |
64 unsigned int playerPosition; |
65 quint32 lastColor; |
65 quint32 lastColor; |
66 |
66 |
67 QPushButton *BtnBack; |
67 protected: |
|
68 QLayout * bodyLayoutDefinition(); |
|
69 QLayout * footerLayoutDefinition(); |
|
70 void connectSignals(); |
68 }; |
71 }; |
69 |
72 |
70 #endif // STATSPAGE_H |
73 #endif // STATSPAGE_H |