Open alimirzaei opened 7 years ago
ConfigManager works but QSettingManager does not work :)
Hi @alimirzaei when you say it doesn't work, what exactly happens?
There are complications with QSettings across different platforms, since e.g. on Windows these values can be stored via the registry, while other platforms have other mechanisms. There is a bit of hacking to convert values back to the correct type when reading.
Can you give examples of what problems you're having, and the exact version of Windows, 32 vs 64 bit, and some example source if possible. Thanks!
Handler does not work. I change the textbox but the value of config does not change. When I change QSettingManager to ConfigManager, It works properly.
I write a code using this module. It works properly on Linux but does not work on windows! How can I resolve this problem in windows?