// 设置窗口属性即可this->setWindowFlags(this->windowFlags() | Qt::FramelessWindowHint);// Qt::FramelessWindowHint就是取消窗口边框及标题栏