禁用QMainWindow中的X按钮

时间:2016-04-22 11:07:24

标签: c++ linux qt raspbian

我有一个QMainWindow窗口,显示倒计时10秒,并将使用system("sudo shutdown -P");关闭系统。当然我想使用setWindowFlags()禁用标题栏中的" X",Max-和minimizer按钮。 我使用了this->setWindowFlags(Qt::Window | Qt::CustomSizeWIndowHint | Qt::WindowSystemMenuHint),但不幸的是它没有用。

我已阅读thisthisthisthisthis问题以及我在我的系统上运行windowflags-example,即使这个例子也不起作用。 我有一个Raspberry Pi 2,使用Qt 4.8在Raspbian Jessie上编译和运行我的代码。

任何人都可以帮助我吗? 提前谢谢!

0 个答案:

没有答案