예제 #1
0
파일: widgets.py 프로젝트: D3f0/prymatex
 def on_settings_textChanged(self):
     self.changes['settings'] = json.loads(self.settings.toPlainText())
예제 #2
0
파일: widgets.py 프로젝트: D3f0/prymatex
 def on_content_textChanged(self):
     self.changes['grammar'] = json.loads(self.content.toPlainText())