QTfrontend/pages.h
changeset 587 74db4115064a
parent 586 ecb6347dfeca
child 597 ec5f057ab268
equal deleted inserted replaced
586:ecb6347dfeca 587:74db4115064a
   213 	QPushButton *BtnTrainPage;
   213 	QPushButton *BtnTrainPage;
   214 	QPushButton *BtnBack;
   214 	QPushButton *BtnBack;
   215 	GameCFGWidget *gameCFG;
   215 	GameCFGWidget *gameCFG;
   216 };
   216 };
   217 
   217 
       
   218 class PageTraining : public QWidget
       
   219 {
       
   220 	Q_OBJECT
       
   221 
       
   222 public:
       
   223 	PageTraining(QWidget* parent = 0);
       
   224 
       
   225 	QPushButton *BtnStartTrain;
       
   226 	QPushButton *BtnBack;
       
   227 };
       
   228 
   218 
   229 
   219 #endif // PAGES_H
   230 #endif // PAGES_H