Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Gui 的 qt 中进行单元测试。它正确填写数据QLineEdit。问题是我无法自动关闭QMessageBox在经过测试的方法中调用的。我必须ok在测试应用程序中手动按下按钮。我该如何解决?
QLineEdit
QMessageBox
ok
谢谢