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:
@@ -492,6 +492,7 @@ bool EditorTrainees::verifyTrainee(Trainee trainee)
|
||||
bool EditorTrainees::editGroup(Group group, Group *group_edit)
|
||||
{
|
||||
DialogEditGroup dlg(this);
|
||||
dlg.setWindowFlags(dlg.windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
dlg.setGroup(group);
|
||||
|
||||
@@ -522,6 +523,7 @@ bool EditorTrainees::editGroup(Group group, Group *group_edit)
|
||||
bool EditorTrainees::editTrainee(Trainee trainee, Trainee *trainee_edit)
|
||||
{
|
||||
DialogEditTrainee dlg(this);
|
||||
dlg.setWindowFlags(dlg.windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
dlg.setTrainee(trainee);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user