Open jokober opened 7 years ago
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
for me works method updated.connect: self.cfg = QSettingsManager() self.cfg.updated.connect(self.show_config) Its not in doc, but its in example.
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