до изменения NEW_INSTRUCTOR

This commit is contained in:
krivoshein
2024-12-13 13:07:20 +03:00
parent 1c9e0510a9
commit 14148356e0
30 changed files with 484 additions and 352 deletions

View File

@@ -33,6 +33,8 @@ private Q_SLOTS:
private:
//void setCurrentGroup(int id);
//void setCurrentTrainee(int id);
bool verifyGroup(Group group);
bool verifyTrainee(Trainee trainee);
private:
Ui::EditorTrainees *ui;