修改画面载入逻辑(未成功)

This commit is contained in:
2025-09-30 17:42:22 +08:00
parent 64831f1e40
commit faf921afc7
77 changed files with 8687 additions and 937 deletions

View File

@@ -481,7 +481,7 @@ public:
"QProgressBar::chunk {\n"
" background-color: #05B8CC;\n"
"}"));
PB_OilTemp->setMaximum(150);
PB_OilTemp->setMaximum(1500);
PB_OilTemp->setValue(24);
LCD_OilLevel = new QLCDNumber(P301_PumpPage);
LCD_OilLevel->setObjectName(QString::fromUtf8("LCD_OilLevel"));
@@ -512,7 +512,8 @@ public:
"QProgressBar::chunk {\n"
" background-color: #05B8CC;\n"
"}"));
PB_OilLevel->setMaximum(150);
PB_OilLevel->setMinimum(0);
PB_OilLevel->setMaximum(1000);
PB_OilLevel->setValue(24);
Label_Main = new QLabel(P301_PumpPage);
Label_Main->setObjectName(QString::fromUtf8("Label_Main"));