// 设置窗口样式为无边框 setWindowFlags(this->windowFlags() | Qt::FramelessWindowHint); // 或者 Qt5.9以后 setWindowFlag(Qt::FramelessWindowHint, true);