它同样适用于在 QThread 的构造函数中构建的对象: class MyThread : public QThread { public: MyThread() { otherObj = new QObject; } private: ...
確定! 回上一頁