修改伞舱

This commit is contained in:
hm
2021-06-30 12:31:27 +08:00
parent 9b91174fdc
commit 155b7dc87c
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1454,13 +1454,13 @@ void MainWindow::updateUI()//事件驱动式更新数据
if(getBit(enable,6))//从0开始,获取第6位
{
healthui->setState(27,HealthUI::state::failure);//伞
healthui->setValueState(27,tr(""));
healthui->setState(27,HealthUI::state::failure);//伞
healthui->setValueState(27,tr(""));
}
else
{
healthui->setState(27,HealthUI::state::success);//伞
healthui->setValueState(27,tr(""));
healthui->setState(27,HealthUI::state::success);//伞
healthui->setValueState(27,tr(""));
}