Exemplo n.º 1
0
 def on_settings_textChanged(self):
     self.changes['settings'] = json.loads(self.settings.toPlainText())
Exemplo n.º 2
0
 def on_content_textChanged(self):
     self.changes['grammar'] = json.loads(self.content.toPlainText())