Индикация блокировки Сервера на ГУИ

This commit is contained in:
2026-01-21 17:29:00 +03:00
parent 2772c3aaba
commit 89d3d51c6b
9 changed files with 63 additions and 8 deletions

View File

@@ -82,6 +82,8 @@ public:
int getIdTraineeByLogin(QString login);
int getIdInstructorByLogin(QString login);
bool getServerBlockState() const;
private:
//Очистка списочной модели БД СУО
void clearListModelDB();
@@ -117,6 +119,8 @@ public slots:
void slot_NotifyVersionControl(QString text);
void slot_ServerBlockState(bool state);
signals:
void sigSetConnect(ServerSettings* serverSettings,QThread *thread);
void sigStopConnect();
@@ -159,6 +163,8 @@ signals:
void signal_NotifyVersionControl(QString text);
void signal_ServerBlockState(bool state);
private:
void initialize();
void bindConnection();
@@ -191,6 +197,8 @@ private:
bool fl_GetedOfflineMessages;
QString nameInstructorLoggedInLocal;
bool serverBlockState;
};
#endif // CONNECTORTOSERVER_H