Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handler does not work on Windows. Why? #20

Open
alimirzaei opened this issue Aug 8, 2017 · 3 comments
Open

Handler does not work on Windows. Why? #20

alimirzaei opened this issue Aug 8, 2017 · 3 comments
Assignees

Comments

@alimirzaei
Copy link

alimirzaei commented Aug 8, 2017

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?

@alimirzaei
Copy link
Author

ConfigManager works but QSettingManager does not work :)

@mfitzp
Copy link
Member

mfitzp commented Aug 13, 2017

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!

@alimirzaei
Copy link
Author

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.

@mfitzp mfitzp self-assigned this Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants