I'm trying to change the the locale for my app, in order to show correctly the date and to have consistent decimal symbol. I've tried to use QLocale::setDefault(QLocale::English, QLocale::UnitedStates) but I get "no matching function" error. What am I missing? Or is there a better way to do it?
Thanks![]()

Reply With Quote


