class Worker : public QObject { Q_OBJECT QThread workerThread; public slots: void doWork(const QString ¶meter) { // ... ... start(); } ~ ...
確定! 回上一頁