1.) I would like to restart my QT4 application. Just a normal shutdown and start of the same application.
2.) Why? Well i need an Option to "reset" everything. To restart the application seems to be the easiest way to do this. The problem is, that there are a LOT of classes and everything. I dont have the time to put every setting of them back to standard, every textBox, Widget to clear... I Know application restart is not the best way, what do you think is there another way?
Thank You
you could delete the classes and create new ones in main() under the same QApplication