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.
225 lines
9.2 KiB
C
225 lines
9.2 KiB
C
|
2 years ago
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'QNumTemplateBuild.ui'
|
||
|
|
**
|
||
|
|
** Created by: Qt User Interface Compiler version 5.9.4
|
||
|
|
**
|
||
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
|
********************************************************************************/
|
||
|
|
|
||
|
|
#ifndef UI_QNUMTEMPLATEBUILD_H
|
||
|
|
#define UI_QNUMTEMPLATEBUILD_H
|
||
|
|
|
||
|
|
#include <QtCore/QVariant>
|
||
|
|
#include <QtWidgets/QAction>
|
||
|
|
#include <QtWidgets/QApplication>
|
||
|
|
#include <QtWidgets/QButtonGroup>
|
||
|
|
#include <QtWidgets/QComboBox>
|
||
|
|
#include <QtWidgets/QGridLayout>
|
||
|
|
#include <QtWidgets/QHBoxLayout>
|
||
|
|
#include <QtWidgets/QHeaderView>
|
||
|
|
#include <QtWidgets/QLabel>
|
||
|
|
#include <QtWidgets/QLineEdit>
|
||
|
|
#include <QtWidgets/QPushButton>
|
||
|
|
#include <QtWidgets/QSpacerItem>
|
||
|
|
#include <QtWidgets/QSplitter>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_QNumTemplateBuildClass
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
QGridLayout *gridLayout_3;
|
||
|
|
QSplitter *splitter;
|
||
|
|
QWidget *gridLayoutWidget;
|
||
|
|
QGridLayout *gridLayout_2;
|
||
|
|
QLineEdit *lineEdit_length;
|
||
|
|
QLabel *label_5;
|
||
|
|
QLineEdit *lineEdit_typeNum;
|
||
|
|
QLabel *label_2;
|
||
|
|
QLabel *label;
|
||
|
|
QComboBox *comboBox_modelNum;
|
||
|
|
QLabel *label_3;
|
||
|
|
QLineEdit *lineEdit_width;
|
||
|
|
QLineEdit *lineEdit_height;
|
||
|
|
QLabel *label_6;
|
||
|
|
QLabel *label_4;
|
||
|
|
QLineEdit *lineEdit_chineseName;
|
||
|
|
QLabel *label_8;
|
||
|
|
QLineEdit *lineEdit_winSize;
|
||
|
|
QLabel *label_7;
|
||
|
|
QLineEdit *lineEdit_startRow;
|
||
|
|
QWidget *horizontalLayoutWidget;
|
||
|
|
QHBoxLayout *horizontalLayout;
|
||
|
|
QSpacerItem *horizontalSpacer;
|
||
|
|
QPushButton *pushButton_generate;
|
||
|
|
|
||
|
|
void setupUi(QWidget *QNumTemplateBuildClass)
|
||
|
|
{
|
||
|
|
if (QNumTemplateBuildClass->objectName().isEmpty())
|
||
|
|
QNumTemplateBuildClass->setObjectName(QStringLiteral("QNumTemplateBuildClass"));
|
||
|
|
QNumTemplateBuildClass->resize(645, 450);
|
||
|
|
gridLayout_3 = new QGridLayout(QNumTemplateBuildClass);
|
||
|
|
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
|
||
|
|
splitter = new QSplitter(QNumTemplateBuildClass);
|
||
|
|
splitter->setObjectName(QStringLiteral("splitter"));
|
||
|
|
splitter->setOrientation(Qt::Vertical);
|
||
|
|
gridLayoutWidget = new QWidget(splitter);
|
||
|
|
gridLayoutWidget->setObjectName(QStringLiteral("gridLayoutWidget"));
|
||
|
|
gridLayout_2 = new QGridLayout(gridLayoutWidget);
|
||
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
||
|
|
gridLayout_2->setContentsMargins(0, 0, 0, 0);
|
||
|
|
lineEdit_length = new QLineEdit(gridLayoutWidget);
|
||
|
|
lineEdit_length->setObjectName(QStringLiteral("lineEdit_length"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(lineEdit_length, 3, 1, 1, 1);
|
||
|
|
|
||
|
|
label_5 = new QLabel(gridLayoutWidget);
|
||
|
|
label_5->setObjectName(QStringLiteral("label_5"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(label_5, 4, 0, 1, 1);
|
||
|
|
|
||
|
|
lineEdit_typeNum = new QLineEdit(gridLayoutWidget);
|
||
|
|
lineEdit_typeNum->setObjectName(QStringLiteral("lineEdit_typeNum"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(lineEdit_typeNum, 0, 1, 1, 1);
|
||
|
|
|
||
|
|
label_2 = new QLabel(gridLayoutWidget);
|
||
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(label_2, 1, 0, 1, 1);
|
||
|
|
|
||
|
|
label = new QLabel(gridLayoutWidget);
|
||
|
|
label->setObjectName(QStringLiteral("label"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(label, 0, 0, 1, 1);
|
||
|
|
|
||
|
|
comboBox_modelNum = new QComboBox(gridLayoutWidget);
|
||
|
|
comboBox_modelNum->setObjectName(QStringLiteral("comboBox_modelNum"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(comboBox_modelNum, 1, 1, 1, 1);
|
||
|
|
|
||
|
|
label_3 = new QLabel(gridLayoutWidget);
|
||
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(label_3, 2, 0, 1, 1);
|
||
|
|
|
||
|
|
lineEdit_width = new QLineEdit(gridLayoutWidget);
|
||
|
|
lineEdit_width->setObjectName(QStringLiteral("lineEdit_width"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(lineEdit_width, 4, 1, 1, 1);
|
||
|
|
|
||
|
|
lineEdit_height = new QLineEdit(gridLayoutWidget);
|
||
|
|
lineEdit_height->setObjectName(QStringLiteral("lineEdit_height"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(lineEdit_height, 5, 1, 1, 1);
|
||
|
|
|
||
|
|
label_6 = new QLabel(gridLayoutWidget);
|
||
|
|
label_6->setObjectName(QStringLiteral("label_6"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(label_6, 5, 0, 1, 1);
|
||
|
|
|
||
|
|
label_4 = new QLabel(gridLayoutWidget);
|
||
|
|
label_4->setObjectName(QStringLiteral("label_4"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(label_4, 3, 0, 1, 1);
|
||
|
|
|
||
|
|
lineEdit_chineseName = new QLineEdit(gridLayoutWidget);
|
||
|
|
lineEdit_chineseName->setObjectName(QStringLiteral("lineEdit_chineseName"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(lineEdit_chineseName, 2, 1, 1, 1);
|
||
|
|
|
||
|
|
label_8 = new QLabel(gridLayoutWidget);
|
||
|
|
label_8->setObjectName(QStringLiteral("label_8"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(label_8, 7, 0, 1, 1);
|
||
|
|
|
||
|
|
lineEdit_winSize = new QLineEdit(gridLayoutWidget);
|
||
|
|
lineEdit_winSize->setObjectName(QStringLiteral("lineEdit_winSize"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(lineEdit_winSize, 6, 1, 1, 1);
|
||
|
|
|
||
|
|
label_7 = new QLabel(gridLayoutWidget);
|
||
|
|
label_7->setObjectName(QStringLiteral("label_7"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(label_7, 6, 0, 1, 1);
|
||
|
|
|
||
|
|
lineEdit_startRow = new QLineEdit(gridLayoutWidget);
|
||
|
|
lineEdit_startRow->setObjectName(QStringLiteral("lineEdit_startRow"));
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(lineEdit_startRow, 7, 1, 1, 1);
|
||
|
|
|
||
|
|
splitter->addWidget(gridLayoutWidget);
|
||
|
|
lineEdit_startRow->raise();
|
||
|
|
lineEdit_length->raise();
|
||
|
|
label_5->raise();
|
||
|
|
lineEdit_width->raise();
|
||
|
|
label->raise();
|
||
|
|
lineEdit_typeNum->raise();
|
||
|
|
label_2->raise();
|
||
|
|
comboBox_modelNum->raise();
|
||
|
|
label_3->raise();
|
||
|
|
lineEdit_chineseName->raise();
|
||
|
|
label_4->raise();
|
||
|
|
label_6->raise();
|
||
|
|
lineEdit_height->raise();
|
||
|
|
label_7->raise();
|
||
|
|
lineEdit_winSize->raise();
|
||
|
|
label_8->raise();
|
||
|
|
horizontalLayoutWidget = new QWidget(splitter);
|
||
|
|
horizontalLayoutWidget->setObjectName(QStringLiteral("horizontalLayoutWidget"));
|
||
|
|
horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
|
||
|
|
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
|
||
|
|
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||
|
|
|
||
|
|
horizontalLayout->addItem(horizontalSpacer);
|
||
|
|
|
||
|
|
pushButton_generate = new QPushButton(horizontalLayoutWidget);
|
||
|
|
pushButton_generate->setObjectName(QStringLiteral("pushButton_generate"));
|
||
|
|
|
||
|
|
horizontalLayout->addWidget(pushButton_generate);
|
||
|
|
|
||
|
|
splitter->addWidget(horizontalLayoutWidget);
|
||
|
|
|
||
|
|
gridLayout_3->addWidget(splitter, 0, 0, 1, 1);
|
||
|
|
|
||
|
|
|
||
|
|
retranslateUi(QNumTemplateBuildClass);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(QNumTemplateBuildClass);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QWidget *QNumTemplateBuildClass)
|
||
|
|
{
|
||
|
|
QNumTemplateBuildClass->setWindowTitle(QApplication::translate("QNumTemplateBuildClass", "Form", Q_NULLPTR));
|
||
|
|
label_5->setText(QApplication::translate("QNumTemplateBuildClass", "\345\256\275\345\272\246\357\274\232", Q_NULLPTR));
|
||
|
|
label_2->setText(QApplication::translate("QNumTemplateBuildClass", "\345\240\206\345\236\233\346\226\271\345\274\217\347\274\226\345\217\267\357\274\232", Q_NULLPTR));
|
||
|
|
label->setText(QApplication::translate("QNumTemplateBuildClass", "\345\215\267\347\203\237\347\274\226\345\217\267\357\274\232", Q_NULLPTR));
|
||
|
|
comboBox_modelNum->clear();
|
||
|
|
comboBox_modelNum->insertItems(0, QStringList()
|
||
|
|
<< QApplication::translate("QNumTemplateBuildClass", "1-\344\272\224\350\212\261\345\236\233", Q_NULLPTR)
|
||
|
|
<< QApplication::translate("QNumTemplateBuildClass", "2-\347\253\2264\346\250\2522", Q_NULLPTR)
|
||
|
|
<< QApplication::translate("QNumTemplateBuildClass", "3-\346\250\2523\347\253\2262+2", Q_NULLPTR)
|
||
|
|
<< QApplication::translate("QNumTemplateBuildClass", "4-\347\253\2262+2\346\250\2522", Q_NULLPTR)
|
||
|
|
<< QApplication::translate("QNumTemplateBuildClass", "5-\347\253\2263\346\250\2522", Q_NULLPTR)
|
||
|
|
<< QApplication::translate("QNumTemplateBuildClass", "6-\347\253\2262\346\250\2522+\347\253\2262\346\250\2522", Q_NULLPTR)
|
||
|
|
);
|
||
|
|
label_3->setText(QApplication::translate("QNumTemplateBuildClass", "\345\215\267\347\203\237\345\220\215\347\247\260\357\274\232", Q_NULLPTR));
|
||
|
|
label_6->setText(QApplication::translate("QNumTemplateBuildClass", "\351\253\230\345\272\246\357\274\232", Q_NULLPTR));
|
||
|
|
label_4->setText(QApplication::translate("QNumTemplateBuildClass", "\351\225\277\345\272\246\357\274\232", Q_NULLPTR));
|
||
|
|
label_8->setText(QApplication::translate("QNumTemplateBuildClass", "\350\265\267\345\247\213\346\240\207\345\277\227\344\275\215\357\274\232", Q_NULLPTR));
|
||
|
|
label_7->setText(QApplication::translate("QNumTemplateBuildClass", "\347\252\227\345\217\243\345\244\247\345\260\217\357\274\232", Q_NULLPTR));
|
||
|
|
pushButton_generate->setText(QApplication::translate("QNumTemplateBuildClass", "\347\224\237\346\210\220\346\250\241\346\235\277", Q_NULLPTR));
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class QNumTemplateBuildClass: public Ui_QNumTemplateBuildClass {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_QNUMTEMPLATEBUILD_H
|