c++ - Qt QMessageBox Unit test -
c++ - Qt QMessageBox Unit test -
i'm trying unit tests in qt of gui. fills correctly info in qlinedit etc... problem cannot close automatically messagebox called in method tested. have force ok button manually in test app. how can solve it?
thank you
c++ qt testing qmessagebox
Comments
Post a Comment