Авторизация Кнопка Login in

This commit is contained in:
2025-09-15 12:45:53 +03:00
parent 762437a908
commit 8c3e636d27
4 changed files with 36 additions and 47 deletions

View File

@@ -289,6 +289,7 @@ bool InstructorsAndTraineesWidget::authorizationInstructorDialog(QWidget* parent
DialogAuthorizationInstructor dlg(parent);
dlg.setWindowTitle(tr("Instructor authorization"));
dlg.setWindowFlags(dlg.windowFlags() & ~Qt::WindowContextHelpButtonHint);
dlg.setStyleSheet(this->styleSheet());
do
{