mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Изменение пароля
This commit is contained in:
22
InstructorsAndTrainees/dialognewpassword.h
Normal file
22
InstructorsAndTrainees/dialognewpassword.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef DIALOGNEWPASSWORD_H
|
||||
#define DIALOGNEWPASSWORD_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class DialogNewPassword;
|
||||
}
|
||||
|
||||
class DialogNewPassword : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DialogNewPassword(QWidget *parent = nullptr);
|
||||
~DialogNewPassword();
|
||||
|
||||
private:
|
||||
Ui::DialogNewPassword *ui;
|
||||
};
|
||||
|
||||
#endif // DIALOGNEWPASSWORD_H
|
||||
Reference in New Issue
Block a user