专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
//threadTest.h #ifndef THREADTEST_H #define THREADTEST_H #include <qthread.h> #include "test.h" class MyThread : public QThread { protected : virtual void run(); }; MyThread myThread; void Test::newSlot() { myThread.start(); } #endif //////////////////////////////// / [阅读全文] [PDF]
1 共1条 分1页