增加遥控器读取
This commit is contained in:
@@ -20,6 +20,7 @@ class Ui_P07_CylinderPage
|
||||
{
|
||||
public:
|
||||
QLabel *label;
|
||||
QLabel *label_29;
|
||||
|
||||
void setupUi(QWidget *P07_CylinderPage)
|
||||
{
|
||||
@@ -33,6 +34,14 @@ public:
|
||||
label->setStyleSheet(QString::fromUtf8("font: 87 48pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||||
"color: rgb(0, 255, 0);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_29 = new QLabel(P07_CylinderPage);
|
||||
label_29->setObjectName(QString::fromUtf8("label_29"));
|
||||
label_29->setGeometry(QRect(0, 0, 1024, 576));
|
||||
label_29->setMinimumSize(QSize(1024, 576));
|
||||
label_29->setMaximumSize(QSize(1024, 576));
|
||||
label_29->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Main.png);"));
|
||||
label_29->raise();
|
||||
label->raise();
|
||||
|
||||
retranslateUi(P07_CylinderPage);
|
||||
|
||||
@@ -43,6 +52,7 @@ public:
|
||||
{
|
||||
P07_CylinderPage->setWindowTitle(QCoreApplication::translate("P07_CylinderPage", "Form", nullptr));
|
||||
label->setText(QCoreApplication::translate("P07_CylinderPage", "\345\244\207\347\224\250\347\224\265\346\234\272\344\270\272\346\266\262\345\216\213\346\216\247\345\210\266", nullptr));
|
||||
label_29->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user