msg.setWindowTitle("Pyqt5 Alert") msg.setText("Message box in Pyqt5!") msg.setIcon(QtWidgets.QMessageBox.Critical) msg.exec_().
確定! 回上一頁