QTfrontend/pages.h
changeset 306 7b61834edcf6
parent 297 279e10ec31b4
child 307 96b428ac11f2
equal deleted inserted replaced
305:1c1cd66ffcdc 306:7b61834edcf6
   199 
   199 
   200 	QPushButton *BtnBack;
   200 	QPushButton *BtnBack;
   201 	About *about;
   201 	About *about;
   202 };
   202 };
   203 
   203 
       
   204 class PageGameStats : public QWidget
       
   205 {
       
   206 	Q_OBJECT
       
   207 
       
   208 public:
       
   209 	PageGameStats(QWidget* parent = 0);
       
   210 
       
   211 	QPushButton *BtnBack;
       
   212 	QLabel *labelGameResult;
       
   213 };
       
   214 
       
   215 
   204 #endif // PAGES_H
   216 #endif // PAGES_H