Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Audio recorder with Qt 4.5. How to tell the recording loop to stop recording using pushbutton?

$
0
0
What is happening is that when started is called your infinite loop runs and “locks” the thread so it can’t start it’s own event loop. Are you doing any signal/slot communication from the process function ? If not, you should rather subclass QThread, reimplement run and put your infinite loop there.

Viewing all articles
Browse latest Browse all 4972

Trending Articles