def keyPressEvent(self, event): '''Use enter key to send''' if event.key() == Qt.Key_Return: self.send()