增加遥控器读取
This commit is contained in:
@@ -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
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user