j'ai utiliser process.start comme suit:
mais j'ai ce message d'erreur :Code:
1
2
3
4
5
6 QProcess pro; QString prog = "tidy"; QStringList arg; arg << "-f errs.txt -o page.xml -asxml page.html"; pro.start(prog, arg);
QProcess: Destroyed while process is still running.
ou le probleme de ce code???