[new] 新增正则表达式和管理员密码输入

This commit is contained in:
xueyan hu
2021-12-20 18:08:32 +08:00
parent 6cf1a1b556
commit aefd4cd367
18 changed files with 629 additions and 779 deletions

View File

@@ -69,7 +69,9 @@ public:
void setServer(ServerType type, const host& list);
//for network manager
QString passWord();
void setPassword(const QString& pwd);
QString interfaceName();
void setInterfaceName(const QString& name);
@@ -103,11 +105,11 @@ private:
JsonObject();
~JsonObject();
void* json_root = nullptr;
bool m_bLoaded = false;
int counter;
QString tmp_psw;
};
#endif // JSONOBJECT_H