不應該使用:
this->showFullScreen();
或
this->showMaximized();
而應該使用:
this->setGeometry(QApplication::desktop()->availableGeometry());