摘要: 当使用 MainWindow w; w.show(); 不显示窗口时 变更为: MainWindow *w=new MainWindow(); w->show(); 阅读全文
posted @ 2022-12-06 09:49 迷海 阅读(1038) 评论(0) 推荐(0)