QT怎样让对话框除去标题栏和边框

2025-03-19 07:46:49
推荐回答(1个)
回答1:

设置windows的flag就可以了
this->setWindowFlags(this->windowFlags() | Qt::FramelessWindowHint);