关于QT窗口

来源:互联网 发布:万方—中国机构数据库 编辑:程序博客网 时间:2024/06/07 03:57

1.去掉窗口的关闭、最大化、最小化按钮
this->setWindowFlags(Qt::WindowSystemMenuHint);//只剩下关闭按钮
this->setWindowFlags(Qt::FramelessWindowHint);//无边框无按钮
this->setAttribute(Qt::WA_TranslucentBackground,true);//窗口背景透明

0 0
原创粉丝点击