记得导入包,其他按键可类比

def keyPressEvent(self, event):
  if event.key() == QtCore.Qt.Key_Enter:
    self.slotLogin()