pyqtconfig icon indicating copy to clipboard operation
pyqtconfig copied to clipboard

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

Open jokober opened this issue 8 years ago • 1 comments

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

jokober avatar Mar 15 '17 14:03 jokober

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

lamasek avatar Jul 27 '23 23:07 lamasek