Переименовал Диалог Авторизации

This commit is contained in:
2025-11-06 17:19:43 +03:00
parent 2d1e17627b
commit da7363dfb5
9 changed files with 61 additions and 59 deletions

View File

@@ -2,7 +2,7 @@
#include <QThread>
#include "instructorsandtraineeswidget.h"
#include "ui_instructorsandtraineeswidget.h"
#include "dialogauthorizationinstructor.h"
#include "dialogauthorization.h"
#include "dialogsettings.h"
#include "specialmessagebox.h"
#include "hashtools.h"
@@ -299,7 +299,7 @@ void InstructorsAndTraineesWidget::slot_instructorSelected(int id_instructor)
bool InstructorsAndTraineesWidget::authorizationInstructorDialog(QWidget* parent)
{
DialogAuthorizationInstructor dlg(parent);
DialogAuthorization dlg(parent);
dlg.setWindowTitle(tr("Instructor authorization"));
dlg.setWindowFlags(dlg.windowFlags() & ~Qt::WindowContextHelpButtonHint);
dlg.setStyleSheet(this->styleSheet());