[Qt] 去除窗体右上角的问号

this->setWindowFlags(windowFlags()&~Qt::WindowContextHelpButtonHint);
原文地址:https://www.cnblogs.com/liujx2019/p/10600336.html