You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
3.0 KiB
C++
98 lines
3.0 KiB
C++
/********************************************************************************
|
|
** 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 <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QGraphicsView>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_MappingUI
|
|
{
|
|
public:
|
|
QVBoxLayout *verticalLayout_2;
|
|
QVBoxLayout *verticalLayout;
|
|
QHBoxLayout *horizontalLayout;
|
|
QLabel *label_2;
|
|
QLabel *label;
|
|
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(6);
|
|
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
|
|
label_2 = new QLabel(MappingUI);
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
|
|
|
horizontalLayout->addWidget(label_2);
|
|
|
|
label = new QLabel(MappingUI);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
QFont font;
|
|
font.setPointSize(14);
|
|
label->setFont(font);
|
|
|
|
horizontalLayout->addWidget(label);
|
|
|
|
|
|
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
|