feat: add new states

This commit is contained in:
semenov
2025-12-17 16:18:14 +03:00
parent 9e202f8e5d
commit 4e15a439ee
17 changed files with 96 additions and 26625 deletions

View File

@@ -31,7 +31,6 @@ public:
void addWidgetToInteractiveGroup(EntryWidget *entryWidget);
void setLoadSettings(Settings *serverSettings);
void setLoginSuccessState();
void setLoginFailedState();
void setClientVersionName(const QString &versionName);
void loadToServer();
@@ -47,9 +46,11 @@ public:
void showOfflineButton(bool flag);
void setStartOfflineButton(bool isAvailable);
void setStartState();
void serverBlocked();
void serverNotifyShow(QString text, int durationMS = 3000);
void showError(ErrorsEnum errorNum);
QHBoxLayout *getDisplayLayout() const;
void serverBlockedState();
public slots:
void slotShowUpdateInfo();
void slotConnectionState(bool flag);