Убрал кнопки Справка из диалогов ГУИ

This commit is contained in:
2025-09-15 11:54:51 +03:00
parent 908430fd24
commit 762437a908
10 changed files with 27 additions and 15 deletions

View File

@@ -311,6 +311,7 @@ bool EditorInstructors::verifyInstructor(Instructor instructor)
bool EditorInstructors::editInstructor(Instructor instructor, Instructor* instructor_edit)
{
DialogEditInstructor dlg(this);
dlg.setWindowFlags(dlg.windowFlags() & ~Qt::WindowContextHelpButtonHint);
dlg.setInstructor(instructor);