点叉专题

QMessageBox弹出框在某些电脑上按钮不能点击只能点叉关闭弹出框

原有写法 QMessageBox::information(NULL, QString::fromUtf8("提示"), QString::fromUtf8("试题记录清除失败!"));   更改为 QMessageBox::information(this, QString::fromUtf8("提示"), QString::fromUtf8("试题记录清除失败!"));