this->showFullScreen();

this->setStatusBar(0);

     //this->setWindowFlags(Qt::CustomizeWindowHint);
      // this->setWindowFlags(Qt::FramelessWindowHint);
       //this->setWindowFlags( Qt::FramelessWindowHint | Qt::Tool | Qt::WindowStaysOnTopHint );
         //this->resize( QApplication::desktop()->size() );
         //this->setFocusPolicy( Qt::StrongFocus );
         //this->setAttribute(Qt::WA_QuitOnClose, true);
         //this->setWindowFlags(Qt::Popup);
         //this->setFocus();

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2021-06-24
  • 2021-11-15
  • 2021-12-18
猜你喜欢
  • 2021-07-23
  • 2021-08-27
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-12-06
相关资源
相似解决方案