class ServerForm : public BaseForm { Q_OBJECT ... private: ... Ui::ServerForm m_ui; }; 这个地方为什么可以这样用?这个和前向声明什么关系?Ui::ServerForm m_ui;