我有一个表格
的片段 path = <Defined here>
QMessageBox::StandardButton result = QMessageBox::No
if (condition that is true) {
result = QMessageBox::question(mainWindow(),"Title" ,i18n( "A path, "
"%1, is set in System Settings.\nWould you like to use that?"
, path ),QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes);
}
但我每次都会收到SIGSEGV错误。我尝试使用Qt Creator进行调试,这是最后一次调用,之后控件进入库。我不需要任何人解决这个bug。只是指出一切都可能出错。如果您需要回溯。