TopLoginPwdRestDialog Class
重置密码对话框 More...
| Header: | #include <TopLoginPwdRestDialog> |
Public Functions
| TopLoginPwdRestDialog(QWidget *parent = nullptr) | |
| ~TopLoginPwdRestDialog() |
Public Slots
| void | setMultiPlantSync(const bool &iFlag) |
| void | setNonPasswordList(const QStringList &iNonPasswordLst) |
| void | setPwdLengthLimit(const int &iLength) |
| void | setPwdTypeCountLimit(const int &iCount) |
| void | setStrengthCheck(const bool &iFlag) |
| QString | ttr(const QString &iStr) |
Detailed Description
重置密码对话框
Member Function Documentation
TopLoginPwdRestDialog::TopLoginPwdRestDialog(QWidget *parent = nullptr)
Default constructs an instance of TopLoginPwdRestDialog.
TopLoginPwdRestDialog::~TopLoginPwdRestDialog()
Destroys the instance of TopLoginPwdRestDialog.
[slot] void TopLoginPwdRestDialog::setMultiPlantSync(const bool &iFlag)
设置是否支持多工厂同步
[slot] void TopLoginPwdRestDialog::setNonPasswordList(const QStringList &iNonPasswordLst)
设置不能用作密码的字符串列表
[slot] void TopLoginPwdRestDialog::setPwdLengthLimit(const int &iLength)
设置密码最小长度
[slot] void TopLoginPwdRestDialog::setPwdTypeCountLimit(const int &iCount)
设置密码最小种类(大写字母、小写字母、数字、特殊字符)
[slot] void TopLoginPwdRestDialog::setStrengthCheck(const bool &iFlag)
设置是否进行强度检查