Откл-е запр-в на EditorTrainees EditorInstructors

This commit is contained in:
2026-01-22 16:42:03 +03:00
parent ebbfc484b4
commit a43a547631
7 changed files with 105 additions and 37 deletions

View File

@@ -29,6 +29,8 @@ protected:
public slots:
void slot_receiveMessage(ClientMessage clientMessage);
void slot_checkTryBlockResult(bool result, QString type);
public Q_SLOTS:
void on_btnEditorInstructors_clicked();
@@ -41,9 +43,13 @@ Q_SIGNALS:
private:
void updateButtons() override;
void dialog_EditorInstructors();
private:
DialogRedactorInstructors* dlgRedactor;
bool flTryEditorInstructors;
private:
Ui::ViewerInstructors *ui;
};