/******************************************************************************** ** Form generated from reading UI file 'MappingUI.ui' ** ** Created by: Qt User Interface Compiler version 5.9.9 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_MAPPINGUI_H #define UI_MAPPINGUI_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_MappingUI { public: QVBoxLayout *verticalLayout_2; QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout; QLabel *label_2; QLabel *label; QSpacerItem *horizontalSpacer; QGraphicsView *graphicsView; void setupUi(QWidget *MappingUI) { if (MappingUI->objectName().isEmpty()) MappingUI->setObjectName(QStringLiteral("MappingUI")); MappingUI->resize(1193, 899); verticalLayout_2 = new QVBoxLayout(MappingUI); verticalLayout_2->setSpacing(6); verticalLayout_2->setContentsMargins(11, 11, 11, 11); verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2")); verticalLayout = new QVBoxLayout(); verticalLayout->setSpacing(6); verticalLayout->setObjectName(QStringLiteral("verticalLayout")); horizontalLayout = new QHBoxLayout(); horizontalLayout->setSpacing(30); horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); label_2 = new QLabel(MappingUI); label_2->setObjectName(QStringLiteral("label_2")); label_2->setMaximumSize(QSize(16777215, 50)); QFont font; font.setPointSize(13); font.setBold(true); font.setWeight(75); label_2->setFont(font); horizontalLayout->addWidget(label_2); label = new QLabel(MappingUI); label->setObjectName(QStringLiteral("label")); label->setMaximumSize(QSize(16777215, 50)); QFont font1; font1.setPointSize(13); label->setFont(font1); horizontalLayout->addWidget(label); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); verticalLayout->addLayout(horizontalLayout); graphicsView = new QGraphicsView(MappingUI); graphicsView->setObjectName(QStringLiteral("graphicsView")); verticalLayout->addWidget(graphicsView); verticalLayout->setStretch(0, 1); verticalLayout->setStretch(1, 9); verticalLayout_2->addLayout(verticalLayout); retranslateUi(MappingUI); QMetaObject::connectSlotsByName(MappingUI); } // setupUi void retranslateUi(QWidget *MappingUI) { MappingUI->setWindowTitle(QApplication::translate("MappingUI", "MappingUI", Q_NULLPTR)); label_2->setText(QApplication::translate("MappingUI", "\345\275\223\345\211\215die\345\235\220\346\240\207", Q_NULLPTR)); label->setText(QApplication::translate("MappingUI", "(null.null)", Q_NULLPTR)); } // retranslateUi }; namespace Ui { class MappingUI: public Ui_MappingUI {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MAPPINGUI_H