mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Переименовал Диалог Авторизации
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user