infoBox = QtGui.QMessageBox() ##Message Box that doesn't run infoBox.setIcon(QtGui.QMessageBox.Information) infoBox.setText("保存完成!") info...
確定! 回上一頁