0
点赞
收藏
分享

微信扫一扫

四、Qt界面设计之组件背景透明和无边框

AbrahamW 2022-06-21 阅读 77
//背景透明
this->setAttribute(Qt::WA_TranslucentBackground);
//无边框
this->setWindowFlags(Qt::FramelessWindowHint);

未设置之前:
四、Qt界面设计之组件背景透明和无边框_背景透明
设置之后:
四、Qt界面设计之组件背景透明和无边框_无边框_02


举报

相关推荐

0 条评论