QApplication a(argc, argv); MainWindow mainWindow; CentralWidget ... you have to set it as central widget using QMainWindow::setCentralWidget .
確定! 回上一頁