PDA

View Full Version : fire and forget way for QProcess



qt_gotcha
17th August 2010, 09:05
don't know the correct term: I want to open a an exe with Qprocess and then in my app the Qprocess can finish but the called app stays open. Some way of detaching the process
thanks

qt_gotcha
17th August 2010, 09:17
sorry: startDetached ;-)

franku
17th August 2010, 19:42
You may want to write a daemon ?