#禁止最大化按钮MainWindow.setWindowFlags(QtCore.Qt.WindowMinimizeButtonHint) #禁止拉伸窗口大小MainWindow.setFixedSize(MainWindow.width(), MainWindow.height());