摘要: this->resize(500,400); this->setWindowTitle("主窗口"); QLabel* label=new QLabel("标签",this); label->setAttribute(Qt::WA_DeleteOnClose,true); //使控件在接受close 阅读全文
posted @ 2020-10-18 16:51 天子骄龙 阅读(6326) 评论(0) 推荐(0)