Вывел все окна в свои диалоги

This commit is contained in:
2025-09-18 13:26:22 +03:00
parent a2cd5280bd
commit 8bb54cb56c
17 changed files with 166 additions and 51 deletions

View File

@@ -2,6 +2,7 @@
#define INSTRUCTORSWIDGET_H
#include "instructorsview.h"
#include "dialogredactorinstructors.h"
namespace Ui {
class ViewerInstructors;
@@ -43,7 +44,7 @@ private:
void updateButtons() override;
private:
QDialog* dlgEditor;
DialogRedactorInstructors* dlgRedactor;
private:
Ui::ViewerInstructors *ui;