mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact
This commit is contained in:
@@ -65,7 +65,7 @@ public Q_SLOTS:
|
||||
|
||||
void slot_AnswerDocsChanged();
|
||||
|
||||
void slot_ConnectToServer();
|
||||
void slot_TryConnectToServer();
|
||||
|
||||
Q_SIGNALS:
|
||||
//сигнал смены языка
|
||||
@@ -79,19 +79,15 @@ private Q_SLOTS:
|
||||
void on_btnSettings_clicked();
|
||||
void on_btnEditorTrainees_clicked();
|
||||
void on_btnEditorInstructors_clicked();
|
||||
|
||||
void on_btnPersonalCard_clicked();
|
||||
|
||||
void on_btnTasksCommon_clicked();
|
||||
|
||||
private:
|
||||
//Авторизация инструктора локальная (на ГУИ)
|
||||
bool authorizationInstructorDialog(QWidget* parent = nullptr);
|
||||
bool deAuthorizationInstructor(QString login);
|
||||
bool authorizationIsCompleted();
|
||||
void updateLabelLoggedInInstructor(QString login, QString name);
|
||||
void updateLabelServer();
|
||||
|
||||
void setLanguageInterfase();
|
||||
|
||||
private:
|
||||
@@ -113,6 +109,8 @@ private:
|
||||
QString nameInstructorLoggedInLocal;
|
||||
QString idInstructorLoggedInLocal;
|
||||
|
||||
Instructor instructorLoggedInLocal;
|
||||
|
||||
QTranslator qtLanguageTranslator;
|
||||
QString language;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user