equal
deleted
inserted
replaced
43 class PagePlayDemo; |
43 class PagePlayDemo; |
44 class PageOptions; |
44 class PageOptions; |
45 class PageNet; |
45 class PageNet; |
46 class PageNetChat; |
46 class PageNetChat; |
47 class PageNetGame; |
47 class PageNetGame; |
|
48 class PageInfo; |
48 |
49 |
49 class Ui_HWForm |
50 class Ui_HWForm |
50 { |
51 { |
51 public: |
52 public: |
52 QWidget *centralWidget; |
53 QWidget *centralWidget; |
58 PagePlayDemo *pagePlayDemo; |
59 PagePlayDemo *pagePlayDemo; |
59 PageOptions *pageOptions; |
60 PageOptions *pageOptions; |
60 PageNet *pageNet; |
61 PageNet *pageNet; |
61 PageNetChat *pageNetChat; |
62 PageNetChat *pageNetChat; |
62 PageNetGame *pageNetGame; |
63 PageNetGame *pageNetGame; |
|
64 PageInfo *pageInfo; |
63 |
65 |
64 QStackedLayout *Pages; |
66 QStackedLayout *Pages; |
65 QFont *font14; |
67 QFont *font14; |
66 |
68 |
67 void setupUi(QMainWindow *HWForm); |
69 void setupUi(QMainWindow *HWForm); |