QTfrontend/ui_hwform.h
changeset 587 74db4115064a
parent 586 ecb6347dfeca
child 600 f6e5f4e122db
equal deleted inserted replaced
586:ecb6347dfeca 587:74db4115064a
    29 class PageNetChat;
    29 class PageNetChat;
    30 class PageNetGame;
    30 class PageNetGame;
    31 class PageInfo;
    31 class PageInfo;
    32 class PageGameStats;
    32 class PageGameStats;
    33 class PageSinglePlayer;
    33 class PageSinglePlayer;
       
    34 class PageTraining;
    34 class QStackedLayout;
    35 class QStackedLayout;
    35 class QFont;
    36 class QFont;
    36 class QWidget;
    37 class QWidget;
    37 class QMainWindow;
    38 class QMainWindow;
    38 
    39 
    51 	PageNetChat *pageNetChat;
    52 	PageNetChat *pageNetChat;
    52 	PageNetGame *pageNetGame;
    53 	PageNetGame *pageNetGame;
    53 	PageInfo *pageInfo;
    54 	PageInfo *pageInfo;
    54 	PageGameStats *pageGameStats;
    55 	PageGameStats *pageGameStats;
    55 	PageSinglePlayer *pageSinglePlayer;
    56 	PageSinglePlayer *pageSinglePlayer;
       
    57 	PageTraining *pageTraining;
    56 
    58 
    57 	QStackedLayout *Pages;
    59 	QStackedLayout *Pages;
    58 	QFont *font14;
    60 	QFont *font14;
    59 
    61 
    60 	void setupUi(QMainWindow *HWForm);
    62 	void setupUi(QMainWindow *HWForm);