.
I was just hoping that someone that knows well QThread would help me to
understand.
François
De : André Somers
À : interest@qt-project.org
Envoyé le : Vendredi 21 juin 2013 14h12
Objet : Re: [Interest] Terminating a QThread
Op 21-6-2013 10:06, francois
1, 2013 at 1:36 PM, francois cellier wrote:
>
>Dear all,
>>
>>Even if I know that it can be dangerous to terminate a thread, I need to do
>>it for my application.
>>The function that run into the thread is like a long linear sequence of code
>>that has not
Dear all,
Even if I know that it can be dangerous to terminate a thread, I need to do it
for my application.
The function that run into the thread is like a long linear sequence of code
that has not been designed in a signal/slot way. Moreover, in my thread, I need
an eventloop as I use in it s