摘要: 文章目录[隐藏] 主窗体设置子窗体设置 主窗体设置 form = new Form(this); // 此处 this 为必须,目的是设置父窗体 form->show(); 子窗体设置 this->setWindowFlags(Qt::FramelessWindowHint | Qt::Dialog 阅读全文
posted @ 2019-11-01 00:30 不随。 阅读(37) 评论(0) 推荐(0)