首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
点叉专题
QMessageBox弹出框在某些电脑上按钮不能点击只能点叉关闭弹出框
原有写法 QMessageBox::information(NULL, QString::fromUtf8("提示"), QString::fromUtf8("试题记录清除失败!")); 更改为 QMessageBox::information(this, QString::fromUtf8("提示"), QString::fromUtf8("试题记录清除失败!"));
阅读更多...