我是QT的新手.我有一个类从小部件扩展,如:
class myclass: public Qwidget { Q_OBJECT public: void myfunction(int); slots: void myslot(int) { //Here I want to put myfunction into a thread } ... }
我不知道怎么做.请帮我.
qt multithreading
multithreading ×1
qt ×1