赞
踩
this->setWindowFlags(Qt::FramelessWindowHint); //去除标题框
this->setWindowFlags(Qt::WindowStaysOnTopHint); //窗口置顶
this->setAttribute(Qt::WA_ShowModal, true); //窗口模态
this->setAttribute(Qt::WA_TranslucentBackground); //窗体透明
setAttribute(Qt::WA_DeleteOnClose); //窗体关闭时销毁
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。