feat: add login by enter and return button

This commit is contained in:
semenov
2024-09-30 12:41:23 +03:00
parent b098c32f14
commit 63df783cc0
7 changed files with 18 additions and 0 deletions

View File

@@ -104,5 +104,8 @@ private:
void loadStaticData();
void bindClient();
void createObjects();
protected:
virtual void keyPressEvent(QKeyEvent *event);
};
#endif // MAINWINDOW_H