健康值修改为可以安装的方式

This commit is contained in:
hm
2021-01-09 12:20:44 +08:00
parent fb19ae76cb
commit f4863bfedc
8 changed files with 359 additions and 622 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ public:
void AllLabel(void);
void StateInstall(QString name, int key, state s, QVariant value);
void Install(QVariant name, int key, state s);
private slots:
@@ -53,7 +53,7 @@ private slots:
private:
Ui::HealthUI *ui;
QHash<int,QLabel*> LabelMap;
QMap<int,QLabel*> LabelMap;
};
#endif // HEALTHUI_H