class testclass { public slots: void DoSomthing(); } testclass::testclass() { QThread thread = new QThread (); connect(thread , SIGNAL(started()) ...
確定! 回上一頁