增加遥控器读取

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

@@ -30,6 +30,7 @@ public:
QPushButton *But_Reduce;
QLabel *Label_Zoom;
QPushButton *But_Atlas_3;
QLabel *label;
void setupUi(QWidget *P10_IntelligentPage)
{
@@ -157,6 +158,18 @@ public:
" border-image: url(:/Button/Button/button_qing.png);\n"
"}\n"
""));
label = new QLabel(P10_IntelligentPage);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(0, 0, 1024, 576));
label->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Main.png);"));
label->raise();
scrollArea->raise();
But_Atlas_1->raise();
But_Magnify->raise();
But_Atlas_2->raise();
But_Reduce->raise();
Label_Zoom->raise();
But_Atlas_3->raise();
retranslateUi(P10_IntelligentPage);
@@ -173,6 +186,7 @@ public:
But_Reduce->setText(QString());
Label_Zoom->setText(QCoreApplication::translate("P10_IntelligentPage", "100 %", nullptr));
But_Atlas_3->setText(QCoreApplication::translate("P10_IntelligentPage", "\346\232\202\345\201\234", nullptr));
label->setText(QString());
} // retranslateUi
};