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:
@@ -8,7 +8,6 @@
|
||||
#include "viewerinstructors.h"
|
||||
#include "messangerwidget.h"
|
||||
#include "doctaskswidget.h"
|
||||
#include "interfacedatabaselms.h"
|
||||
#include "connectortoserver.h"
|
||||
|
||||
Q_DECLARE_METATYPE(QList<Instructor>)
|
||||
@@ -41,6 +40,8 @@ public Q_SLOTS:
|
||||
//Слот обработки результата деавторизации
|
||||
void checkDeLoginResult(ServerDeAuthorization * serverDeAuth);
|
||||
|
||||
void slot_ConnectedToServer(bool state);
|
||||
|
||||
Q_SIGNALS:
|
||||
//сигнал об изменении языка интерфейса
|
||||
void signal_LanguageChanged(QString language);
|
||||
@@ -55,13 +56,13 @@ Q_SIGNALS:
|
||||
//сигнал об инициализации мессенджера
|
||||
void signal_InitMessanger(QList<Trainee> listTrainees);
|
||||
|
||||
|
||||
|
||||
private Q_SLOTS:
|
||||
void on_btnConnectionToDB_clicked();
|
||||
void on_btnConnectionToServer_clicked();
|
||||
void on_btnAuthorizationInstructor_clicked();
|
||||
void on_btnUpdateStyleSheet_clicked();
|
||||
|
||||
void on_btnQueryGetAllLists_clicked();
|
||||
|
||||
private:
|
||||
//Авторизация инструктора локальная
|
||||
bool authorizationInstructorDialog(QWidget* parent = nullptr);
|
||||
@@ -74,8 +75,6 @@ private:
|
||||
|
||||
ConnectorToServer* connectorToServer;
|
||||
|
||||
InterfaceDataBaseLMS* dbLMS;
|
||||
|
||||
ViewerTrainees* viewerTrainees;
|
||||
ViewerInstructors* viewerInstructors;
|
||||
MessangerWidget* messangerWidget;
|
||||
|
||||
Reference in New Issue
Block a user