class Producer : public QObject { Q_OBJECT public slots: void produce() { ...emit produced(&data)...emit finished().. } signals:
確定! 回上一頁