在屏幕中間顯示QMainWindow

沒有直接的方法,使用move函數  
  
    const QRect screen = QApplication::desktop()->screenGeometry();

    this->move( screen.center() - this->rect().center() );
相關文章
相關標籤/搜索