摘要: 需要 #include <QDialog> this->resize(500,400); this->setWindowTitle("主窗口"); QDialog d(this); d.resize(200,200); d.setWindowTitle("模态还是非模态"); d.exec();// 阅读全文
posted @ 2019-09-06 12:30 天子骄龙 阅读(2082) 评论(0) 推荐(0)