摘要: 有时候一个功能特别耗时,容易卡主进程,这个时候就需要上异步操作了。 # Pro QT += concurrent # .h #ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include <QDebug> // 异步,qmake: QT + 阅读全文
posted @ 2025-06-03 16:33 十一的杂文录 阅读(44) 评论(0) 推荐(0)