Hello World / plɹoM ollǝH

Programmers Live in Vain

2017-10-07から1日間の記事一覧

QTimer.singleShotをサブスレッドで使うには

呼び出しスレッド側でexec関数をよんでイベントループを開始せよ QTimer Class | Qt 4.8 In multithreaded applications, you can use QTimer in any thread that has an event loop. To start an event loop from a non-GUI thread, use QThread::exec(). Q…