mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: fix entryWidget button behaviour
This commit is contained in:
@@ -19,13 +19,14 @@ public:
|
||||
void settingsState();
|
||||
bool isLoginFieldsFill();
|
||||
ClientAutorization* getAuthData();
|
||||
void loginIsActive(bool flag);
|
||||
void showLoginWidget(bool flag);
|
||||
~EntryWidget();
|
||||
|
||||
void connectionEmptyState();
|
||||
void disconnectState();
|
||||
void fillSettings(ServerSettings *settings);
|
||||
ServerSettings *getServerSettings();
|
||||
void isActive(bool flag);
|
||||
bool getLoginWidgetIsHidden();
|
||||
|
||||
signals:
|
||||
void sigTryLogin();
|
||||
|
||||
Reference in New Issue
Block a user