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

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

@@ -63,7 +63,7 @@ void ViewerInstructors::on_btnEditorInstructors_clicked()
layout->addWidget(&editorInstructors);
dialog->setWindowTitle(tr("Editor of instructors"));
dialog->setMinimumSize(1600, 800);
dialog->setStyleSheet(this->styleSheet());
dialog->setWindowFlags(dialog->windowFlags() & ~Qt::WindowContextHelpButtonHint);
dialog->exec();
loadInstructorsFromDB();