アットウィキロゴ

Qt Tips

QThreadのサブクラスを作成。 virtual void run(); を実装。

XXThread* thread = new XXThread;
thread->start();

thread->wait(); でスレッドの終了を待つ。

最終更新:2008年12月22日 14:01