初識Qt窗口界面 1、新建一個新的Qt Gui應用,項目名稱隨意,例如MyMainWindow,基類選擇QMainWindow,類名為MainWindow。 2、項目建立后,雙擊mainwindow.ui文件,在界面 ...