修改伞舱
This commit is contained in:
+4
-4
@@ -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("伞舱关"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user