修正健康值

This commit is contained in:
hm
2021-05-22 14:34:09 +08:00
parent 16c301c9a3
commit acedf673b5
8 changed files with 74 additions and 107 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ StatusUI::StatusUI(QWidget *parent) :
install(state,0,"投放状态",0);
//install(state,0,"脱离状态2",0);
install(state,0,"点火保险",0);
install(state,0,"火箭状态",0);
install(state,0,"加速度采集",0);
//install(state,0,"开伞状态",0);
@@ -196,7 +196,7 @@ void StatusUI::setValue(int group, int index, QString s)
}
bool StatusUI::addGroup(int index)//??
bool StatusUI::addGroup(int index)
{
bool flag = false;