From 155b7dc87cd906db3fdd67b412f558fb996c852e Mon Sep 17 00:00:00 2001 From: hm Date: Wed, 30 Jun 2021 12:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=9E=E8=88=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/HealthUI/HealthUI.ui | 2 +- App/mainwindow.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/App/HealthUI/HealthUI.ui b/App/HealthUI/HealthUI.ui index 5ade837..2974d8e 100644 --- a/App/HealthUI/HealthUI.ui +++ b/App/HealthUI/HealthUI.ui @@ -285,7 +285,7 @@ background-color: rgb(205, 205, 205); - 伞仓 + 伞舱 Qt::AlignCenter diff --git a/App/mainwindow.cpp b/App/mainwindow.cpp index 3e73883..37b2a71 100644 --- a/App/mainwindow.cpp +++ b/App/mainwindow.cpp @@ -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("伞舱关")); }