PDA

View Full Version : How to start a game again after pushing "retry" pushbutton???Hi



mahsa
29th July 2012, 16:59
Hi
I was wondering what I should do inorder to begin my application again after pushing "retry" in a QMessageBox , I want my application to run again with default settings after pushing "retry" but I do not know how to manage it.:(
thanx guys for ur upcoming responses

amleto
29th July 2012, 23:18
have you seen QProcess? probably you should look at startDetached method.

mahsa
31st July 2012, 08:55
I tried it and it WORKED! thanx a lot for ur response:)