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

Is it possible to receive a signal when configurations got updated? #19

Open
jokober opened this issue Mar 15, 2017 · 1 comment
Open
Assignees

Comments

@jokober
Copy link

jokober commented Mar 15, 2017

Hi, I want to save the dict to a database as soon as a value in the dict changed. To do so I need to know when the config dict changed. Is there any way to get a pyqtsignal?

Cheers

@mfitzp mfitzp self-assigned this Oct 25, 2017
@lamasek
Copy link

lamasek commented Jul 27, 2023

for me works method updated.connect:
self.cfg = QSettingsManager()
self.cfg.updated.connect(self.show_config)
Its not in doc, but its in example.

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

3 participants