Ejemplo n.º 1
0
Archivo: base.py Proyecto: Pyke75/ga
 def focusInEvent(self, event):
     """Reimplemented to handle focus"""
     self.emit(SIGNAL("focus_changed()"))
     self.emit(SIGNAL("focus_in()"))
     QPlainTextEdit.focusInEvent(self, event)
Ejemplo n.º 2
0
Archivo: base.py Proyecto: jsantoul/ga
 def focusInEvent(self, event):
     """Reimplemented to handle focus"""
     self.emit(SIGNAL("focus_changed()"))
     self.emit(SIGNAL("focus_in()"))
     QPlainTextEdit.focusInEvent(self, event)