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; |
52 FitGraphicsView * graphic; |
53 FitGraphicsView * graphic; |
53 |
54 |
54 public slots: |
55 public slots: |
55 void GameStats(char type, const QString & info); |
56 void GameStats(char type, const QString & info); |
56 void clear(); |
57 void clear(); |