You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: