摘要: 查看QDialog::exec的源码 int QDialog::exec() { Q_D(QDialog); if (d->eventLoop) { qWarning("QDialog::exec: Recursive call detected"); return -1; } bool delet 阅读全文
posted @ 2024-03-09 17:31 kelvin_yan 阅读(113) 评论(0) 推荐(0) 编辑