I am trying to change default datetime format for my entire application. What i was expecting is QDateTime static method that sets default string format. With no luck of course.
I also tried QLocale::setDefault, but there i am only able to choose country/language. (or i am missing something). Code refactoring and replacing QDateTime to string functions doesnt seam like a good idea.
What is the proper way to set custom global datetime format for application?