Files
GUI/src/dialogs/AdminSPwdDialog.h

17 lines
460 B
C
Raw Normal View History

2023-09-11 16:23:59 +08:00
#ifndef CF2CD71D_5155_4FC5_B382_331CBD884F97
#define CF2CD71D_5155_4FC5_B382_331CBD884F97
#include "GUIFormBaseDialog.h"
class AdminSPwdDialog :public GUIFormBaseDialog{
Q_OBJECT
public:
explicit AdminSPwdDialog(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
~AdminSPwdDialog() override = default;
protected:
bool updateReferenceData() override{return true;}
private:
};
#endif /* CF2CD71D_5155_4FC5_B382_331CBD884F97 */