增加遥控器读取
This commit is contained in:
@@ -20,18 +20,28 @@ class Ui_P16_SettingPage
|
||||
{
|
||||
public:
|
||||
QLabel *label;
|
||||
QLabel *label_29;
|
||||
|
||||
void setupUi(QWidget *P16_SettingPage)
|
||||
{
|
||||
if (P16_SettingPage->objectName().isEmpty())
|
||||
P16_SettingPage->setObjectName(QString::fromUtf8("P16_SettingPage"));
|
||||
P16_SettingPage->resize(1024, 576);
|
||||
P16_SettingPage->setMinimumSize(QSize(1024, 576));
|
||||
label = new QLabel(P16_SettingPage);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 1024, 90));
|
||||
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(P16_SettingPage);
|
||||
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(P16_SettingPage);
|
||||
|
||||
@@ -42,6 +52,7 @@ public:
|
||||
{
|
||||
P16_SettingPage->setWindowTitle(QCoreApplication::translate("P16_SettingPage", "Form", nullptr));
|
||||
label->setText(QCoreApplication::translate("P16_SettingPage", "\346\210\221\346\230\257\347\254\254 16 \351\241\265", nullptr));
|
||||
label_29->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user