Авторизация Кнопка Login in

This commit is contained in:
2025-09-15 12:45:53 +03:00
parent 762437a908
commit 8c3e636d27
4 changed files with 36 additions and 47 deletions

View File

@@ -17,3 +17,8 @@ DialogAuthorizationInstructor::~DialogAuthorizationInstructor()
{
delete ui;
}
void DialogAuthorizationInstructor::on_btnOK_clicked()
{
this->accept();
}