i just asking myself how to restart my own qt application?
Can somebody please show me an example?
To restart application, try:
#include #include ... // restart: qApp->quit(); QProcess::startDetached(qApp->arguments()[0], qApp->arguments());