Hy everybody

I have a litlle problem, I would like to lauch an extern scrip using QProcess, and I would like to have a timeout.

But I couldn't use the waitForTimeout() methode, I need to use the Signal/slot.

My question is, if it have a possibility to set a timeout to the QProcess without using the method waitForTimeout() ?

Thank's