Add AdminSPwd Dialog
This commit is contained in:
16
src/dialogs/AdminSPwdDialog.h
Normal file
16
src/dialogs/AdminSPwdDialog.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user