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:
@@ -55,7 +55,6 @@ public Q_SLOTS:
|
||||
void checkDeLoginResult(ServerDeAuthorization * serverDeAuth);
|
||||
|
||||
void slot_ConnectedToServer(bool state);
|
||||
void slot_currentItemChanged();
|
||||
|
||||
Q_SIGNALS:
|
||||
//Слот смены языка
|
||||
@@ -65,19 +64,12 @@ Q_SIGNALS:
|
||||
//сигнал о блокировке авторизации
|
||||
void signal_BlockAutorization(bool block);
|
||||
|
||||
void signal_AssignTaskAMMtoTrainee();
|
||||
void signal_AssignTaskFIMtoTrainee();
|
||||
|
||||
private Q_SLOTS:
|
||||
void on_btnConnectionToServer_clicked();
|
||||
void on_btnAuthorizationInstructor_clicked();
|
||||
|
||||
void on_btnSetVersion_clicked();
|
||||
|
||||
void on_btnAssignTask_clicked();
|
||||
|
||||
void on_tabWidget_currentChanged(int index);
|
||||
|
||||
void on_btnSettings_clicked();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user