增加遥控器读取

This commit is contained in:
2025-10-10 23:10:21 +08:00
parent e7436bb288
commit ebc440d6d4
92 changed files with 111151 additions and 11136 deletions

View File

@@ -86,6 +86,7 @@ public:
QLabel *Lable_MainAlarm;
QScrollArea *scrollArea;
QWidget *scrollAreaWidgetContents;
QLabel *Label_VoiceWidget;
void setupUi(QWidget *P00_PublicPage)
{
@@ -1109,13 +1110,20 @@ public:
scrollArea = new QScrollArea(P00_PublicPage);
scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
scrollArea->setGeometry(QRect(0, 70, 1024, 576));
scrollArea->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
"border-image: url(:/Frames/Frames/Main.png);"));
scrollArea->setStyleSheet(QString::fromUtf8("background-image: url(:/Frames/null.png);\n"
"background-color: transparent;"));
scrollArea->setWidgetResizable(true);
scrollAreaWidgetContents = new QWidget();
scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
scrollAreaWidgetContents->setGeometry(QRect(0, 0, 1024, 576));
scrollAreaWidgetContents->setGeometry(QRect(0, 0, 1022, 574));
scrollArea->setWidget(scrollAreaWidgetContents);
Label_VoiceWidget = new QLabel(P00_PublicPage);
Label_VoiceWidget->setObjectName(QString::fromUtf8("Label_VoiceWidget"));
Label_VoiceWidget->setGeometry(QRect(32, 214, 960, 288));
Label_VoiceWidget->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/49.png);\n"
"font: 87 64pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
"color: rgb(255, 255, 0);"));
Label_VoiceWidget->setAlignment(Qt::AlignCenter);
Label_BorderImg->raise();
label->raise();
label_3->raise();
@@ -1149,6 +1157,7 @@ public:
But_Page_12->raise();
groupBox->raise();
scrollArea->raise();
Label_VoiceWidget->raise();
retranslateUi(P00_PublicPage);
@@ -1199,6 +1208,7 @@ public:
Num_MainAlarmNum->setText(QCoreApplication::translate("P00_PublicPage", "\345\205\261 25 \346\235\241 \347\254\254 32 \346\235\241:", nullptr));
Txt_AlarmCode->setText(QCoreApplication::translate("P00_PublicPage", "(FF88,FF88)", nullptr));
Lable_MainAlarm->setText(QCoreApplication::translate("P00_PublicPage", "\345\205\267\344\275\223\345\206\205\345\256\271", nullptr));
Label_VoiceWidget->setText(QCoreApplication::translate("P00_PublicPage", "\346\222\255\346\224\276\350\257\255\351\237\263\346\217\220\347\244\272", nullptr));
} // retranslateUi
};