mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Индикация блокировки Сервера на ГУИ
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user