//背景透明
this->setAttribute(Qt::WA_TranslucentBackground);
//无边框
this->setWindowFlags(Qt::FramelessWindowHint);
未设置之前:
设置之后:
四、Qt界面设计之组件背景透明和无边框
阅读 105
2022-06-21
//背景透明
this->setAttribute(Qt::WA_TranslucentBackground);
//无边框
this->setWindowFlags(Qt::FramelessWindowHint);
未设置之前:
设置之后:
相关推荐
精彩评论(0)