有时候qt工程的开发需要去除窗口右上角自带的最大化、最小化和关闭按钮。
this->setWindowFlags(Qt::Dialog|Qt::FramelessWindowHint);
this->setWindowFlags(Qt::Dialog);