class Thread:public QThread {. Q_OBJECT public: Thread(QObject* parent=0):QThread(parent){}. public slots: void slot() { ...
確定! 回上一頁