qt的信号与槽的疑问

摘要: #ifndef TEST_H #define TEST_H #include <QObject> #include <QDebug> #include <QThread> #include <unistd.h> class Child1 : public QObject { Q_OBJECT pub 阅读全文
posted @ 2021-11-04 09:43 平ping 阅读(52) 评论(0) 推荐(0)