before interface 13.11.2024

This commit is contained in:
krivoshein
2024-11-13 09:54:35 +03:00
parent f4ca58ce91
commit 61aaac2b1c
62 changed files with 1233 additions and 1047 deletions

View File

@@ -7,6 +7,7 @@
#include "databaseinstructors.h"
#include "viewertrainees.h"
#include "viewerinstructors.h"
#include "interfacedatabaselms.h"
namespace Ui {
class InstructorsAndTraineesWidget;
@@ -23,7 +24,7 @@ public:
public:
//Авторизация инструктора локальная
bool authorizationInstructorLocal(QWidget* parent = nullptr);
bool authorizationCompleted();
bool authorizationIsCompleted();
//Авторизация обучаемого на клиенте
bool authorizationTrainee(QString login, QString password, QString classroom_name = QStringLiteral(""), QString computer_name = QStringLiteral(""));
@@ -45,7 +46,7 @@ private:
ViewerInstructors* m_viewerInstructors;
bool adminMode;
QString loginInstructorLoggedIn;
QString loginInstructorLoggedInLocal;
};
#endif // INSTRUCTORSANDTRAINEESWIDGET_H