MainWindow(); MainWindow(const MainWindow&); // 拷贝构造函数 MainWindow& operator= (const MainWindow&); // 赋值构造函数