QTfrontend/ui_hwform.h
changeset 2515 51d3f4b6293a
parent 1950 09ad18a1be11
child 2948 3f21a9dc93d0
equal deleted inserted replaced
2514:df9d0728c5bb 2515:51d3f4b6293a
    41 class PageNetType;
    41 class PageNetType;
    42 class QStackedLayout;
    42 class QStackedLayout;
    43 class QFont;
    43 class QFont;
    44 class QWidget;
    44 class QWidget;
    45 class QMainWindow;
    45 class QMainWindow;
       
    46 class HWForm;
    46 
    47 
    47 class Ui_HWForm
    48 class Ui_HWForm
    48 {
    49 {
    49 public:
    50 public:
    50 	QWidget *centralWidget;
    51 	QWidget *centralWidget;
    71 	PageNetType *pageNetType;
    72 	PageNetType *pageNetType;
    72 
    73 
    73 	QStackedLayout *Pages;
    74 	QStackedLayout *Pages;
    74 	QFont *font14;
    75 	QFont *font14;
    75 
    76 
    76 	void setupUi(QMainWindow *HWForm);
    77 	void setupUi(HWForm *HWForm);
    77 	void SetupFonts();
    78 	void SetupFonts();
    78 	void SetupPages(QWidget *Parent);
    79 	void SetupPages(QWidget *Parent, HWForm *HWForm);
    79 	void SetupPageNetChat(QWidget *Parent);
    80 	void SetupPageNetChat(QWidget *Parent);
    80 	void SetupPageNetGame(QWidget *Parent);
    81 	void SetupPageNetGame(QWidget *Parent);
    81 };
    82 };
    82 
    83 
    83 #endif // UI_HWFORM_H
    84 #endif // UI_HWFORM_H