Qt 全屏显示 关闭子窗口出现闪烁

besopken  = new BeSoken(this);//记得要加this

将besopken->showfullScreen()换成如下代码:
besopken->setGeometry(0,0,QApplication::desktop()->width,QApplication::desktop->height);
besopken->show();

 

你可能感兴趣的:(qt)