mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Авторизация Кнопка Login in
This commit is contained in:
@@ -16,6 +16,7 @@ public:
|
||||
explicit DialogAuthorizationInstructor(QWidget *parent = nullptr);
|
||||
~DialogAuthorizationInstructor();
|
||||
|
||||
public:
|
||||
QString getLogin()
|
||||
{
|
||||
return ui->editLogin->text();
|
||||
@@ -26,6 +27,9 @@ public:
|
||||
return ui->editPassword->text();
|
||||
}
|
||||
|
||||
private slots:
|
||||
void on_btnOK_clicked();
|
||||
|
||||
private:
|
||||
Ui::DialogAuthorizationInstructor *ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user