Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのオブジェクトを親として(オブジェクトが生きている間スレッドを生き続けるため)子(スレッドQObject)で(オブジェクト)を作成したかったのですが、この場合、スレッドを開始するシグナルが機能しません。QThreadobject.moveToThread(thread)
QObject
QThread
object.moveToThread(thread)
単に:
どうしたの?
[編集]:コメントのために私の最初の答えを捨てる
たぶん、次のようにします。
次に、オブジェクトを削除すると、deleted()が発行され、スレッドが停止します。スレッドは、deleteLater()スロットを呼び出すfinished()を発行します。